Uses of Class
uk.ac.ncl.cs.instantsoap.wsapi.UUID

Packages that use UUID
uk.ac.ncl.cs.instantsoap.job Job management. 
uk.ac.ncl.cs.instantsoap.job.impl Implementation classes for jobs. 
uk.ac.ncl.cs.instantsoap.queue Manage queues of jobs. 
uk.ac.ncl.cs.instantsoap.servicedp Job dispatching, async and sync. 
uk.ac.ncl.cs.instantsoap.servicedp.impl Job dispatching implementation. 
uk.ac.ncl.cs.instantsoap.strategydp Strategies for dispatching job requests. 
uk.ac.ncl.cs.instantsoap.strategydp.impl Implementations of strategy dispatchers. 
uk.ac.ncl.cs.instantsoap.wsapi The web-service interface definitions, exceptions and datatypes. 
uk.ac.ncl.cs.instantsoap.wsapi.impl Classes that provide the implementation glue to attach the web service API to a spring-managed web-service container. 
 

Uses of UUID in uk.ac.ncl.cs.instantsoap.job
 

Methods in uk.ac.ncl.cs.instantsoap.job that return UUID
 UUID JobManager.newJob()
          Create a new Job and return the corresponding UUID.
 

Methods in uk.ac.ncl.cs.instantsoap.job with parameters of type UUID
 Throwable JobManager.getFailureReason(UUID uuid)
          Get the reason for failure for the job associated with the id.
 InvocationState JobManager.getInvocationState(UUID uuid)
          Get the invocation state associated with the id.
 Date JobManager.getJobExecutionEndTime(UUID uuid)
          Get the execution end time for the job associated with the id.
 Date JobManager.getJobExecutionStartTime(UUID uuid)
          Get the submission time for the job associated with the id.
 Date JobManager.getJobSubmissionTime(UUID uuid)
          Get the submission time for the job associated with the id.
 Map<String,String> JobManager.getResult(UUID uuid)
          Get the results of the job associated with the id.
 boolean JobManager.isFailure(UUID uuid)
          Return true if the job associated with the uuid has failed.
 void JobManager.setFailure(UUID uuid, boolean failure)
          Update the failure status of the job with the id.
 void JobManager.setFailureReason(UUID uuid, Throwable failureReason)
          Set the reason for failure for the job associated with the id.
 void JobManager.setInvocationState(UUID uuid, InvocationState status)
          Set the invocation state associated with the id.
 void JobManager.setJobExecutionEndTime(UUID uuid, Date time)
          Set the execution end time for the job associated with the id.
 void JobManager.setJobExecutionStartTime(UUID uuid, Date time)
          Set the submission time for the job associated with the id.
 void JobManager.setJobSubmissionTime(UUID uuid, Date time)
          Set the submission time for the job associated with the id.
 void JobManager.setResult(UUID uuid, Map<String,String> result)
          Set the results of the job associated with the id.
 

Uses of UUID in uk.ac.ncl.cs.instantsoap.job.impl
 

Methods in uk.ac.ncl.cs.instantsoap.job.impl that return UUID
 UUID JobManagerImpl.newJob()
           
 

Methods in uk.ac.ncl.cs.instantsoap.job.impl with parameters of type UUID
 Throwable JobManagerImpl.getFailureReason(UUID uuid)
           
 InvocationState JobManagerImpl.getInvocationState(UUID uuid)
           
 Date JobManagerImpl.getJobExecutionEndTime(UUID uuid)
           
 Date JobManagerImpl.getJobExecutionStartTime(UUID uuid)
           
 Date JobManagerImpl.getJobSubmissionTime(UUID uuid)
           
 Map<String,String> JobManagerImpl.getResult(UUID uuid)
           
 boolean JobManagerImpl.isFailure(UUID uuid)
           
 void JobManagerImpl.setFailure(UUID uuid, boolean failure)
           
 void JobManagerImpl.setFailureReason(UUID uuid, Throwable failureReason)
           
 void JobManagerImpl.setInvocationState(UUID uuid, InvocationState state)
           
 void JobManagerImpl.setJobExecutionEndTime(UUID uuid, Date time)
           
 void JobManagerImpl.setJobExecutionStartTime(UUID uuid, Date time)
           
 void JobManagerImpl.setJobSubmissionTime(UUID uuid, Date time)
           
 void JobManagerImpl.setResult(UUID uuid, Map<String,String> result)
           
 

Uses of UUID in uk.ac.ncl.cs.instantsoap.queue
 

Methods in uk.ac.ncl.cs.instantsoap.queue with parameters of type UUID
 boolean QueueMonitor.isQueued(UUID uuid)
          Discover if a particular job is queued up.
 

Method parameters in uk.ac.ncl.cs.instantsoap.queue with type arguments of type UUID
static QosMonitor Monitors.qosMonitor(LoggingQueue<UUID> queue)
           
static QueueMonitor Monitors.queueMonitor(LoggingQueue<UUID> queue)
           
 

Uses of UUID in uk.ac.ncl.cs.instantsoap.servicedp
 

Methods in uk.ac.ncl.cs.instantsoap.servicedp that return UUID
 UUID AsynchronousServiceDispatcher.invoke(JobSpecification specification)
          Invoke the jobManager.
 

Methods in uk.ac.ncl.cs.instantsoap.servicedp with parameters of type UUID
 NonBlockingInvocationResponse AsynchronousServiceDispatcher.getExecutionResult(UUID uuid)
          Return the result of the jobManager.
 InvocationState AsynchronousServiceDispatcher.pollState(UUID uuid)
          Poll the state of the invocation.
 

Uses of UUID in uk.ac.ncl.cs.instantsoap.servicedp.impl
 

Methods in uk.ac.ncl.cs.instantsoap.servicedp.impl that return UUID
 UUID AsynchronousServiceDispatcherImpl.invoke(JobSpecification jobSpec)
           
 

Methods in uk.ac.ncl.cs.instantsoap.servicedp.impl with parameters of type UUID
 NonBlockingInvocationResponse AsynchronousServiceDispatcherImpl.getExecutionResult(UUID id)
           
 InvocationState AsynchronousServiceDispatcherImpl.pollState(UUID id)
           
 

Constructors in uk.ac.ncl.cs.instantsoap.servicedp.impl with parameters of type UUID
AsynchronousServiceDispatcherImpl.StrategyDispatcherListenerImpl(UUID id)
           
 

Uses of UUID in uk.ac.ncl.cs.instantsoap.strategydp
 

Methods in uk.ac.ncl.cs.instantsoap.strategydp that return UUID
 UUID StrategyDispatcher.ValidatedJob.dispatch(StrategyDispatcherListener sdl)
          Dispatch the jobManager, informing sdl.
 

Uses of UUID in uk.ac.ncl.cs.instantsoap.strategydp.impl
 

Constructor parameters in uk.ac.ncl.cs.instantsoap.strategydp.impl with type arguments of type UUID
QueuedDispatcher(StrategyDispatcher delegate, LoggingQueue<UUID> queue)
           
 

Uses of UUID in uk.ac.ncl.cs.instantsoap.wsapi
 

Methods in uk.ac.ncl.cs.instantsoap.wsapi that return UUID
 UUID NonBlockingInvocationResponse.getUuid()
          Get the uuid of the job assicoated with this response.
 UUID BlockedInvocationResponse.getUuid()
          Get the uuid of this response.
 

Methods in uk.ac.ncl.cs.instantsoap.wsapi with parameters of type UUID
static BlockedInvocationResponse Wsapi.blockedInvocationResponse(UUID uuid, Map<String,String> results)
           
static BlockedInvocationResponse Wsapi.blockedInvocationResponse(UUID uuid, Wsapi.Pair<String,String>... result)
           
 NonBlockingInvocationResponse WebServiceDispatcher.pollForResult(UUID uuid)
          Poll the jobManager for completion.
 void NonBlockingInvocationResponse.setUuid(UUID uuid)
          Set the uuid of the job associated with this response.
 void BlockedInvocationResponse.setUuid(UUID uuid)
          Set the uuid of this response.
 

Constructors in uk.ac.ncl.cs.instantsoap.wsapi with parameters of type UUID
BlockedInvocationResponse(UUID uuid, Map<String,String> result)
          Make an instance with the information provided.
NonBlockingInvocationResponse(UUID uuid, int wait, TimeUnit unit)
          Create a new instance in the JobPending state.
NonBlockingInvocationResponse(UUID uuid, Map<String,String> results)
          Create a new instance in the JobCompleted state.
 

Uses of UUID in uk.ac.ncl.cs.instantsoap.wsapi.impl
 

Methods in uk.ac.ncl.cs.instantsoap.wsapi.impl with parameters of type UUID
 NonBlockingInvocationResponse WebServiceDispatcherImpl.pollForResult(UUID uuid)
           
 



Copyright © 2006-2008. All Rights Reserved.