|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionMessage | |
---|---|
com.atomikos.icatch.jaxb.atomikos.v200510 | |
com.atomikos.icatch.jaxb.wsat.v200410 | |
com.atomikos.icatch.msg |
Uses of TransactionMessage in com.atomikos.icatch.jaxb.atomikos.v200510 |
---|
Methods in com.atomikos.icatch.jaxb.atomikos.v200510 with parameters of type TransactionMessage | |
---|---|
void |
AtomikosJaxbSenderPort.send(TransactionMessage msg)
|
Uses of TransactionMessage in com.atomikos.icatch.jaxb.wsat.v200410 |
---|
Methods in com.atomikos.icatch.jaxb.wsat.v200410 with parameters of type TransactionMessage | |
---|---|
void |
WsatJaxbSenderPort.send(TransactionMessage msg)
|
Uses of TransactionMessage in com.atomikos.icatch.msg |
---|
Subinterfaces of TransactionMessage in com.atomikos.icatch.msg | |
---|---|
interface |
CommitMessage
A commit message. |
interface |
ErrorMessage
A message indicating a 2PC related error and carrying error information. |
interface |
ForgetMessage
A message indicating that the receiver can forget about its state. |
interface |
PreparedMessage
A message indicating that a remote participant has been prepared. |
interface |
PrepareMessage
A prepare message. |
interface |
RegisteredMessage
Response to registration message. |
interface |
RegisterMessage
A registration message for registering participants (needed for protocols such as WS-T). |
interface |
ReplayMessage
A message indicating that the sending participant needs to be informed about the outcome. |
interface |
RollbackMessage
A message indicating that the target should rollback. |
interface |
StateMessage
A message that carries the state of a remote party. |
Classes in com.atomikos.icatch.msg that implement TransactionMessage | |
---|---|
class |
AbstractMessage
A base implementation of all message classes. |
class |
CommitMessageImp
A reusable implementation of a commit message. |
class |
ErrorMessageImp
A reusable implementation of an error message. |
class |
ForgetMessageImp
A reusable forget message implementation. |
class |
PreparedMessageImp
A reusable implementation of a prepared msg. |
class |
PrepareMessageImp
A reusable prepare message implementation. |
class |
RegisteredMessageImp
Implementation of registered message. |
class |
RegisterMessageImp
|
class |
ReplayMessageImp
A reusable implementation of a replay message. |
class |
RollbackMessageImp
A reusable implementation of a rollback message. |
class |
StateMessageImp
A reusable implementation of a state message. |
Methods in com.atomikos.icatch.msg that return TransactionMessage | |
---|---|
TransactionMessage |
ReceiveListener.getMessage()
Get the reply. |
TransactionMessage |
Transport.sendAndReceive(TransactionMessage msg,
long timeout,
int[] expected)
Send and receive a message for the given target. |
TransactionMessage |
AbstractTransport.sendAndReceive(TransactionMessage msg,
long timeout,
int[] expected)
|
Methods in com.atomikos.icatch.msg with parameters of type TransactionMessage | |
---|---|
boolean |
ReceiveListener.messageReceived(TransactionMessage msg,
Transport t)
|
boolean |
MessageListener.messageReceived(TransactionMessage msg,
Transport transport)
The callback method, called by the transport when a message is received for this listener. |
boolean |
CommitServer.messageReceived(TransactionMessage msg,
Transport transport)
|
void |
HttpTransport.replyReceived(TransactionMessage msg)
|
protected void |
AbstractTransport.replyReceived(TransactionMessage reply)
Notification that a reply has come in. |
void |
HttpTransport.requestReceived(TransactionMessage msg)
|
protected void |
AbstractTransport.requestReceived(TransactionMessage req)
Notification that a request has come in. |
void |
Transport.send(TransactionMessage msg)
Send a message. |
void |
SenderPort.send(TransactionMessage msg)
Sends the given message. |
void |
AbstractTransport.send(TransactionMessage msg)
|
TransactionMessage |
Transport.sendAndReceive(TransactionMessage msg,
long timeout,
int[] expected)
Send and receive a message for the given target. |
TransactionMessage |
AbstractTransport.sendAndReceive(TransactionMessage msg,
long timeout,
int[] expected)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |