com.sas.services.information
Interface MetadataConnectionListener

All Superinterfaces:
java.util.EventListener, java.rmi.Remote

public interface MetadataConnectionListener
extends java.rmi.Remote, java.util.EventListener

Interface used for notifying clients when a reconnection attempt to the metadata server has been made. It is possible for clients to automatically be reconnected to the metadata server. In these cases, clients may need to be notified of when this happens so they can react appropriately. Some clients may need to refresh cached references to the original connection that was dropped.

Since:
9.4
See Also:
MetadataServerInterface.addMetadataConnectionListener(MetadataConnectionListener)

Method Summary
 void connectionNotification(MetadataConnectionEvent event)
          Sends a notification that a new connection to the metadata server has been established.
 

Method Detail

connectionNotification

void connectionNotification(MetadataConnectionEvent event)
                            throws java.rmi.RemoteException
Sends a notification that a new connection to the metadata server has been established.

Parameters:
event - the reconnection event
Throws:
java.rmi.RemoteException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.