com.ireasoning.protocol
Class TimeoutErrorMsg
java.lang.Object
com.ireasoning.protocol.ErrorMsg
com.ireasoning.protocol.TimeoutErrorMsg
- All Implemented Interfaces:
- Msg, Serializable
- public class TimeoutErrorMsg
- extends ErrorMsg
This class represents timeout error for async requests.
- See Also:
- Serialized Form
Fields inherited from interface com.ireasoning.protocol.Msg |
ERROR_TYPE |
Method Summary |
int |
getRequestID()
Returns the request ID of the PDU that timed out |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeoutErrorMsg
public TimeoutErrorMsg(int requestID)
- Parameters:
requestID
- requestID of the PDU sent
getRequestID
public int getRequestID()
- Returns the request ID of the PDU that timed out
Copyright © 2002 iReasoning Inc. All Rights Reserved.