|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransportException | |
|---|---|
| com.atomikos.icatch.jaxb.atomikos.v200510 | |
| com.atomikos.icatch.jaxb.wsat.v200410 | |
| com.atomikos.icatch.msg | |
| Uses of TransportException in com.atomikos.icatch.jaxb.atomikos.v200510 |
|---|
| Methods in com.atomikos.icatch.jaxb.atomikos.v200510 that throw TransportException | |
|---|---|
void |
AtomikosJaxbSenderPort.send(TransactionMessage msg)
|
| Uses of TransportException in com.atomikos.icatch.jaxb.wsat.v200410 |
|---|
| Methods in com.atomikos.icatch.jaxb.wsat.v200410 that throw TransportException | |
|---|---|
void |
WsatJaxbSenderPort.send(TransactionMessage msg)
|
| Uses of TransportException in com.atomikos.icatch.msg |
|---|
| Methods in com.atomikos.icatch.msg that throw TransportException | |
|---|---|
void |
Transport.registerMessageListener(MessageListener listener)
Register a message listener for unexpected receivals. |
void |
AbstractTransport.registerMessageListener(MessageListener listener)
|
void |
Transport.registerMessageListener(MessageListener listener,
int messageType)
Register a message listener for incoming messages of the given type. |
void |
AbstractTransport.registerMessageListener(MessageListener listener,
int messageType)
|
void |
Transport.removeMessageListener(MessageListener listener)
Remove a previously registered listener. |
void |
AbstractTransport.removeMessageListener(MessageListener listener)
|
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 | |||||||||