|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationState | |
---|---|
uk.ac.ncl.cs.instantsoap.job | Job management. |
uk.ac.ncl.cs.instantsoap.job.impl | Implementation classes for jobs. |
uk.ac.ncl.cs.instantsoap.servicedp | Job dispatching, async and sync. |
uk.ac.ncl.cs.instantsoap.servicedp.impl | Job dispatching implementation. |
Uses of InvocationState in uk.ac.ncl.cs.instantsoap.job |
---|
Methods in uk.ac.ncl.cs.instantsoap.job that return InvocationState | |
---|---|
InvocationState |
Job.getInvocationState()
Get the invocation state. |
InvocationState |
JobManager.getInvocationState(UUID uuid)
Get the invocation state associated with the id. |
Methods in uk.ac.ncl.cs.instantsoap.job with parameters of type InvocationState | |
---|---|
void |
Job.setInvocationState(InvocationState state)
Set the invocation state. |
void |
JobManager.setInvocationState(UUID uuid,
InvocationState status)
Set the invocation state associated with the id. |
Uses of InvocationState in uk.ac.ncl.cs.instantsoap.job.impl |
---|
Methods in uk.ac.ncl.cs.instantsoap.job.impl that return InvocationState | |
---|---|
InvocationState |
FileJob.getInvocationState()
|
InvocationState |
JobManagerImpl.getInvocationState(UUID uuid)
|
Methods in uk.ac.ncl.cs.instantsoap.job.impl with parameters of type InvocationState | |
---|---|
void |
FileJob.setInvocationState(InvocationState state)
|
void |
JobManagerImpl.setInvocationState(UUID uuid,
InvocationState state)
|
Uses of InvocationState in uk.ac.ncl.cs.instantsoap.servicedp |
---|
Methods in uk.ac.ncl.cs.instantsoap.servicedp that return InvocationState | |
---|---|
InvocationState |
AsynchronousServiceDispatcher.pollState(UUID uuid)
Poll the state of the invocation. |
static InvocationState |
InvocationState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InvocationState[] |
InvocationState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of InvocationState in uk.ac.ncl.cs.instantsoap.servicedp.impl |
---|
Methods in uk.ac.ncl.cs.instantsoap.servicedp.impl that return InvocationState | |
---|---|
InvocationState |
AsynchronousServiceDispatcherImpl.pollState(UUID id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |