org.apache.ode.bpel.engine.replayer
Class ReplayerBpelRuntimeContextImpl.TimerResume

java.lang.Object
  extended by org.apache.ode.jacob.JacobObject
      extended by org.apache.ode.jacob.JacobRunnable
          extended by org.apache.ode.bpel.engine.replayer.ReplayerBpelRuntimeContextImpl.TimerResume
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ReplayerBpelRuntimeContextImpl

public static class ReplayerBpelRuntimeContextImpl.TimerResume
extends JacobRunnable

See Also:
Serialized Form

Constructor Summary
ReplayerBpelRuntimeContextImpl.TimerResume(java.lang.String channelId)
           
 
Method Summary
 void run()
          Peform the template reduction, i.e. do whatever it is that the templetized process does.
 
Methods inherited from class org.apache.ode.jacob.JacobRunnable
getImplementedMethods, toString
 
Methods inherited from class org.apache.ode.jacob.JacobObject
getClassName, getExtension, getMethod, importChannel, instance, newChannel, newChannel, object, object, object, object, replication, replication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplayerBpelRuntimeContextImpl.TimerResume

public ReplayerBpelRuntimeContextImpl.TimerResume(java.lang.String channelId)
Method Detail

run

public void run()
Description copied from class: JacobRunnable
Peform the template reduction, i.e. do whatever it is that the templetized process does. This method may do some combination of in-line Java, and JACOB operations.

Note that JACOB operations are performed in parallel, so the sequencing of JACOB operations is irrelevant

Specified by:
run in class JacobRunnable