|
Sun Adapter for Websphere MQ API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ISyncpointControl
Represents a controller object with which to signal WebSphere MQ to
commit or backout a unit of work. ISyncpointControl objects are
obtained from IMessage objects; see IMessage.getSyncpointController().
| Method Summary | |
|---|---|
void |
backout()
Commands the associated queue manager to repudiate all gets and puts that have occured since the last syncpoint. |
void |
commit()
Commands the associated queue manager to make all gets and puts that have occured since the last syncpoint permanent, and to establish a new syncpoint. |
| Method Detail |
|---|
void commit()
throws MQException
MQQueueManager.commit().
MQException - if thrown by MQQueueManager.commit()
void backout()
throws MQException
MQQueueManager.backout().
MQException - if thrown by MQQueueManager.backout()
|
Sun Adapter for Websphere MQ API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||