Uses of Interface
org.codehaus.wadi.location.Message

Packages that use Message
org.codehaus.wadi.location.partition   
org.codehaus.wadi.location.session   
 

Uses of Message in org.codehaus.wadi.location.partition
 

Subinterfaces of Message in org.codehaus.wadi.location.partition
 interface PartitionMessage
           
 interface PartitionRequestMessage
           
 interface PartitionResponseMessage
           
 

Classes in org.codehaus.wadi.location.partition that implement Message
 class PartitionEvacuationRequest
          Sent to the Coordinator, requesting that it rearrange Partition ownership, excluding the Requestor.
 class PartitionRepopulateRequest
           
 class PartitionRepopulateResponse
           
 class PartitionTransferRequest
          Sent from one peer to another, requesting that it take over ownership of a number of Partitions (enclosed).
 

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

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

Classes in org.codehaus.wadi.location.session that implement Message
 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.