|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--jain.protocol.ip.mgcp.JainMgcpEvent | +--jain.protocol.ip.mgcp.JainMgcpResponseEvent | +--jain.protocol.ip.mgcp.message.NotifyResponse
The acknowledgment to an MGCP Notify command.
Notify
, Serialized FormFields inherited from class java.util.EventObject |
source |
Constructor Summary | |
NotifyResponse(java.lang.Object source,
ReturnCode returnCode)
Constructs a new NotifyResponse Event object, setting the return code to be used and a reference to the Command Event object (or a clone thereof) that elicited this response. |
Method Summary | |
java.lang.String |
toString()
Overrides java.lang.Object.toString(). |
Methods inherited from class jain.protocol.ip.mgcp.JainMgcpResponseEvent |
BuildResponseHeader, getReturnCode, setReturnCode |
Methods inherited from class jain.protocol.ip.mgcp.JainMgcpEvent |
BuildListParmLine, getObjectIdentifier, getTransactionHandle, setTransactionHandle |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NotifyResponse(java.lang.Object source, ReturnCode returnCode) throws java.lang.IllegalArgumentException
returnCode
- The return code.java.lang.IllegalArgumentException
- Thrown if the return code parameter is null-valued.Method Detail |
public java.lang.String toString()
toString
in class java.util.EventObject
|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |