Uses of Interface
mandala.util.MethodOp

Packages that use MethodOp
mandala.jacob Specification and implementation of the Java Active Container of Objects concept. 
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.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 MethodOp in mandala.jacob
 

Methods in mandala.jacob with parameters of type MethodOp
 FutureClient StoredObjectReference.call(MethodOp method, java.lang.Object[] args, Callback callback)
           
 

Uses of MethodOp in mandala.jacob.remote
 

Fields in mandala.jacob.remote declared as MethodOp
static MethodOp RemoteMethodResult.RemoteMethodResultMethods.getExceptionMethod
           
static MethodOp RemoteMethodResult.RemoteMethodResultMethods.getReturnedResultMethod
           
static MethodOp RemoteMethodResult.RemoteMethodResultMethods.getReturnedResultTrustedMethod
           
static MethodOp RemoteMethodResult.RemoteMethodResultMethods.exceptionOccuredMethod
           
static MethodOp RemoteMap.RemoteEntry.RemoteEntryMethods.getKeyMethod
           
static MethodOp RemoteMap.RemoteEntry.RemoteEntryMethods.getValueMethod
           
static MethodOp RemoteMap.RemoteEntry.RemoteEntryMethods.setValueMethod
           
static MethodOp RemoteMap.RemoteMapMethods.sizeMethod
           
static MethodOp RemoteMap.RemoteMapMethods.isEmptyMethod
           
static MethodOp RemoteMap.RemoteMapMethods.containsKeyMethod
           
static MethodOp RemoteMap.RemoteMapMethods.containsValueMethod
           
static MethodOp RemoteMap.RemoteMapMethods.getMethod
           
static MethodOp RemoteMap.RemoteMapMethods.putMethod
           
static MethodOp RemoteMap.RemoteMapMethods.removeMethod
           
static MethodOp RemoteMap.RemoteMapMethods.putAllMethod
           
static MethodOp RemoteMap.RemoteMapMethods.putAll_RemoteMap_Method
           
static MethodOp RemoteMap.RemoteMapMethods.clearMethod
           
static MethodOp RemoteMap.RemoteMapMethods.keySetMethod
           
static MethodOp RemoteMap.RemoteMapMethods.valuesMethod
           
static MethodOp RemoteMap.RemoteMapMethods.entrySetMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.clearMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.containsMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.containsAllMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.containsAll_RemoteCollection_Method
           
static MethodOp RemoteCollection.RemoteCollectionMethods.iteratorMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.addMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.addAllMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.addAll_RemoteCollection_Method
           
static MethodOp RemoteCollection.RemoteCollectionMethods.removeMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.removeAllMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.removeAll_RemoteCollection_Method
           
static MethodOp RemoteCollection.RemoteCollectionMethods.retainAllMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.retainAll_RemoteCollection_Method
           
static MethodOp RemoteCollection.RemoteCollectionMethods.toArrayMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.toArray_objects_Method
           
static MethodOp RemoteCollection.RemoteCollectionMethods.sizeMethod
           
static MethodOp RemoteCollection.RemoteCollectionMethods.isEmptyMethod
           
static MethodOp RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods.waitForResultMethod
           
static MethodOp RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods.waitForResult_long_Method
           
static MethodOp RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods.waitUntilResultAvailableMethod
           
static MethodOp RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods.waitUntilResultAvailable_long_Method
           
static MethodOp RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods.waitUntilCalleeAvailableMethod
           
static MethodOp RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods.waitUntilCalleeAvailable_long_Method
           
static MethodOp RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods.waitForCalleeThreadMethod
           
static MethodOp RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods.waitForCalleeThread_long_Method
           
static MethodOp RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods.waitUntilStartedMethod
           
static MethodOp RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods.waitUntilStarted_long_Method
           
static MethodOp RemoteThread.RemoteThreadMethods.getPriorityMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.getNameMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.interruptMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.isAliveMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.isDaemonMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.isInterruptedMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.joinMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.join_long_Method
           
static MethodOp RemoteThread.RemoteThreadMethods.join_long_int_Method
           
static MethodOp RemoteThread.RemoteThreadMethods.runMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.setContextClassLoaderMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.getContextClassLoaderMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.setDaemonMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.setNameMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.setPriorityMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.startMethod
           
static MethodOp RemoteThread.RemoteThreadMethods.checkAccessMethod
           
static MethodOp RemoteCancelable.RemoteCancelableMethods.cancelMethod
           
static MethodOp RemoteCancelable.RemoteCancelableMethods.interruptMethod
           
static MethodOp RemoteIterator.RemoteIteratorMethods.hasNextMethod
           
static MethodOp RemoteIterator.RemoteIteratorMethods.nextMethod
           
static MethodOp RemoteIterator.RemoteIteratorMethods.removeMethod
           
 MethodOp RemoteActiveMap.CallRemoteExceptionInfo.method
          Method of the call.
static MethodOp RemoteActiveMap.RemoteActiveMapMethods.callMethod
           
 MethodOp RemoteExceptionInfo.method
           
static MethodOp RemoteInvocationObserver.RemoteInvocationObserverMethods.isResultAvailableMethod
           
static MethodOp RemoteInvocationObserver.RemoteInvocationObserverMethods.isCalleeAvailableMethod
           
static MethodOp RemoteInvocationObserver.RemoteInvocationObserverMethods.getCalleeThreadMethod
           
static MethodOp RemoteInvocationObserver.RemoteInvocationObserverMethods.isStartedMethod
           
static MethodOp RemoteInvocationObserver.RemoteInvocationObserverMethods.isCancelledMethod
           
static MethodOp RemoteInvocationObserver.RemoteInvocationObserverMethods.isInterruptedMethod
           
static MethodOp RemoteInvocationInfo.RemoteInvocationInfoMethods.getAsynchronousReferenceMethod
           
static MethodOp RemoteInvocationInfo.RemoteInvocationInfoMethods.getMethodMethod
           
static MethodOp RemoteInvocationInfo.RemoteInvocationInfoMethods.getArgsMethod
           
static MethodOp RemoteInvocationInfo.RemoteInvocationInfoMethods.getCallbackMethod
           
static MethodOp RemoteInvocationInfo.RemoteInvocationInfoMethods.getCallerThreadMethod
           
static MethodOp RemoteResultUpdater.RemoteResultUpdaterMethods.setResultMethod
           
static MethodOp RemoteResultUpdater.RemoteResultUpdaterMethods.setCalleeThreadMethod
           
static MethodOp RemoteResultUpdater.RemoteResultUpdaterMethods.setStartedMethod
           
 

Methods in mandala.jacob.remote that return MethodOp
 MethodOp RemoteActiveMap.CallRemoteExceptionInfo.getMethod()
          InvocationInfo implementation
 MethodOp RemoteExceptionInfo.getMethod()
          Returns the method for which the transport throws an exception.
 

Constructors in mandala.jacob.remote with parameters of type MethodOp
RemoteExceptionInfo(java.lang.Object target, TransportException exception, MethodOp method, java.lang.Object[] args)
          Creates a new RemoteExceptionInfo instance.
 

Uses of MethodOp in mandala.jacob.remote.gpf
 

Fields in mandala.jacob.remote.gpf declared as MethodOp
 MethodOp MethodInvocation.method
          The method to invoke.
static MethodOp InvocationInfoMethods.getAsynchronousReferenceMethod
           
static MethodOp InvocationInfoMethods.getMethodMethod
           
static MethodOp InvocationInfoMethods.getArgsMethod
           
static MethodOp InvocationInfoMethods.getCallbackMethod
           
static MethodOp InvocationInfoMethods.getCallerThreadMethod
           
static MethodOp MapMethods.sizeMethod
           
static MethodOp MapMethods.isEmptyMethod
           
static MethodOp MapMethods.containsKeyMethod
           
static MethodOp MapMethods.containsValueMethod
           
static MethodOp MapMethods.getMethod
           
static MethodOp MapMethods.putMethod
           
static MethodOp MapMethods.removeMethod
           
static MethodOp MapMethods.putAllMethod
           
static MethodOp MapMethods.putAll_Map_Method
           
static MethodOp MapMethods.clearMethod
           
static MethodOp MapMethods.keySetMethod
           
static MethodOp MapMethods.valuesMethod
           
static MethodOp MapMethods.entrySetMethod
           
static MethodOp MapMethods.EntryMethods.getKeyMethod
           
static MethodOp MapMethods.EntryMethods.getValueMethod
           
static MethodOp MapMethods.EntryMethods.setValueMethod
           
static MethodOp CollectionMethods.clearMethod
           
static MethodOp CollectionMethods.containsMethod
           
static MethodOp CollectionMethods.containsAllMethod
           
static MethodOp CollectionMethods.iteratorMethod
           
static MethodOp CollectionMethods.addMethod
           
static MethodOp CollectionMethods.addAllMethod
           
static MethodOp CollectionMethods.removeMethod
           
static MethodOp CollectionMethods.removeAllMethod
           
static MethodOp CollectionMethods.retainAllMethod
           
static MethodOp CollectionMethods.toArrayMethod
           
static MethodOp CollectionMethods.toArray_objects_Method
           
static MethodOp CollectionMethods.sizeMethod
           
static MethodOp CollectionMethods.isEmptyMethod
           
static MethodOp InvocationEventsWaiterMethods.waitForResultMethod
           
static MethodOp InvocationEventsWaiterMethods.waitForResult_long_Method
           
static MethodOp InvocationEventsWaiterMethods.waitUntilResultAvailableMethod
           
static MethodOp InvocationEventsWaiterMethods.waitUntilResultAvailable_long_Method
           
static MethodOp InvocationEventsWaiterMethods.waitUntilCalleeAvailableMethod
           
static MethodOp InvocationEventsWaiterMethods.waitUntilCalleeAvailable_long_Method
           
static MethodOp InvocationEventsWaiterMethods.waitForCalleeThreadMethod
           
static MethodOp InvocationEventsWaiterMethods.waitForCalleeThread_long_Method
           
static MethodOp InvocationEventsWaiterMethods.waitUntilStartedMethod
           
static MethodOp InvocationEventsWaiterMethods.waitUntilStarted_long_Method
           
static MethodOp ThreadMethods.getPriorityMethod
           
static MethodOp ThreadMethods.getNameMethod
           
static MethodOp ThreadMethods.interruptMethod
           
static MethodOp ThreadMethods.isAliveMethod
           
static MethodOp ThreadMethods.isDaemonMethod
           
static MethodOp ThreadMethods.isInterruptedMethod
           
static MethodOp ThreadMethods.joinMethod
           
static MethodOp ThreadMethods.join_long_Method
           
static MethodOp ThreadMethods.join_long_int_Method
           
static MethodOp ThreadMethods.runMethod
           
static MethodOp ThreadMethods.setContextClassLoaderMethod
           
static MethodOp ThreadMethods.getContextClassLoaderMethod
           
static MethodOp ThreadMethods.setDaemonMethod
           
static MethodOp ThreadMethods.setNameMethod
           
static MethodOp ThreadMethods.setPriorityMethod
           
static MethodOp ThreadMethods.startMethod
           
static MethodOp ThreadMethods.checkAccessMethod
           
static MethodOp InvocationObserverMethods.isResultAvailableMethod
           
static MethodOp InvocationObserverMethods.isCalleeAvailableMethod
           
static MethodOp InvocationObserverMethods.getCalleeThreadMethod
           
static MethodOp InvocationObserverMethods.isStartedMethod
           
static MethodOp InvocationObserverMethods.isCancelledMethod
           
static MethodOp InvocationObserverMethods.isInterruptedMethod
           
static MethodOp ActiveMapMethods.callMethod
           
static MethodOp IteratorMethods.hasNextMethod
           
static MethodOp IteratorMethods.nextMethod
           
static MethodOp IteratorMethods.removeMethod
           
static MethodOp CancelableMethods.cancelMethod
           
static MethodOp CancelableMethods.interruptMethod
           
static MethodOp MethodResultMethods.getExceptionMethod
           
static MethodOp MethodResultMethods.getReturnedResultMethod
           
static MethodOp MethodResultMethods.getReturnedResultTrustedMethod
           
static MethodOp MethodResultMethods.exceptionOccuredMethod
           
static MethodOp ResultUpdaterMethods.setResultMethod
           
static MethodOp ResultUpdaterMethods.setCalleeThreadMethod
           
static MethodOp ResultUpdaterMethods.setStartedMethod
           
 

Methods in mandala.jacob.remote.gpf that return MethodOp
 MethodOp RemoteInvocationInfoProxy.getMethod()
           
 

Methods in mandala.jacob.remote.gpf with parameters of type MethodOp
 FutureFactory.FutureComponents AbstractFutureFactoryWrapper.getFutureComponents(AsynchronousReference ar, MethodOp method, java.lang.Object[] args, ThreadOp caller, Callback callBack)
           
 

Constructors in mandala.jacob.remote.gpf with parameters of type MethodOp
MethodInvocation(MethodOp method, java.lang.Object[] args)
           
 

Uses of MethodOp in mandala.jacob.remote.rmi
 

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

Uses of MethodOp in mandala.rami
 

Fields in mandala.rami declared as MethodOp
static MethodOp AsynchronousReferencePair.CallReflection.callMethod
           
 MethodOp AbstractFutureClient.method
           
 

Methods in mandala.rami that return MethodOp
 MethodOp InvocationInfo.getMethod()
          Returns the MethodOp involved in an asynchronous method invocation.
 MethodOp AbstractFutureClient.getMethod()
           
 

Methods in mandala.rami with parameters of type MethodOp
 FutureClient AsynchronousReference.call(MethodOp method, java.lang.Object[] args)
          Call a method asynchronously.
 FutureClient AsynchronousReference.call(MethodOp method, java.lang.Object[] args, Callback callback)
          Call a method asynchronously.
 FutureClient AbstractAsynchronousReference.call(MethodOp method, java.lang.Object[] args)
           
abstract  FutureClient AbstractAsynchronousReference.call(MethodOp method, java.lang.Object[] args, Callback callBack)
           
 

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

Uses of MethodOp in mandala.rami.impl
 

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

Uses of MethodOp in mandala.util
 

Classes in mandala.util that implement MethodOp
 class SerializableMethod
          This class is the java.io.Serializable clone of java.lang.reflect.Method.
 



Mandala help mailing list