public class TimeoutResponseRecord extends ResponseRecord
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Constructor and Description |
---|
TimeoutResponseRecord(RequestConnector connector)
Initializes a new instance of the NBTimeoutResponseRecord" class with no further waiting required.
|
TimeoutResponseRecord(RequestConnector connector,
long nextCallInterval)
Initializes a new instance of the NBTimeoutResponseRecord" class that causes a pause before readData is called again.
|
Modifier and Type | Method and Description |
---|---|
InputRecord |
buildInputRecord()
Returns null for an TimeoutResponseRecord as there is no record to build.
|
long |
getNextCallInterval() |
buildProperties, confirm, getConnector, logResult, markAsFailed, resultSource
public static final java.lang.String copyright
public TimeoutResponseRecord(RequestConnector connector) throws com.ibm.broker.plugin.MbException
connector
- The owning connector.com.ibm.broker.plugin.MbException
public TimeoutResponseRecord(RequestConnector connector, long nextCallInterval) throws com.ibm.broker.plugin.MbException
connector
- The owning connector.nextCallInterval
- The duration that will pass before readData is called again.com.ibm.broker.plugin.MbException
public InputRecord buildInputRecord() throws com.ibm.broker.plugin.MbException
buildInputRecord
in class ResponseRecord
com.ibm.broker.plugin.MbException
public long getNextCallInterval()