org.exoplatform.container
Class PropertyManagerManaged
java.lang.Object
org.exoplatform.container.PropertyManagerManaged
- All Implemented Interfaces:
- org.picocontainer.Startable
public class PropertyManagerManaged
- extends java.lang.Object
- implements org.picocontainer.Startable
A management facade for the PropertyManager static methods. The object does implement
the startable interface in order to trigger pico container eager initialization otherwise
it would not appear in the mbean server until someone access it but as no one is accessing it
it would never appear.
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyManagerManaged
public PropertyManagerManaged()
getProperty
public java.lang.String getProperty(java.lang.String propertyName)
isDevelopping
public boolean isDevelopping()
setProperty
public static void setProperty(java.lang.String propertyName,
java.lang.String propertyValue)
getUseCache
public static boolean getUseCache()
refresh
public static void refresh()
start
public void start()
- Specified by:
start in interface org.picocontainer.Startable
stop
public void stop()
- Specified by:
stop in interface org.picocontainer.Startable
Copyright © 2012 eXo Platform SAS. All Rights Reserved.