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

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

public class DeleteObjectMessageResponse
extends Message

A StoreMessageResponse is used by the Client/Server mode to answer a StoreMessage

Author:
olivier s
See Also:
Serialized Form

Constructor Summary
DeleteObjectMessageResponse(java.lang.String baseId, java.lang.String connectionId, OID oid)
           
DeleteObjectMessageResponse(java.lang.String baseId, java.lang.String connectionId, java.lang.String error)
           
 
Method Summary
 OID getOid()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

DeleteObjectMessageResponse

public DeleteObjectMessageResponse(java.lang.String baseId,
                                   java.lang.String connectionId,
                                   java.lang.String error)

DeleteObjectMessageResponse

public DeleteObjectMessageResponse(java.lang.String baseId,
                                   java.lang.String connectionId,
                                   OID oid)
Method Detail

getOid

public OID getOid()