Methods in org.codehaus.wadi.group with parameters of type Quipu |
java.util.Collection |
Dispatcher.attemptMultiRendezVous(Quipu rv,
long timeout)
|
Envelope |
Dispatcher.attemptRendezVous(Quipu rv,
long timeout)
|
void |
Dispatcher.send(Address source,
Address target,
Quipu quipu,
java.io.Serializable pojo)
send a Serializable 'pojo' to a 'target' Address, with the Message's
replyTo field containing the 'source' Address - async - although we are
expecting a reply, which will be matched with the sourceCorrelationId. |
void |
Dispatcher.send(Address target,
Quipu quipu,
java.io.Serializable pojo)
send a Serializable 'pojo' to a 'target' Address, with the Message's
replyTo field containing the local cluster Address - async - although we are
expecting a reply, which will be matched with the sourceCorrelationId. |
void |
Envelope.setQuipu(Quipu quipu)
|
Methods in org.codehaus.wadi.group.impl with parameters of type Quipu |
java.util.Collection |
AbstractDispatcher.attemptMultiRendezVous(Quipu rv,
long timeout)
|
java.util.Collection |
SharedDispatcher.attemptMultiRendezVous(Quipu rv,
long timeout)
|
Envelope |
AbstractDispatcher.attemptRendezVous(Quipu rv,
long timeout)
|
Envelope |
SharedDispatcher.attemptRendezVous(Quipu rv,
long timeout)
|
void |
AbstractDispatcher.send(Address source,
Address target,
Quipu quipu,
java.io.Serializable pojo)
|
void |
SharedDispatcher.send(Address source,
Address target,
Quipu quipu,
java.io.Serializable pojo)
|
void |
AbstractDispatcher.send(Address target,
Quipu quipu,
java.io.Serializable pojo)
|
void |
SharedDispatcher.send(Address target,
Quipu quipu,
java.io.Serializable pojo)
|