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 SummaryFieldsModifier 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 com.sun.messaging.jms.management.server.MQNotificationPREFIXFields inherited from class javax.management.Notificationsource
- 
Constructor SummaryConstructorsConstructorDescriptionTransactionNotification(String type, Object source, long sequenceNumber) Creates a TransactionNotification object.
- 
Method SummaryMethods inherited from class javax.management.NotificationgetMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toStringMethods inherited from class java.util.EventObjectgetSource
- 
Field Details- 
TRANSACTION_COMMITA transaction was committed.- See Also:
 
- 
TRANSACTION_PREPAREA transaction has entered the prepared state.- See Also:
 
- 
TRANSACTION_ROLLBACKA transaction was rolled back.- See Also:
 
 
- 
- 
Constructor Details- 
TransactionNotificationCreates a TransactionNotification object.- Parameters:
- type- The notification type.
- source- The notification source.
- sequenceNumber- The notification sequence number within the source object.
 
 
-