Package com.sas.services.information
Class MetadataConnectionEvent
java.lang.Object
java.util.EventObject
com.sas.services.information.MetadataConnectionEvent
- All Implemented Interfaces:
Serializable
public class MetadataConnectionEvent
extends EventObject
The event class used for signalling consumers that the client has been reconnected to the
metadata server.
- Since:
- 9.4
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the server instance associated with this eventMethods inherited from class java.util.EventObject
getSource, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
MetadataConnectionEvent
-
-
Method Details
-
getServer
Returns the server instance associated with this event- Returns:
- metadata server instance
-