com.bea.wlevs.ede
Interface ResourceManagerAware

All Known Implementing Classes:
ActiveAdapter

public interface ResourceManagerAware

Interface to be implemented by beans wanting to control their ResourceManager. Only applies to ActiveAdapters and should probably therefore be moved into that interface.


Method Summary
 void setResourceManager(com.bea.wlevs.ede.ResourceManager resourceManager)
           
 

Method Detail

setResourceManager

public void setResourceManager(com.bea.wlevs.ede.ResourceManager resourceManager)