jain.protocol.ip.mgcp.message
Class RestartInProgressResponse
java.lang.Object
|
+--java.util.EventObject
|
+--jain.protocol.ip.mgcp.JainMgcpEvent
|
+--jain.protocol.ip.mgcp.JainMgcpResponseEvent
|
+--jain.protocol.ip.mgcp.message.RestartInProgressResponse
- All Implemented Interfaces:
- java.io.Serializable
- public final class RestartInProgressResponse
- extends JainMgcpResponseEvent
The acknowledgment to an MGCP RestartInProgress command.
- See Also:
RestartInProgress
, Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
RestartInProgressResponse
public RestartInProgressResponse(java.lang.Object source,
ReturnCode returnCode)
throws java.lang.IllegalArgumentException
- Constructs a new RestartInProgressResponse Event object.
- Parameters:
returnCode
- The return code.- Throws:
java.lang.IllegalArgumentException
- Thrown if the return code parameter is null-valued.
getNotifiedEntity
public NotifiedEntity getNotifiedEntity()
- Gets the Notified Entity.
- Returns:
- The Notified Entity.
setNotifiedEntity
public void setNotifiedEntity(NotifiedEntity notifiedEntity)
- Sets the Notified Entity.
- Parameters:
notifiedEntity
- The Notified Entity
toString
public java.lang.String toString()
- Overrides java.lang.Object.toString().
- Overrides:
toString
in class java.util.EventObject
Copyright © 2000 Sun Microsystems, Inc.