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

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

public class Channel.SendOnlyMode
extends Channel.Mode

Transmission from connections to channel.


Constructor Summary
Channel.SendOnlyMode(Connections connections)
           
 
Method Summary
 void activate()
          Establishes transmission path according to this mode.
 void deactivate()
          Clears media path.
 CheckPoint getCheckPoint(int i)
          Get access to check points.
 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.SendOnlyMode

public Channel.SendOnlyMode(Connections connections)
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.

getCheckPoint

public CheckPoint getCheckPoint(int i)
Get access to check points.

Parameters:
i - the identifier of check point.
Returns:
check point.


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