ambit2.core.processors.batch
Class DefaultIOState
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentRecord
protected long currentRecord
responseType
protected java.lang.String responseType
DefaultIOState
public DefaultIOState()
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