Package com.sas.services.information
Interface MetadataConnectionListener
- All Superinterfaces:
EventListener,Remote
public interface MetadataConnectionListener
extends Remote, 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:
-
Method Summary
Modifier and TypeMethodDescriptionvoidSends a notification that a new connection to the metadata server has been established.
-
Method Details
-
connectionNotification
Sends a notification that a new connection to the metadata server has been established.- Parameters:
event- the reconnection event- Throws:
RemoteException
-