Uses of Interface
org.codehaus.wadi.location.session.SessionRequestMessage

Packages that use SessionRequestMessage
org.codehaus.wadi.location.partitionmanager   
org.codehaus.wadi.location.partitionmanager.facade   
org.codehaus.wadi.location.partitionmanager.local   
org.codehaus.wadi.location.partitionmanager.remote   
org.codehaus.wadi.location.session   
 

Uses of SessionRequestMessage in org.codehaus.wadi.location.partitionmanager
 

Methods in org.codehaus.wadi.location.partitionmanager with parameters of type SessionRequestMessage
 Envelope Partition.exchange(SessionRequestMessage request, long timeout)
          Send a message/request to the Partition and wait for a message/response...
 Envelope UnknownPartition.exchange(SessionRequestMessage request, long timeout)
           
 

Uses of SessionRequestMessage in org.codehaus.wadi.location.partitionmanager.facade
 

Methods in org.codehaus.wadi.location.partitionmanager.facade with parameters of type SessionRequestMessage
 Envelope VersionAwarePartitionFacade.exchange(SessionRequestMessage request, long timeout)
           
protected  void VersionAwarePartitionFacade.handleVersionTooHigh(Envelope message, SessionRequestMessage request, java.lang.Runnable attemptAction, java.util.concurrent.CountDownLatch latch)
           
protected  void VersionAwarePartitionFacade.onMessage(Envelope message, SessionRequestMessage request, java.lang.Runnable attemptAction, VersionAwarePartitionFacade.PartitionRunnable delegateAction)
           
protected  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
 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
 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
           
 



Copyright © 2010. All Rights Reserved.