org.superbiz.registry
Class PropertyRegistryBean
java.lang.Object
org.superbiz.registry.PropertyRegistryBean
- All Implemented Interfaces:
- PropertyRegistry
public class PropertyRegistryBean
- extends 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 String getProperty(String key)
- Specified by:
getProperty
in interface PropertyRegistry
setProperty
public String setProperty(String key,
String value)
- Specified by:
setProperty
in interface PropertyRegistry
removeProperty
public String removeProperty(String key)
- Specified by:
removeProperty
in interface PropertyRegistry
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.