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

Packages that use SessionMessage
org.codehaus.wadi.location.session   
 

Uses of SessionMessage in org.codehaus.wadi.location.session
 

Subinterfaces of SessionMessage in org.codehaus.wadi.location.session
 interface SessionRequestMessage
           
 interface SessionResponseMessage
           
 

Classes in org.codehaus.wadi.location.session that implement SessionMessage
 class AbstractSessionResponseMessage
           
 class DeleteIMToPM
          Sent from InvocationMaster to PartitionMaster requesting that an entry be removed from the index.
 class DeletePMToIM
          Sent, from PartitionMaster to InvocationMaster, confirming removal of an item from the Partition's index.
 class EvacuateIMToPM
           
 class EvacuatePMToIM
           
 class InsertIMToPM
           
 class InsertPMToIM
           
 class MoveIMToPM
           
 class MoveIMToSM
           
 class MovePMToIM
          Response from PartitionMaster to InvocationMaster, indicating that required State does not exist.
 class MovePMToIMInvocation
          Response from PartitionMaster to InvocationMaster, indicating that it should relocate its Invocation to the given Address within the specified time, during which a Lease with the given Handle is in place.
 class MovePMToSM
           
 class MoveSMToPM
           
 class ReleaseEntryRequest
          A request for the emigration of the enclosed session - The response should be a ReleaseEntryResponse object sent whence this request arrived.
 class ReleaseEntryResponse
          A query for the location of the session with the enclosed ID - The response should be a LocationResponse object sent whence this request arrived.
 class SessionRequestImpl
           
 



Copyright © 2011. All Rights Reserved.