|
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.AuditConnectionResponse
The acknowledgment to an MGCP AuditConnection command.
AuditConnection
, Serialized FormFields inherited from class java.util.EventObject |
source |
Constructor Summary | |
AuditConnectionResponse(java.lang.Object source,
ReturnCode returnCode)
Constructs a new AuditConnectionResponse Event object. |
Method Summary | |
CallIdentifier |
getCallIdentifier()
Gets the Call Identifier. |
ConnectionParm[] |
getConnectionParms()
Gets the Connection Parameters. |
ConnectionDescriptor |
getLocalConnectionDescriptor()
Gets the Local Connection Descriptor. |
LocalOptionValue[] |
getLocalConnectionOptions()
Gets the Local Connection Options. |
ConnectionMode |
getMode()
Gets the mode. |
NotifiedEntity |
getNotifiedEntity()
Gets the Notified Entity. |
ConnectionDescriptor |
getRemoteConnectionDescriptor()
Gets the Remote Connection Descriptor. |
void |
setCallIdentifier(CallIdentifier callIdentifier)
Sets the Call Identifier. |
void |
setConnectionParms(ConnectionParm[] connectionParms)
Sets the Connection Parameters. |
void |
setLocalConnectionDescriptor(ConnectionDescriptor localConnectionDescriptor)
Sets the Local Connection Descriptor string. |
void |
setLocalConnectionOptions(LocalOptionValue[] localConnectionOptions)
Sets the Local Connection Options. |
void |
setMode(ConnectionMode mode)
Sets the mode. |
void |
setNotifiedEntity(NotifiedEntity notifiedEntity)
Sets the Notified Entity. |
void |
setRemoteConnectionDescriptor(ConnectionDescriptor remoteConnectionDescriptor)
Sets the Remote Connection Descriptor string. |
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 AuditConnectionResponse(java.lang.Object source, ReturnCode returnCode) throws java.lang.IllegalArgumentException
returnCode
- The return code.transactionHandle
- The transaction handle that corresponds to the Command Event that
elicited this Response Event.java.lang.IllegalArgumentException
- Thrown if return code parameter object reference is null-valued.Method Detail |
public CallIdentifier getCallIdentifier()
public ConnectionParm[] getConnectionParms()
public ConnectionDescriptor getLocalConnectionDescriptor()
public LocalOptionValue[] getLocalConnectionOptions()
public ConnectionMode getMode()
public NotifiedEntity getNotifiedEntity()
public ConnectionDescriptor getRemoteConnectionDescriptor()
public void setCallIdentifier(CallIdentifier callIdentifier)
callIdentifier
- The current call identifier for this connection.public void setConnectionParms(ConnectionParm[] connectionParms)
connectionParms
- The current list of connection parameters that describe the status of the connection.public void setLocalConnectionDescriptor(ConnectionDescriptor localConnectionDescriptor)
localConnectionDescriptor
- Optional parameter. A session description that contains information about the
addresses and RTP ports used for the connection. Must be set to null, if not used.public void setLocalConnectionOptions(LocalOptionValue[] localConnectionOptions)
localConnectionOptions
- The list of current Local Connection Options for this connection.public void setMode(ConnectionMode mode)
mode
- The current mode for this connection.public void setNotifiedEntity(NotifiedEntity notifiedEntity)
notifiedEntity
- The current notified entity for this connection.public void setRemoteConnectionDescriptor(ConnectionDescriptor remoteConnectionDescriptor)
remoteConnectionDescriptor
- The current description of the remote connection.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 |