Package fabric.worker.remote.messages

Messages that are sent between workers.

See:
          Description

Class Summary
GetPrincipalMessage  
GetPrincipalMessage.Response  
InterWorkerMessage<R extends Message.Response>  
ReadMessage Represents a request from a worker to read an object owned by another worker.
ReadMessage.Response  
RemoteCallMessage  
RemoteCallMessage.Response  
StalenessCheckMessage Represents a request to check staleness of data in a transaction.
StalenessCheckMessage.Response  
TakeOwnershipMessage Represents a request from a worker to take ownership of an object from another worker.
TakeOwnershipMessage.Response  
 

Package fabric.worker.remote.messages Description

Messages that are sent between workers.