org.mobicents.media.server.mgcp.tx.cmd
Class CreateConnectionCmd

java.lang.Object
  extended by org.mobicents.media.server.mgcp.tx.Action
      extended by org.mobicents.media.server.mgcp.tx.cmd.CreateConnectionCmd
All Implemented Interfaces:
org.mobicents.media.server.scheduler.TaskChainListener

public class CreateConnectionCmd
extends Action

Author:
Oifa Yulian

Field Summary
 
Fields inherited from class org.mobicents.media.server.mgcp.tx.Action
listener
 
Constructor Summary
CreateConnectionCmd(org.mobicents.media.server.scheduler.Scheduler scheduler)
          Creates new instance of this action executor.
 
Method Summary
 void start(Transaction tx)
          Starts action execution.
 
Methods inherited from class org.mobicents.media.server.mgcp.tx.Action
getEvent, onException, onTermination, rollback, setActionHandler, setEvent, setRollbackHandler, transaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateConnectionCmd

public CreateConnectionCmd(org.mobicents.media.server.scheduler.Scheduler scheduler)
Creates new instance of this action executor.

Parameters:
scheduler - the job scheduler.
Method Detail

start

public void start(Transaction tx)
Description copied from class: Action
Starts action execution.

Overrides:
start in class Action


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