|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Quipu | |
|---|---|
| org.codehaus.wadi.group | |
| org.codehaus.wadi.group.impl | |
| org.codehaus.wadi.group.vm | |
| Uses of Quipu in org.codehaus.wadi.group |
|---|
| Methods in org.codehaus.wadi.group that return Quipu | |
|---|---|
Quipu |
Envelope.getQuipu()
|
Quipu |
Dispatcher.newRendezVous(int numLlamas)
|
| 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)
|
| Uses of Quipu in org.codehaus.wadi.group.impl |
|---|
| Fields in org.codehaus.wadi.group.impl with type parameters of type Quipu | |
|---|---|
protected java.util.Map<java.lang.String,Quipu> |
AbstractDispatcher.rvMap
|
| Methods in org.codehaus.wadi.group.impl that return Quipu | |
|---|---|
Quipu |
AbstractDispatcher.newRendezVous(int numLlamas)
|
protected Quipu |
AbstractDispatcher.setRendezVous(java.lang.String correlationId,
int numLlamas)
|
| Methods in org.codehaus.wadi.group.impl with parameters of type Quipu | |
|---|---|
java.util.Collection |
AbstractDispatcher.attemptMultiRendezVous(Quipu rv,
long timeout)
|
Envelope |
AbstractDispatcher.attemptRendezVous(Quipu rv,
long timeout)
|
void |
AbstractDispatcher.send(Address source,
Address target,
Quipu quipu,
java.io.Serializable pojo)
|
void |
AbstractDispatcher.send(Address target,
Quipu quipu,
java.io.Serializable pojo)
|
| Uses of Quipu in org.codehaus.wadi.group.vm |
|---|
| Methods in org.codehaus.wadi.group.vm that return Quipu | |
|---|---|
Quipu |
VMEnvelope.getQuipu()
|
| Methods in org.codehaus.wadi.group.vm with parameters of type Quipu | |
|---|---|
void |
VMEnvelope.setQuipu(Quipu quipu)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||