org.superbiz.registry
Interface PropertyRegistry

All Known Implementing Classes:
PropertyRegistryBean

public interface PropertyRegistry


Method Summary
 String getProperty(String key)
           
 String removeProperty(String key)
           
 String setProperty(String key, String value)
           
 

Method Detail

getProperty

String getProperty(String key)

setProperty

String setProperty(String key,
                   String value)

removeProperty

String removeProperty(String key)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.