org.mobicents.media.server.connection
Class Channel.CnfMode

java.lang.Object
  extended by org.mobicents.media.server.connection.Channel.Mode
      extended by org.mobicents.media.server.connection.Channel.CnfMode
Enclosing class:
Channel

protected class Channel.CnfMode
extends Channel.Mode

Conference mode


Constructor Summary
Channel.CnfMode(BaseConnection connection, Connections connections, Channel.SendRecvMode sendRecv)
           
 
Method Summary
 void activate()
          Establishes transmission path according to this mode.
 void deactivate()
          Clears media path.
 ConnectionMode getID()
          Gets the unique identifier of the mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Channel.CnfMode

public Channel.CnfMode(BaseConnection connection,
                       Connections connections,
                       Channel.SendRecvMode sendRecv)
Method Detail

getID

public ConnectionMode getID()
Description copied from class: Channel.Mode
Gets the unique identifier of the mode.

Specified by:
getID in class Channel.Mode
Returns:
mode identifier.

activate

public void activate()
              throws FormatNotSupportedException
Description copied from class: Channel.Mode
Establishes transmission path according to this mode.

Specified by:
activate in class Channel.Mode
Throws:
FormatNotSupportedException

deactivate

public void deactivate()
Description copied from class: Channel.Mode
Clears media path.

Specified by:
deactivate in class Channel.Mode


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.