org.apache.sandesha.server
Class ThreadPoolInvokeStrategy.RMRunnableInvoker

java.lang.Object
  extended byorg.apache.sandesha.server.ThreadPoolInvokeStrategy.RMRunnableInvoker
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ThreadPoolInvokeStrategy

protected class ThreadPoolInvokeStrategy.RMRunnableInvoker
extends java.lang.Object
implements java.lang.Runnable

A Runnable wrapper for embedding RMInvokerWork

objects in their own threads.


Constructor Summary
ThreadPoolInvokeStrategy.RMRunnableInvoker(RMInvokerWork aRMInvokerWork)
           
 
Method Summary
protected  RMInvokerWork getRMInvokerWorker()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPoolInvokeStrategy.RMRunnableInvoker

public ThreadPoolInvokeStrategy.RMRunnableInvoker(RMInvokerWork aRMInvokerWork)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

getRMInvokerWorker

protected RMInvokerWork getRMInvokerWorker()
Returns:
Returns the rmInvokerWork.