Uses of Class
com.cosylab.jcosyne.server.RemoteTaskInvocation

Packages that use RemoteTaskInvocation
com.cosylab.jcosyne.server This package contains the framework necessary to create JCosyne remote tasks which perfom custom computations. 
 

Uses of RemoteTaskInvocation in com.cosylab.jcosyne.server
 

Methods in com.cosylab.jcosyne.server that return RemoteTaskInvocation
 RemoteTaskInvocation[] ResultRepositoryMBean.getRecords(java.util.Map criteria)
          Returns a list of existing records that match supplied criteria.
 RemoteTaskInvocation[] ResultRepository.getRecords(java.util.Map criteria)
          Returns all remote task invocations in the result repository that satisfy the supplied criteria.
 

Methods in com.cosylab.jcosyne.server with parameters of type RemoteTaskInvocation
 int ResultRepositoryMBean.storeRecord(RemoteTaskInvocation rti, boolean assignNewID)
          Stores the record to the permanent storage.
 void ResultRepositoryMBean.deleteRecord(RemoteTaskInvocation rti, boolean outputs)
          Deletes the record from the index directory and optionally deletes the result files as well.
 void ResultRepository.addRecord(RemoteTaskInvocation invoc, javax.management.ObjectName target)
          Adds a remote task invocation record to the file system.
 int ResultRepository.storeRecord(RemoteTaskInvocation rti, boolean assignNewID)
          Store a remote task invocation record that has supposedly been initialized by some other agent (or modified by the user inside a GUI, for example).
 void ResultRepository.deleteRecord(RemoteTaskInvocation rti, boolean deleteOutputs)
          Deletes the record from the result repository, optionally deleting outputs as well.
 boolean RemoteTaskMBean.copyStateFrom(RemoteTaskInvocation rti)
          Transfers state from the result repository entry.
 boolean RemoteTask.copyStateFrom(RemoteTaskInvocation rti)
          Throws exception.