Class ConnectionNotification
java.lang.Object
java.util.EventObject
javax.management.Notification
com.sun.messaging.jms.management.server.MQNotification
com.sun.messaging.jms.management.server.ConnectionNotification
- All Implemented Interfaces:
Serializable
Class containing information on cluster operations.
The MQ specific fields in this notification is TBD.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA connection was closed.static final StringA connection was created.static final StringA connection was rejected.Fields inherited from class MQNotification
PREFIXFields inherited from class Notification
source -
Constructor Summary
ConstructorsConstructorDescriptionConnectionNotification(String type, Object source, long sequenceNumber) Creates a ConnectionNotification object. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetRemoteHost(String remoteHost) voidsetServiceName(String serviceName) voidsetUserName(String userName) Methods inherited from class Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toStringMethods inherited from class EventObject
getSource
-
Field Details
-
CONNECTION_OPEN
-
CONNECTION_CLOSE
-
CONNECTION_REJECT
-
-
Constructor Details
-
ConnectionNotification
-
-
Method Details
-
setConnectionID
-
getConnectionID
-
setServiceName
-
getServiceName
-
setUserName
-
getUserName
-
setRemoteHost
-
getRemoteHost
-