jasco.runtime.distribution
Class DistributedInvoker.Invoker

java.lang.Object
  extended by jasco.runtime.distribution.DistributedInvoker.Invoker
All Implemented Interfaces:
java.util.concurrent.Callable
Enclosing class:
DistributedInvoker

protected class DistributedInvoker.Invoker
extends java.lang.Object
implements java.util.concurrent.Callable


Constructor Summary
DistributedInvoker.Invoker(DistributedAdviceExecution adviceExecution)
           
 
Method Summary
 java.lang.Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedInvoker.Invoker

public DistributedInvoker.Invoker(DistributedAdviceExecution adviceExecution)
Method Detail

call

public java.lang.Object call()
Specified by:
call in interface java.util.concurrent.Callable