|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SessionRequestMessage in org.codehaus.wadi.location.partitionmanager |
---|
Methods in org.codehaus.wadi.location.partitionmanager with parameters of type SessionRequestMessage | |
---|---|
org.codehaus.wadi.group.Envelope |
UnknownPartition.exchange(SessionRequestMessage request,
long timeout)
|
org.codehaus.wadi.group.Envelope |
Partition.exchange(SessionRequestMessage request,
long timeout)
Send a message/request to the Partition and wait for a message/response... |
Uses of SessionRequestMessage in org.codehaus.wadi.location.partitionmanager.facade |
---|
Methods in org.codehaus.wadi.location.partitionmanager.facade with parameters of type SessionRequestMessage | |
---|---|
org.codehaus.wadi.group.Envelope |
VersionAwarePartitionFacade.exchange(SessionRequestMessage request,
long timeout)
|
protected void |
VersionAwarePartitionFacade.handleVersionTooHigh(org.codehaus.wadi.group.Envelope message,
SessionRequestMessage request,
java.lang.Runnable attemptAction,
java.util.concurrent.CountDownLatch latch)
|
protected void |
VersionAwarePartitionFacade.onMessage(org.codehaus.wadi.group.Envelope message,
SessionRequestMessage request,
java.lang.Runnable attemptAction,
VersionAwarePartitionFacade.PartitionRunnable delegateAction)
|
protected org.codehaus.wadi.group.Envelope |
VersionAwarePartitionFacade.waitForUpdateAndExchange(SessionRequestMessage request,
long timeout,
java.util.concurrent.CountDownLatch latch)
|
Uses of SessionRequestMessage in org.codehaus.wadi.location.partitionmanager.local |
---|
Methods in org.codehaus.wadi.location.partitionmanager.local with parameters of type SessionRequestMessage | |
---|---|
org.codehaus.wadi.group.Envelope |
BasicLocalPartition.exchange(SessionRequestMessage request,
long timeout)
|
Uses of SessionRequestMessage in org.codehaus.wadi.location.partitionmanager.remote |
---|
Methods in org.codehaus.wadi.location.partitionmanager.remote with parameters of type SessionRequestMessage | |
---|---|
org.codehaus.wadi.group.Envelope |
RemotePartition.exchange(SessionRequestMessage request,
long timeout)
|
Uses of SessionRequestMessage in org.codehaus.wadi.location.session |
---|
Classes in org.codehaus.wadi.location.session that implement SessionRequestMessage | |
---|---|
class |
DeleteIMToPM
Sent from InvocationMaster to PartitionMaster requesting that an entry be removed from the index. |
class |
EvacuateIMToPM
|
class |
InsertIMToPM
|
class |
MoveIMToPM
|
class |
MovePMToSM
|
class |
ReleaseEntryRequest
A request for the emigration of the enclosed session - The response should be a ReleaseEntryResponse object sent whence this request arrived. |
class |
SessionRequestImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |