Uses of Interface
mandala.util.ThreadOp

Packages that use ThreadOp
mandala.jacob.remote This package is dedicated to remote implementation of the active map concept. 
mandala.jacob.remote.gpf Generic Protocol Framework (GPF) contains classes that may help implementors of new JACOb protocols. 
mandala.jacob.remote.gpf.rmi GPF-RMI implementation of JACOb. 
mandala.jacob.remote.gpf.tcp GPF-TCP implementation of JACOb. 
mandala.jacob.remote.gpf.udp GPF-UDP implementation of JACOb. 
mandala.jacob.remote.rmi Direct RMI implementation of JACOb. 
mandala.rami Specification and implementation of the Reflective Asynchronous Method Invocation
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
mandala.util This package is a util package for anything in Mandala. 
 

Uses of ThreadOp in mandala.jacob.remote
 

Subinterfaces of ThreadOp in mandala.jacob.remote
 interface RemoteThread
          Represents a remote thread object.
 

Uses of ThreadOp in mandala.jacob.remote.gpf
 

Classes in mandala.jacob.remote.gpf that implement ThreadOp
 class RemoteThreadProxy
          Generic proxy for remote ThreadOp implementation.
 

Methods in mandala.jacob.remote.gpf that return ThreadOp
 ThreadOp RemoteInvocationEventsWaiterProxy.waitForCalleeThread()
           
 ThreadOp RemoteInvocationEventsWaiterProxy.waitForCalleeThread(long timeout)
           
 ThreadOp RemoteInvocationObserverProxy.getCalleeThread()
           
 ThreadOp RemoteInvocationInfoProxy.getCallerThread()
           
 

Methods in mandala.jacob.remote.gpf with parameters of type ThreadOp
 void RemoteResultUpdaterProxy.setCalleeThread(ThreadOp callee)
           
 RemoteThreadProxy Exporter.exportThread(ThreadOp thread)
          Makes the given thread remotely accessible.
 FutureFactory.FutureComponents AbstractFutureFactoryWrapper.getFutureComponents(AsynchronousReference ar, MethodOp method, Object[] args, ThreadOp caller, Callback callBack)
           
 

Uses of ThreadOp in mandala.jacob.remote.gpf.rmi
 

Methods in mandala.jacob.remote.gpf.rmi with parameters of type ThreadOp
 RemoteThreadProxy RMIExporter.exportThread(ThreadOp thread)
           
 

Uses of ThreadOp in mandala.jacob.remote.gpf.tcp
 

Methods in mandala.jacob.remote.gpf.tcp with parameters of type ThreadOp
 RemoteThreadProxy TCPExporter.exportThread(ThreadOp thread)
           
 

Uses of ThreadOp in mandala.jacob.remote.gpf.udp
 

Methods in mandala.jacob.remote.gpf.udp with parameters of type ThreadOp
 RemoteThreadProxy UDPExporter.exportThread(ThreadOp thread)
           
 

Uses of ThreadOp in mandala.jacob.remote.rmi
 

Classes in mandala.jacob.remote.rmi that implement ThreadOp
 class RMIThread
          Java-RMI RemoteThread implementation.
 

Methods in mandala.jacob.remote.rmi with parameters of type ThreadOp
static RMIThread RMIThread.newServer(ThreadOp thread)
           
 FutureFactory.FutureComponents RMIFutureFactoryWrapper.getFutureComponents(AsynchronousReference ar, MethodOp method, Object[] args, ThreadOp caller, Callback callBack)
           
 FutureFactory.FutureComponents RMIDistributedFutureFactory.getFutureComponents(AsynchronousReference ar, MethodOp method, Object[] args, ThreadOp caller, Callback callBack)
           
 

Uses of ThreadOp in mandala.rami
 

Fields in mandala.rami declared as ThreadOp
protected  ThreadOp AbstractFutureClient.caller
           
 

Methods in mandala.rami that return ThreadOp
 ThreadOp InvocationObserver.getCalleeThread()
          Get the thread which is running the method invocation (the "callee").
 ThreadOp InvocationInfo.getCallerThread()
          Get the thread which has been registered has interested in this object.
 ThreadOp InvocationEventsWaiter.waitForCalleeThread(long timeout)
          Wait for the thread which is running the method invocation (the "callee") to be set for a specified amount of time.
 ThreadOp InvocationEventsWaiter.waitForCalleeThread()
          Wait for the thread which is running the method invocation (the "callee") to be set.
 ThreadOp AbstractFutureClient.getCallerThread()
           
 ThreadOp AbstractFutureClient.waitForCalleeThread(long timeout)
           
 ThreadOp AbstractFutureClient.waitForCalleeThread()
           
 

Methods in mandala.rami with parameters of type ThreadOp
 void ResultUpdater.setCalleeThread(ThreadOp callee)
          Set the thread which has been created for the invocation of the method.
 

Constructors in mandala.rami with parameters of type ThreadOp
AbstractFutureClient(AsynchronousReference ar, MethodOp method, Object[] args, ThreadOp caller, Callback callback)
           
 

Uses of ThreadOp in mandala.rami.impl
 

Fields in mandala.rami.impl declared as ThreadOp
protected  ThreadOp MethodInvoker.callee
          The callee thread which runs the method invocation.
protected  ThreadOp ListAsynchronousPolicy.invokerThread
          The invoker thread instance used to invoke methods.
 

Methods in mandala.rami.impl that return ThreadOp
 ThreadOp ListAsynchronousPolicy.getInvokerThread()
          Gets the thread which is responsible of methods invocation.
 

Methods in mandala.rami.impl with parameters of type ThreadOp
 FutureFactory.FutureComponents FutureFactory.getFutureComponents(AsynchronousReference ar, MethodOp method, Object[] args, ThreadOp caller, Callback callback)
          Returns the FutureComponents of the specified reflexive asynchronous method invocation.
 FutureFactory.FutureComponents BasicFutureFactory.getFutureComponents(AsynchronousReference ar, MethodOp method, Object[] args, ThreadOp caller, Callback callback)
           
 

Uses of ThreadOp in mandala.util
 

Classes in mandala.util that implement ThreadOp
 class ThreadImpl
           
 

Methods in mandala.util that return ThreadOp
static ThreadOp ThreadImpl.getInstance(Thread thread)
           
static ThreadOp ThreadImpl.currentThread()
           
 

Methods in mandala.util with parameters of type ThreadOp
 int ThreadImpl.enumerate(ThreadOp[] tarray)
           
 



Mandala help mailing list