org.superbiz.registry
Class PropertyRegistryBean

java.lang.Object
  extended by org.superbiz.registry.PropertyRegistryBean
All Implemented Interfaces:
PropertyRegistry

public class PropertyRegistryBean
extends Object
implements PropertyRegistry


Constructor Summary
PropertyRegistryBean()
           
 
Method Summary
 void applicationShutdown()
           
 void applicationStartup()
           
 String getProperty(String key)
           
 String removeProperty(String key)
           
 String setProperty(String key, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyRegistryBean

public PropertyRegistryBean()
Method Detail

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.