|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.transport.util.TransportSendContext
public class TransportSendContext
The Transport Context provides the information to transport the message toward the destination with the proper protocol.
| Field Summary | |
|---|---|
short |
attempt
Number of send attempt, if a failure occurs during the transfer |
int |
delay
Delay between send attempt |
org.ow2.petals.kernel.api.service.Location |
destination
The destination |
long |
timeout
The send timeout |
java.lang.String |
transport
The QOS of the transport |
| Constructor Summary | |
|---|---|
TransportSendContext(org.ow2.petals.kernel.api.service.Location destination)
|
|
TransportSendContext(org.ow2.petals.kernel.api.service.Location destination,
long timeout,
short attempt,
int delay,
java.lang.String transportQOS)
|
|
TransportSendContext(java.lang.String subdomainName,
java.lang.String containerName,
java.lang.String componentName)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public org.ow2.petals.kernel.api.service.Location destination
public java.lang.String transport
public long timeout
public short attempt
public int delay
| Constructor Detail |
|---|
public TransportSendContext(java.lang.String subdomainName,
java.lang.String containerName,
java.lang.String componentName)
public TransportSendContext(org.ow2.petals.kernel.api.service.Location destination)
public TransportSendContext(org.ow2.petals.kernel.api.service.Location destination,
long timeout,
short attempt,
int delay,
java.lang.String transportQOS)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||