org.superbiz.registry
Class PropertyRegistryBean
java.lang.Object
org.superbiz.registry.PropertyRegistryBean
- All Implemented Interfaces:
- PropertyRegistry
public class PropertyRegistryBean
- extends java.lang.Object
- implements PropertyRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyRegistryBean
public PropertyRegistryBean()
applicationStartup
@PostConstruct
public void applicationStartup()
applicationShutdown
@PreDestroy
public void applicationShutdown()
getProperty
public java.lang.String getProperty(java.lang.String key)
- Specified by:
getProperty
in interface PropertyRegistry
setProperty
public java.lang.String setProperty(java.lang.String key,
java.lang.String value)
- Specified by:
setProperty
in interface PropertyRegistry
removeProperty
public java.lang.String removeProperty(java.lang.String key)
- Specified by:
removeProperty
in interface PropertyRegistry
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.