org.globus.wsrf.jndi
Interface Initializable

All Known Implementing Classes:
EnumResourceHome, LRUCache, NotificationConsumerHome, ResourceHomeImpl, SecurityContextHome, ServiceResourceHome, SubscriptionHome

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

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