org.globus.wsrf.jndi
Interface Initializable

All Known Implementing Classes:
LRUCache, ResourceHomeImpl, ServiceResourceHome

public interface Initializable

Used with BeanFactory. The initialize() method will be called if the bean implements this interface.


Method Summary
 void initialize()
           
 

Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Throws:
java.lang.Exception