Package com.sas.services.connection
Interface ConnectionFactoryEventListener
public interface ConnectionFactoryEventListener
An interface implemented by factory users who want to be notified of important events such as factory shutdown.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidDelivers a connection factory event.
-
Method Details
-
handleConnectionFactoryEvent
Delivers a connection factory event.- Parameters:
event- a connection factory event
-