org.ow2.petals.transport.util
Class TransportSendContext

java.lang.Object
  extended by org.ow2.petals.transport.util.TransportSendContext

public class TransportSendContext
extends java.lang.Object

The Transport Context provides the information to transport the message toward the destination with the proper protocol.

Author:
rnaudin

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

destination

public org.ow2.petals.kernel.api.service.Location destination
The destination


transport

public java.lang.String transport
The QOS of the transport


timeout

public long timeout
The send timeout


attempt

public short attempt
Number of send attempt, if a failure occurs during the transfer


delay

public int delay
Delay between send attempt

Constructor Detail

TransportSendContext

public TransportSendContext(java.lang.String subdomainName,
                            java.lang.String containerName,
                            java.lang.String componentName)

TransportSendContext

public TransportSendContext(org.ow2.petals.kernel.api.service.Location destination)

TransportSendContext

public TransportSendContext(org.ow2.petals.kernel.api.service.Location destination,
                            long timeout,
                            short attempt,
                            int delay,
                            java.lang.String transportQOS)


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.