org.mobicents.media.server.mgcp.pkg.trunk
Class Loopback

java.lang.Object
  extended by org.mobicents.media.server.mgcp.controller.signal.Signal
      extended by org.mobicents.media.server.mgcp.pkg.trunk.Loopback

public class Loopback
extends Signal

Implements loopback signal.

Author:
Oifa Yulian

Field Summary
 
Fields inherited from class org.mobicents.media.server.mgcp.controller.signal.Signal
events
 
Constructor Summary
Loopback(String name)
           
 
Method Summary
 void cancel()
           
 boolean doAccept(Text event)
           
 void execute()
          Executes this signal
 void reset()
           
 
Methods inherited from class org.mobicents.media.server.mgcp.controller.signal.Signal
accept, complete, getConnection, getEndpoint, getName, getPackage, getTrigger, sendEvent, sendEvent, setPackage, setTrigger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loopback

public Loopback(String name)
Method Detail

execute

public void execute()
Description copied from class: Signal
Executes this signal

Specified by:
execute in class Signal

doAccept

public boolean doAccept(Text event)
Specified by:
doAccept in class Signal

reset

public void reset()
Overrides:
reset in class Signal

cancel

public void cancel()
Specified by:
cancel in class Signal


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