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

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

public class GetMessageResponse
extends Message

A response to a GetMessage comamnd

Author:
olivier s
See Also:
Serialized Form

Constructor Summary
GetMessageResponse(java.lang.String baseId, java.lang.String connectionId, Objects<NonNativeObjectInfo> metaObjects, IQueryExecutionPlan plan)
           
GetMessageResponse(java.lang.String baseId, java.lang.String connectionId, java.lang.String error)
           
 
Method Summary
 Objects<NonNativeObjectInfo> getMetaObjects()
           
 IQueryExecutionPlan getPlan()
           
 
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

GetMessageResponse

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

GetMessageResponse

public GetMessageResponse(java.lang.String baseId,
                          java.lang.String connectionId,
                          Objects<NonNativeObjectInfo> metaObjects,
                          IQueryExecutionPlan plan)
Method Detail

getMetaObjects

public Objects<NonNativeObjectInfo> getMetaObjects()

getPlan

public IQueryExecutionPlan getPlan()