Package org.neodatis.odb.core.server.message

Messages used for communications between Client and Server

See:
          Description

Class Summary
AddIndexMessage  
AddIndexMessageResponse  
CheckMetaModelCompatibilityMessage  
CheckMetaModelCompatibilityMessageResponse  
CloseMessage  
CloseMessageResponse  
CommitMessage  
CommitMessageResponse  
ConnectMessage  
ConnectMessageResponse  
CountMessage To get the number of objets of a class
CountMessageResponse A response to a CountMessage command
DeleteBaseMessage A StoreMessage is used by the Client/Server mode to store an object
DeleteBaseMessageResponse A StoreMessageResponse is used by the Client/Server mode to answer a StoreMessage
DeleteIndexMessage  
DeleteIndexMessageResponse  
DeleteObjectMessage A StoreMessage is used by the Client/Server mode to store an object
DeleteObjectMessageResponse A StoreMessageResponse is used by the Client/Server mode to answer a StoreMessage
ErrorMessage  
GetMessage  
GetMessageResponse A response to a GetMessage comamnd
GetObjectFromIdMessage  
GetObjectFromIdMessageResponse A response to a GetMessage comamnd
GetObjectHeaderFromIdMessage Message used to retrieve the object info header from an object oid
GetObjectHeaderFromIdMessageResponse A response to a GetObjectHeaderFromIdMessage comamnd
GetObjectValuesMessage A message to get object values
GetObjectValuesMessageResponse A response to a GetObjectValuesMessage command
GetSessionsMessage  
GetSessionsMessageResponse  
NewClassInfoListMessage A NewClassInfosMessage is used by the Client/Server mode to add a new class infos (List) to the meta model on the server
NewClassInfoListMessageResponse A NewClassInfoMessageResponse is used by the Client/Server mode to answer a NewClassInfoMessage, it returns all the class infos of the new server model
RebuildIndexMessage  
RebuildIndexMessageResponse  
RollbackMessage  
RollbackMessageResponse  
StoreMessage A StoreMessage is used by the Client/Server mode to store an object
StoreMessageResponse A StoreMessageResponse is used by the Client/Server mode to answer a StoreMessage
 

Package org.neodatis.odb.core.server.message Description

Messages used for communications between Client and Server