Class TransactionNotification
java.lang.Object
java.util.EventObject
javax.management.Notification
com.sun.messaging.jms.management.server.MQNotification
com.sun.messaging.jms.management.server.TransactionNotification
- All Implemented Interfaces:
Serializable
Class containing information on transaction notifications.
The MQ specific fields in this notification is TBD.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA transaction was committed.static final StringA transaction has entered the prepared state.static final StringA transaction was rolled back.Fields inherited from class MQNotification
PREFIXFields inherited from class Notification
source -
Constructor Summary
ConstructorsConstructorDescriptionTransactionNotification(String type, Object source, long sequenceNumber) Creates a TransactionNotification object. -
Method Summary
Methods inherited from class Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toStringMethods inherited from class EventObject
getSource
-
Field Details
-
TRANSACTION_COMMIT
-
TRANSACTION_PREPARE
A transaction has entered the prepared state.- See Also:
-
TRANSACTION_ROLLBACK
-
-
Constructor Details
-
TransactionNotification
-