Interface MCFLifecycleListener
-
- All Known Implementing Classes:
CPManagedConnectionFactory,DMManagedConnectionFactory,DSManagedConnectionFactory,ManagedConnectionFactoryImpl,XAManagedConnectionFactory
public interface MCFLifecycleListenerInterface for RARs to implement to get notified about MCF create and destroy events. Custom api- Author:
- Jagadish Ramu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmcfCreated()mcf-created eventvoidmcfDestroyed()mcf-destroyed event
-