org.mobicents.media.server.mgcp.pkg.au
Class EndSignal

java.lang.Object
  extended by org.mobicents.media.server.mgcp.controller.signal.Signal
      extended by org.mobicents.media.server.mgcp.pkg.au.EndSignal

public class EndSignal
extends Signal

Gracefully terminates Play, PlayRecord or PlayCollect signal.

Author:
kulikov

Field Summary
 
Fields inherited from class org.mobicents.media.server.mgcp.controller.signal.Signal
events
 
Constructor Summary
EndSignal(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

EndSignal

public EndSignal(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

cancel

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

reset

public void reset()
Overrides:
reset in class Signal


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