live.threads
Class ThreadedZVMTasks.QuerySharedStorage
java.lang.Object
java.lang.Thread
live.threads.ThreadedUserAction
live.threads.ThreadedZVMTasks.QuerySharedStorage
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ThreadedZVMTasks
- public static class ThreadedZVMTasks.QuerySharedStorage
- extends ThreadedUserAction
This gets the saved segment groups that are on the server and their members.
Wraps ZVMTasks.sharedStorageQuery()
.
Methods inherited from class live.threads.ThreadedUserAction |
getCache, getException, getID, getStatus, getTimeFinished, getTimeStarted, init, init, isFinished, result, run, setCanceled, setComplete, setError, setError, setIndeterminate, setIndeterminate, setInProgress, startJoinForever, startJoinTimeout, startNoJoin, toString |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, yield |
segments
private LinkedList segments
ThreadedZVMTasks.QuerySharedStorage
public ThreadedZVMTasks.QuerySharedStorage(ThreadInitInfo initInfo)
- Creates an action that will call
ZVMTasks.sharedStorageQuery()
.
- Parameters:
initInfo
- The ThreadInitInfo object
runImpl
protected void runImpl()
throws ZVMTasksException
- Calls
ZVMTasks.sharedStorageQuery()
.
- Specified by:
runImpl
in class ThreadedUserAction
- Throws:
ZVMTasksException
- See Also:
ThreadedUserAction.run()
description
public String description()
- Returns a description of this task
- Specified by:
description
in class ThreadedUserAction
- Returns:
- String
- See Also:
ThreadedUserAction.toString()
rawResult
public Object rawResult()
- Returns a
LinkedList
of SavedSegment
s,
an exception, or null if that call
hasn't completed.
- Specified by:
rawResult
in class ThreadedUserAction
- Returns:
- A list of SavedSegment DTOs, an exception, or null
Copyright © 2005