Uses of Interface
org.codehaus.wadi.group.Envelope

Packages that use Envelope
org.codehaus.wadi.group   
org.codehaus.wadi.group.command   
org.codehaus.wadi.group.impl   
org.codehaus.wadi.group.vm   
 

Uses of Envelope in org.codehaus.wadi.group
 

Methods in org.codehaus.wadi.group that return Envelope
 Envelope Dispatcher.attemptRendezVous(Quipu rv, long timeout)
           
 Envelope Dispatcher.createEnvelope()
           
 Envelope Dispatcher.exchangeSend(Address target, Envelope envelope, long timeout)
           
 Envelope Dispatcher.exchangeSend(Address target, Envelope envelope, long timeout, java.lang.String targetCorrelationId)
           
 Envelope Dispatcher.exchangeSend(Address target, java.io.Serializable pojo, long timeout)
          Send a Serializable 'pojo' to 'target' Address - sync - and wait for a reply.
 Envelope Dispatcher.exchangeSend(Address target, java.io.Serializable pojo, long timeout, java.lang.String targetCorrelationId)
          Send a Serializable 'pojo' to a 'target' Address - sync - and wait for a reply.
 Envelope EnvelopeInterceptor.onInboundEnvelope(Envelope envelope)
           
 Envelope NoOpEnvelopeInterceptor.onInboundEnvelope(Envelope envelope)
           
 Envelope EnvelopeInterceptor.onOutboundEnvelope(Envelope envelope)
           
 Envelope NoOpEnvelopeInterceptor.onOutboundEnvelope(Envelope envelope)
           
 

Methods in org.codehaus.wadi.group with parameters of type Envelope
 void Dispatcher.addRendezVousEnvelope(Envelope envelope)
           
 void ServiceEndpoint.dispatch(Envelope envelope)
           
 Envelope Dispatcher.exchangeSend(Address target, Envelope envelope, long timeout)
           
 Envelope Dispatcher.exchangeSend(Address target, Envelope envelope, long timeout, java.lang.String targetCorrelationId)
           
 void EnvelopeListener.onEnvelope(Envelope message)
           
 Envelope EnvelopeInterceptor.onInboundEnvelope(Envelope envelope)
           
 Envelope NoOpEnvelopeInterceptor.onInboundEnvelope(Envelope envelope)
           
 Envelope EnvelopeInterceptor.onOutboundEnvelope(Envelope envelope)
           
 Envelope NoOpEnvelopeInterceptor.onOutboundEnvelope(Envelope envelope)
           
 void Dispatcher.reply(Envelope request, Envelope reply)
           
 void Dispatcher.reply(Envelope request, java.io.Serializable body)
           
 void Dispatcher.send(Address target, Envelope envelope)
          Send a ready-made Message to the Peer at the 'target' Address.
 boolean ServiceEndpoint.testDispatchEnvelope(Envelope envelope)
           
 

Uses of Envelope in org.codehaus.wadi.group.command
 

Methods in org.codehaus.wadi.group.command with parameters of type Envelope
 void BootRemotePeer.execute(Envelope envelope, Cluster cluster)
           
 void ClusterCommand.execute(Envelope envelope, Cluster cluster)
           
 

Uses of Envelope in org.codehaus.wadi.group.impl
 

Methods in org.codehaus.wadi.group.impl that return Envelope
 Envelope AbstractDispatcher.attemptRendezVous(Quipu rv, long timeout)
           
 Envelope AbstractDispatcher.exchangeSend(Address target, Envelope envelope, long timeout)
           
 Envelope AbstractDispatcher.exchangeSend(Address target, Envelope envelope, long timeout, java.lang.String targetCorrelationId)
           
 Envelope AbstractDispatcher.exchangeSend(Address to, java.io.Serializable body, long timeout)
           
 Envelope AbstractDispatcher.exchangeSend(Address target, java.io.Serializable pojo, long timeout, java.lang.String targetCorrelationId)
           
protected  Envelope AbstractDispatcher.onInboundEnvelope(Envelope envelope)
           
 Envelope EnvelopeLogger.onInboundEnvelope(Envelope envelope)
           
protected  Envelope AbstractDispatcher.onOutboundEnvelope(Envelope envelope)
           
 Envelope EnvelopeLogger.onOutboundEnvelope(Envelope envelope)
           
 

Methods in org.codehaus.wadi.group.impl with parameters of type Envelope
 void AbstractDispatcher.addRendezVousEnvelope(Envelope envelope)
           
protected  void AbstractDispatcher.doOnEnvelope(Envelope envelope)
           
protected abstract  void AbstractDispatcher.doSend(Address target, Envelope envelope)
           
 Envelope AbstractDispatcher.exchangeSend(Address target, Envelope envelope, long timeout)
           
 Envelope AbstractDispatcher.exchangeSend(Address target, Envelope envelope, long timeout, java.lang.String targetCorrelationId)
           
static boolean EnvelopeHelper.isReply(Envelope envelope)
           
 void AbstractDispatcher.onEnvelope(Envelope envelope)
           
protected  Envelope AbstractDispatcher.onInboundEnvelope(Envelope envelope)
           
 Envelope EnvelopeLogger.onInboundEnvelope(Envelope envelope)
           
protected  Envelope AbstractDispatcher.onOutboundEnvelope(Envelope envelope)
           
 Envelope EnvelopeLogger.onOutboundEnvelope(Envelope envelope)
           
 void AbstractDispatcher.reply(Envelope request, Envelope reply)
           
 void AbstractDispatcher.reply(Envelope envelope, java.io.Serializable body)
           
 void AbstractDispatcher.send(Address target, Envelope envelope)
           
static void EnvelopeHelper.setAsReply(Envelope envelope)
           
 boolean AbstractMsgDispatcher.testDispatchEnvelope(Envelope envelope)
           
 

Uses of Envelope in org.codehaus.wadi.group.vm
 

Classes in org.codehaus.wadi.group.vm that implement Envelope
 class VMEnvelope
           
 

Methods in org.codehaus.wadi.group.vm that return Envelope
 Envelope VMDispatcher.createEnvelope()
           
 Envelope EnvelopeTransformer.transform(Envelope envelope)
           
 Envelope SerializeMessageTransformer.transform(Envelope envelope)
           
 Envelope NoOpMessageTransformer.transform(Envelope envelope)
           
 

Methods in org.codehaus.wadi.group.vm with parameters of type Envelope
protected  void VMDispatcher.doSend(Address target, Envelope envelope)
           
 void MessageRecorder.record(Address to, Envelope message)
           
 void SysOutMessageRecorder.record(Address to, Envelope message)
           
 Envelope EnvelopeTransformer.transform(Envelope envelope)
           
 Envelope SerializeMessageTransformer.transform(Envelope envelope)
           
 Envelope NoOpMessageTransformer.transform(Envelope envelope)
           
 



Copyright © 2011. All Rights Reserved.