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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the server instance associated with this event

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getServer

      public MetadataServerInterface getServer()
      Returns the server instance associated with this event
      Returns:
      metadata server instance