Uses of Class
org.ow2.petals.transport.TransportException

Packages that use TransportException
org.ow2.petals.transport   
org.ow2.petals.transport.local   
org.ow2.petals.transport.platform.nio   
 

Uses of TransportException in org.ow2.petals.transport
 

Methods in org.ow2.petals.transport that throw TransportException
 void Transporter.send(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, TransportSendContext transportContext)
          Send the specified exchange to the specified container.
 void Transporter.sendSync(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, TransportSendContext transportContext)
          Send the specified exchange to the specified container and wait until the response is received or the timeout is reached.
 

Uses of TransportException in org.ow2.petals.transport.local
 

Methods in org.ow2.petals.transport.local that throw TransportException
 int LocalTransporterImpl.getQueueMaxSize()
           
 java.util.Map<java.lang.String,java.lang.Integer> LocalTransporterImpl.getQueueSizes()
           
 void LocalTransporterImpl.send(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, TransportSendContext transportContext)
           
 void LocalTransporterImpl.sendSync(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, TransportSendContext transportContext)
           
 

Uses of TransportException in org.ow2.petals.transport.platform.nio
 

Methods in org.ow2.petals.transport.platform.nio that throw TransportException
 void NioTransporterImpl.send(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, TransportSendContext transportContext)
          This method does following action : Serialize the message exchange. Get the destination of the message. Add it to the message. Send it to the transport agent.
 void NioTransporterImpl.sendSync(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, TransportSendContext transportContext)
           
 



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