|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.MediaControl.JoinConferenceResult
public static class MediaControl.JoinConferenceResult
| Field Summary | |
|---|---|
java.lang.String |
connectionId
The same value as the ConnectionId passed in as an action parameter. |
java.lang.String |
mediaRxControlIP
The RTCP IP address of the media engine which is in control of this connection. |
java.lang.Long |
mediaRxControlPort
The RTCP port of the connection. |
java.lang.String |
mediaRxIP
The IP address that the Rx RTP stream must be sent to for this connection. |
java.lang.Long |
mediaRxPort
The port that the Rx RTP stream must be sent to for this connection. |
java.lang.Long |
mmsId
Unique identifier used to identify the media engine in control of this conference. |
java.lang.String |
resultCode
A numeric code indicating the result status of the operation. |
CuaeCommon.CuaeResult |
returnValue
|
| Constructor Summary | |
|---|---|
MediaControl.JoinConferenceResult()
Constructs the JoinConferenceResult. |
|
MediaControl.JoinConferenceResult(CuaeCommon.CuaeResult returnValue,
java.lang.String mediaRxControlIP,
java.lang.String resultCode,
java.lang.String connectionId,
java.lang.Long mmsId,
java.lang.Long mediaRxPort,
java.lang.Long mediaRxControlPort,
java.lang.String mediaRxIP)
Constructs the JoinConferenceResult. |
|
| Method Summary | |
|---|---|
java.lang.String |
getConnectionId()
Gets the value. |
java.lang.String |
getMediaRxControlIP()
Gets the value. |
java.lang.Long |
getMediaRxControlPort()
Gets the value. |
java.lang.String |
getMediaRxIP()
Gets the value. |
java.lang.Long |
getMediaRxPort()
Gets the value. |
java.lang.Long |
getMmsId()
Gets the value. |
java.lang.String |
getResultCode()
Gets the value. |
CuaeCommon.CuaeResult |
getReturnValue()
Gets the value. |
void |
setConnectionId(java.lang.String value)
Sets the value. |
void |
setMediaRxControlIP(java.lang.String value)
Sets the value. |
void |
setMediaRxControlPort(java.lang.Long value)
Sets the value. |
void |
setMediaRxIP(java.lang.String value)
Sets the value. |
void |
setMediaRxPort(java.lang.Long value)
Sets the value. |
void |
setMmsId(java.lang.Long value)
Sets the value. |
void |
setResultCode(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 |
|---|
public CuaeCommon.CuaeResult returnValue
public java.lang.String mediaRxControlIP
public java.lang.String resultCode
public java.lang.String connectionId
public java.lang.Long mmsId
public java.lang.Long mediaRxPort
public java.lang.Long mediaRxControlPort
public java.lang.String mediaRxIP
| Constructor Detail |
|---|
public MediaControl.JoinConferenceResult()
public MediaControl.JoinConferenceResult(CuaeCommon.CuaeResult returnValue,
java.lang.String mediaRxControlIP,
java.lang.String resultCode,
java.lang.String connectionId,
java.lang.Long mmsId,
java.lang.Long mediaRxPort,
java.lang.Long mediaRxControlPort,
java.lang.String mediaRxIP)
mediaRxControlIP - The RTCP IP address of the media engine which is in control of this
mediaRxControlIP connection.
mediaRxControlIPresultCode - A numeric code indicating the result status of the operation. A '0'
resultCode indicates success; a positive number indicates an error. Please reference
resultCode the Media Control Error Codes table for descriptions on specific error
resultCode codes.
resultCodeconnectionId - The same value as the ConnectionId passed in as an action parameter.
connectionIdmmsId - Unique identifier used to identify the media engine in control of this
mmsId conference. A common use for this ID is to ensure that other connections
mmsId which will ultimately be conferenced with this connection are all created
mmsId on the same media engine. This correlation is necessary because all
mmsId connections in a single conference must all reside on the same media
mmsId engine.
mmsIdmediaRxPort - The port that the Rx RTP stream must be sent to for this connection.
mediaRxPortmediaRxControlPort - The RTCP port of the connection.
mediaRxControlPortmediaRxIP - The IP address that the Rx RTP stream must be sent to for this
mediaRxIP connection.
mediaRxIP| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic CuaeCommon.CuaeResult getReturnValue()
public void setReturnValue(CuaeCommon.CuaeResult value)
value - the value.public java.lang.String getMediaRxControlIP()
public void setMediaRxControlIP(java.lang.String value)
value - the value.public java.lang.String getResultCode()
public void setResultCode(java.lang.String value)
value - the value.public java.lang.String getConnectionId()
public void setConnectionId(java.lang.String value)
value - the value.public java.lang.Long getMmsId()
public void setMmsId(java.lang.Long value)
value - the value.public java.lang.Long getMediaRxPort()
public void setMediaRxPort(java.lang.Long value)
value - the value.public java.lang.Long getMediaRxControlPort()
public void setMediaRxControlPort(java.lang.Long value)
value - the value.public java.lang.String getMediaRxIP()
public void setMediaRxIP(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||