vishnu.life
Class ResponseImpl

java.lang.Object
  extended by vishnu.life.ResponseImpl
All Implemented Interfaces:
java.io.Serializable, Response

public class ResponseImpl
extends java.lang.Object
implements Response

See Also:
Serialized Form
 

Constructor Summary
ResponseImpl(RecordSet recordSet, TableSignature signature, java.lang.String executionPlan)
           
ResponseImpl(java.lang.String executionPlan)
           
 
Method Summary
 java.lang.String getExecutionPlan()
           
 RecordSet getRecordSet()
           
 TableSignature getSignature()
           
 boolean isQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseImpl

public ResponseImpl(RecordSet recordSet,
                    TableSignature signature,
                    java.lang.String executionPlan)

ResponseImpl

public ResponseImpl(java.lang.String executionPlan)
Method Detail

getExecutionPlan

public java.lang.String getExecutionPlan()
Specified by:
getExecutionPlan in interface Response

isQuery

public boolean isQuery()
Specified by:
isQuery in interface Response

getRecordSet

public RecordSet getRecordSet()
Specified by:
getRecordSet in interface Response

getSignature

public TableSignature getSignature()
Specified by:
getSignature in interface Response