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

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

public class GetObjectFromIdMessageResponse
extends Message

A response to a GetMessage comamnd

Author:
olivier s
See Also:
Serialized Form

Constructor Summary
GetObjectFromIdMessageResponse(java.lang.String baseId, java.lang.String connectionId, NonNativeObjectInfo metaRepresentation)
           
GetObjectFromIdMessageResponse(java.lang.String baseId, java.lang.String connectionId, java.lang.String error)
           
 
Method Summary
 NonNativeObjectInfo getMetaRepresentation()
           
 
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

GetObjectFromIdMessageResponse

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

GetObjectFromIdMessageResponse

public GetObjectFromIdMessageResponse(java.lang.String baseId,
                                      java.lang.String connectionId,
                                      NonNativeObjectInfo metaRepresentation)
Method Detail

getMetaRepresentation

public NonNativeObjectInfo getMetaRepresentation()