org.superbiz.registry
Class PropertyRegistryBean

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

public class PropertyRegistryBean
extends java.lang.Object
implements PropertyRegistry


Constructor Summary
PropertyRegistryBean()
           
 
Method Summary
 void applicationShutdown()
           
 void applicationStartup()
           
 java.lang.String getProperty(java.lang.String key)
           
 java.lang.String removeProperty(java.lang.String key)
           
 java.lang.String setProperty(java.lang.String key, java.lang.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 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.