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

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

public class Channel.SendRecvMode
extends Channel.Mode

Transmission in both directions


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
 

Method Detail

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

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.


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