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:
ConnectionFactoryShellInterface.addConnectionFactoryEventListener(com.sas.services.connection.ConnectionFactoryEventListener), ConnectionFactoryShellInterface.removeConnectionFactoryEventListener(com.sas.services.connection.ConnectionFactoryEventListener)

Method Summary
 void handleConnectionFactoryEvent(ConnectionFactoryEvent event)
          Delivers a connection factory event.
 

Method Detail

handleConnectionFactoryEvent

void handleConnectionFactoryEvent(ConnectionFactoryEvent event)
Delivers a connection factory event.

Parameters:
event - a connection factory event



Copyright © 2009 SAS Institute Inc. All Rights Reserved.