Class ConnectionNotification

All Implemented Interfaces:
Serializable

public class ConnectionNotification extends MQNotification
Class containing information on cluster operations.

The MQ specific fields in this notification is TBD.

See Also:
  • Field Details

  • Constructor Details

    • ConnectionNotification

      public ConnectionNotification(String type, Object source, long sequenceNumber)
      Creates a ConnectionNotification object.
      Parameters:
      type - The notification type.
      source - The notification source.
      sequenceNumber - The notification sequence number within the source object.
  • Method Details

    • setConnectionID

      public void setConnectionID(String id)
    • getConnectionID

      public String getConnectionID()
    • setServiceName

      public void setServiceName(String serviceName)
    • getServiceName

      public String getServiceName()
    • setUserName

      public void setUserName(String userName)
    • getUserName

      public String getUserName()
    • setRemoteHost

      public void setRemoteHost(String remoteHost)
    • getRemoteHost

      public String getRemoteHost()