org.neodatis.odb.core.server.message
Class StoreMessage

java.lang.Object
  extended by org.neodatis.odb.core.server.layers.layer3.engine.Message
      extended by org.neodatis.odb.core.server.message.StoreMessage
All Implemented Interfaces:
java.io.Serializable

public class StoreMessage
extends Message

A StoreMessage is used by the Client/Server mode to store an object

Author:
olivier s
See Also:
Serialized Form

Constructor Summary
StoreMessage(java.lang.String baseId, java.lang.String connectionId, NonNativeObjectInfo nnoi, OID[] localOids)
           
 
Method Summary
 OID[] getClientIds()
           
 NonNativeObjectInfo getNnoi()
           
 java.lang.String toString()
           
 
Methods inherited from class org.neodatis.odb.core.server.layers.layer3.engine.Message
getBaseIdentifier, getCommandId, getConnectionId, getError, hasError, setError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreMessage

public StoreMessage(java.lang.String baseId,
                    java.lang.String connectionId,
                    NonNativeObjectInfo nnoi,
                    OID[] localOids)
Method Detail

getNnoi

public NonNativeObjectInfo getNnoi()

getClientIds

public OID[] getClientIds()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object