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

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

public class Channel.NetworkLoopMode
extends Channel.Mode

Terminates channel to itself


Constructor Summary
Channel.NetworkLoopMode(Connections connections)
           
 
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.NetworkLoopMode

public Channel.NetworkLoopMode(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.


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