ambit2.core.processors.batch
Class DefaultIOState

Package class diagram package DefaultIOState
java.lang.Object
  extended by ambit2.core.processors.batch.DefaultIOState
All Implemented Interfaces:
ambit2.base.interfaces.IInputOutputState, java.io.Serializable
Direct Known Subclasses:
DefaultInputState

public class DefaultIOState
extends java.lang.Object
implements ambit2.base.interfaces.IInputOutputState

See Also:
Serialized Form

Field Summary
protected  long currentRecord
           
protected  java.lang.String responseType
           
 
Constructor Summary
DefaultIOState()
           
 
Method Summary
 long getCurrentRecord()
           
 java.lang.String getResponseType()
           
 void setCurrentRecord(long currentRecord)
           
 void setResponseType(java.lang.String responseType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentRecord

protected long currentRecord

responseType

protected java.lang.String responseType
Constructor Detail

DefaultIOState

public DefaultIOState()
Method Detail

setCurrentRecord

public void setCurrentRecord(long currentRecord)
Specified by:
setCurrentRecord in interface ambit2.base.interfaces.IInputOutputState

getCurrentRecord

public long getCurrentRecord()
Specified by:
getCurrentRecord in interface ambit2.base.interfaces.IInputOutputState

getResponseType

public java.lang.String getResponseType()
Specified by:
getResponseType in interface ambit2.base.interfaces.IInputOutputState

setResponseType

public void setResponseType(java.lang.String responseType)
Specified by:
setResponseType in interface ambit2.base.interfaces.IInputOutputState