C E G M O P R T V

C

ConnectionMode - Enum in org.mobicents.media.server.impl.common
This enum represent connection mode: SEND_ONLY - only send RECV_ONLY - only receive SEND_RECV - send and receive
ConnectionState - Enum in org.mobicents.media.server.impl.common
 

E

EventCause - Enum in org.mobicents.media.server.impl.common.events
 
EventID - Enum in org.mobicents.media.server.impl.common.events
 

G

getEvent(String) - Static method in enum org.mobicents.media.server.impl.common.events.EventID
 

M

MsConnectionEventCause - Enum in org.mobicents.media.msc.common.events
When the state of MsConnection is changed MsConnectionEvent is fired which has MsConnectionEventCause representing the cause of event NORMAL Represents the MsConnectionEvent is fired because the operation is successful.
MsConnectionEventID - Enum in org.mobicents.media.msc.common.events
Whenever the state of MsConnection changes MsConnectionEvent is fired and change in state is represented by MsConnectionEventID
MsConnectionState - Enum in org.mobicents.media.msc.common
MsConnectionState represents the state of MsConnection.
MsLinkEventCause - Enum in org.mobicents.media.msc.common.events
When the state of Mslink is changed MsLinkEvent is fired which has MsLinkEventCause representing the cause of event NORMAL Represents the MsLinkEvent is fired because the operation is successful.
MsLinkEventID - Enum in org.mobicents.media.msc.common.events
Whenever the state of MsLink changes MsLinkEvent is fired and change in state is represented by MsLinkEventID LINK_CREATED As soon as new MsLink is created LINK_CREATED is fired LINK_JOINED Fired as soon as join operation of MsLink is successful LINK_DROPPED Fired as soon as release operation of MsLink is successful LINK_FAILED Fired as soon as join operation of MsLink fails
MsLinkMode - Enum in org.mobicents.media.msc.common
 
MsLinkState - Enum in org.mobicents.media.msc.common
MsLinkState represents the state of MsLink.
MsSessionEventCause - Enum in org.mobicents.media.msc.common.events
This enum is for (org.mobicents.mscontrol.MsSession events firing when STATE of MsSession changes
CONNECTION_CREATED indicates the STATE of MsSession is changed because createNetworkConnection called
CONNECTION_DROPPED indicates the STATE of MsSession is changed because drop called
LINK_CREATED indicates the STATE of MsSession is changed because createLink called
LINK_DROPPED indicates the STATE of MsSession is changed because dropLink called
MsSessionEventID - Enum in org.mobicents.media.msc.common.events
SESSION_CREATED indicates that the MsSession object has been created and is in the MsSessionState.IDLE state. SESSION_ACTIVE indicates that the state of the MsSession object has changed to MsSessionState.ACTIVE SESSION_INVALID indicates that the state of the MsSession object has changed to MsSessionState.INVALID
MsSessionState - Enum in org.mobicents.media.msc.common
IDLE state indicates the Session has zero connections or links.

O

org.mobicents.media.msc.common - package org.mobicents.media.msc.common
 
org.mobicents.media.msc.common.events - package org.mobicents.media.msc.common.events
 
org.mobicents.media.server.impl.common - package org.mobicents.media.server.impl.common
 
org.mobicents.media.server.impl.common.events - package org.mobicents.media.server.impl.common.events
 

P

PlayerEventType - Enum in org.mobicents.media.server.impl.common.events
 

R

RecorderEventType - Enum in org.mobicents.media.server.impl.common.events
 

T

toString() - Method in enum org.mobicents.media.server.impl.common.ConnectionState
 
toString() - Method in enum org.mobicents.media.server.impl.common.events.EventID
 

V

valueOf(String) - Static method in enum org.mobicents.media.msc.common.events.MsConnectionEventCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.msc.common.events.MsConnectionEventID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.msc.common.events.MsLinkEventCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.msc.common.events.MsLinkEventID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.msc.common.events.MsSessionEventCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.msc.common.events.MsSessionEventID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.msc.common.MsConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.msc.common.MsLinkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.msc.common.MsLinkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.msc.common.MsSessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.server.impl.common.ConnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.server.impl.common.ConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.server.impl.common.events.EventCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.server.impl.common.events.EventID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.server.impl.common.events.PlayerEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mobicents.media.server.impl.common.events.RecorderEventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mobicents.media.msc.common.events.MsConnectionEventCause
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.msc.common.events.MsConnectionEventID
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.msc.common.events.MsLinkEventCause
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.msc.common.events.MsLinkEventID
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.msc.common.events.MsSessionEventCause
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.msc.common.events.MsSessionEventID
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.msc.common.MsConnectionState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.msc.common.MsLinkMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.msc.common.MsLinkState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.msc.common.MsSessionState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.server.impl.common.ConnectionMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.server.impl.common.ConnectionState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.server.impl.common.events.EventCause
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.server.impl.common.events.EventID
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.server.impl.common.events.PlayerEventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.mobicents.media.server.impl.common.events.RecorderEventType
Returns an array containing the constants of this enum type, in the order they're declared.

C E G M O P R T V

Copyright © 2009. All Rights Reserved.