cisco.uc.cuae.legacy
Class CallControl.BridgeCallsResult

java.lang.Object
  extended by cisco.uc.cuae.legacy.CallControl.BridgeCallsResult
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
CallControl

public static class CallControl.BridgeCallsResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String conferenceId
          The ConferenceID of the conference created for these two connections.
 java.lang.String connectionId
          Unique identifier used to identify the connection created for the call specified in the CallId action parameter.
 java.lang.String mediaRxIP
          The IP address chosen by the application server for the Rx RTP stream for the ConnectionId result data parameter.
 java.lang.Long mmsId
          Unique identifier used to identify the media engine in control of both connections.
 java.lang.String peerConnectionId
          Unique identifier used to identify the connection created for the other call leg than that specified by the CallId action parameter.
 CuaeCommon.CuaeResult returnValue
           
 
Constructor Summary
CallControl.BridgeCallsResult()
          Constructs the BridgeCallsResult.
CallControl.BridgeCallsResult(CuaeCommon.CuaeResult returnValue, java.lang.Long mmsId, java.lang.String connectionId, java.lang.String peerConnectionId, java.lang.String conferenceId, java.lang.String mediaRxIP)
          Constructs the BridgeCallsResult.
 
Method Summary
 java.lang.String getConferenceId()
          Gets the value.
 java.lang.String getConnectionId()
          Gets the value.
 java.lang.String getMediaRxIP()
          Gets the value.
 java.lang.Long getMmsId()
          Gets the value.
 java.lang.String getPeerConnectionId()
          Gets the value.
 CuaeCommon.CuaeResult getReturnValue()
          Gets the value.
 void setConferenceId(java.lang.String value)
          Sets the value.
 void setConnectionId(java.lang.String value)
          Sets the value.
 void setMediaRxIP(java.lang.String value)
          Sets the value.
 void setMmsId(java.lang.Long value)
          Sets the value.
 void setPeerConnectionId(java.lang.String value)
          Sets the value.
 void setReturnValue(CuaeCommon.CuaeResult value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

returnValue

public CuaeCommon.CuaeResult returnValue

mmsId

public java.lang.Long mmsId
Unique identifier used to identify the media engine in control of both connections. A common use for this ID is to ensure that other connections which will ultimately be conferenced with these two connections are all created on the same media engine. This correlation is necessary because all connections in a single conference must all reside on the same media engine.


connectionId

public java.lang.String connectionId
Unique identifier used to identify the connection created for the call specified in the CallId action parameter. All subsequent Media Control API operations can use this connection.


peerConnectionId

public java.lang.String peerConnectionId
Unique identifier used to identify the connection created for the other call leg than that specified by the CallId action parameter. All subsequent Media Control API operations can use this connection.


conferenceId

public java.lang.String conferenceId
The ConferenceID of the conference created for these two connections.


mediaRxIP

public java.lang.String mediaRxIP
The IP address chosen by the application server for the Rx RTP stream for the ConnectionId result data parameter.

Constructor Detail

CallControl.BridgeCallsResult

public CallControl.BridgeCallsResult()
Constructs the BridgeCallsResult. Don't init any fields.


CallControl.BridgeCallsResult

public CallControl.BridgeCallsResult(CuaeCommon.CuaeResult returnValue,
                                     java.lang.Long mmsId,
                                     java.lang.String connectionId,
                                     java.lang.String peerConnectionId,
                                     java.lang.String conferenceId,
                                     java.lang.String mediaRxIP)
Constructs the BridgeCallsResult.

Parameters:
mmsId - Unique identifier used to identify the media engine in control of both mmsId connections. A common use for this ID is to ensure that other connections mmsId which will ultimately be conferenced with these two connections are all mmsId created on the same media engine. This correlation is necessary because mmsId all connections in a single conference must all reside on the same media mmsId engine. mmsId
connectionId - Unique identifier used to identify the connection created for the call connectionId specified in the CallId action parameter. All subsequent Media Control connectionId API operations can use this connection. connectionId
peerConnectionId - Unique identifier used to identify the connection created for the other peerConnectionId call leg than that specified by the CallId action parameter. All peerConnectionId subsequent Media Control API operations can use this connection. peerConnectionId
conferenceId - The ConferenceID of the conference created for these two connections. conferenceId
mediaRxIP - The IP address chosen by the application server for the Rx RTP stream for mediaRxIP the ConnectionId result data parameter. mediaRxIP
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getReturnValue

public CuaeCommon.CuaeResult getReturnValue()
Gets the value.

Returns:
the value.

setReturnValue

public void setReturnValue(CuaeCommon.CuaeResult value)
Sets the value.

Parameters:
value - the value.

getMmsId

public java.lang.Long getMmsId()
Gets the value. Unique identifier used to identify the media engine in control of both connections. A common use for this ID is to ensure that other connections which will ultimately be conferenced with these two connections are all created on the same media engine. This correlation is necessary because all connections in a single conference must all reside on the same media engine.

Returns:
the value.

setMmsId

public void setMmsId(java.lang.Long value)
Sets the value. Unique identifier used to identify the media engine in control of both connections. A common use for this ID is to ensure that other connections which will ultimately be conferenced with these two connections are all created on the same media engine. This correlation is necessary because all connections in a single conference must all reside on the same media engine.

Parameters:
value - the value.

getConnectionId

public java.lang.String getConnectionId()
Gets the value. Unique identifier used to identify the connection created for the call specified in the CallId action parameter. All subsequent Media Control API operations can use this connection.

Returns:
the value.

setConnectionId

public void setConnectionId(java.lang.String value)
Sets the value. Unique identifier used to identify the connection created for the call specified in the CallId action parameter. All subsequent Media Control API operations can use this connection.

Parameters:
value - the value.

getPeerConnectionId

public java.lang.String getPeerConnectionId()
Gets the value. Unique identifier used to identify the connection created for the other call leg than that specified by the CallId action parameter. All subsequent Media Control API operations can use this connection.

Returns:
the value.

setPeerConnectionId

public void setPeerConnectionId(java.lang.String value)
Sets the value. Unique identifier used to identify the connection created for the other call leg than that specified by the CallId action parameter. All subsequent Media Control API operations can use this connection.

Parameters:
value - the value.

getConferenceId

public java.lang.String getConferenceId()
Gets the value. The ConferenceID of the conference created for these two connections.

Returns:
the value.

setConferenceId

public void setConferenceId(java.lang.String value)
Sets the value. The ConferenceID of the conference created for these two connections.

Parameters:
value - the value.

getMediaRxIP

public java.lang.String getMediaRxIP()
Gets the value. The IP address chosen by the application server for the Rx RTP stream for the ConnectionId result data parameter.

Returns:
the value.

setMediaRxIP

public void setMediaRxIP(java.lang.String value)
Sets the value. The IP address chosen by the application server for the Rx RTP stream for the ConnectionId result data parameter.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.