hp.opencall.media.ccapi
Class IsupTask

java.lang.Object
  extended byhp.opencall.media.ccapi.IsupTask

public abstract class IsupTask
extends Object


Constructor Summary
IsupTask()
           
 
Method Summary
 void execute(Object obj)
           
abstract  void run(Object obj)
          This method must be overwrited by the oclet.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsupTask

public IsupTask()
Method Detail

execute

public void execute(Object obj)
             throws AccessControlException
Throws:
AccessControlException

run

public abstract void run(Object obj)
This method must be overwrited by the oclet.