|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
org.eclipse.rse.core.subsystems.SubSystem.SubSystemOperationJob
org.eclipse.rse.core.subsystems.SubSystem.DisconnectJob
protected class SubSystem.DisconnectJob
Represents the subsystem operation of disconnecting the subsystem to the remote machine.
Nested Class Summary | |
---|---|
class |
SubSystem.DisconnectJob.PostDisconnect
|
Nested classes/interfaces inherited from class org.eclipse.rse.core.subsystems.SubSystem.SubSystemOperationJob |
---|
SubSystem.SubSystemOperationJob.ContextRunnable |
Field Summary |
---|
Fields inherited from class org.eclipse.rse.core.subsystems.SubSystem.SubSystemOperationJob |
---|
_hasStarted, runOutputs, runOutputStrings |
Fields inherited from class org.eclipse.core.runtime.jobs.Job |
---|
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING |
Fields inherited from class org.eclipse.core.internal.jobs.InternalJob |
---|
manager |
Constructor Summary | |
---|---|
SubSystem.DisconnectJob(boolean collapseTree,
SubSystem subsystem)
|
Method Summary | |
---|---|
void |
performOperation(IProgressMonitor mon)
Override this method with the actual operation performed by your subsystem operation. |
Methods inherited from class org.eclipse.rse.core.subsystems.SubSystem.SubSystemOperationJob |
---|
getOutputs, getOutputStrings, hasStarted, run, runInContext |
Methods inherited from class org.eclipse.core.runtime.jobs.Job |
---|
addJobChangeListener, belongsTo, cancel, canceling, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule |
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob |
---|
compareTo |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Constructor Detail |
---|
public SubSystem.DisconnectJob(boolean collapseTree, SubSystem subsystem)
Method Detail |
---|
public void performOperation(IProgressMonitor mon) throws java.lang.InterruptedException, java.lang.Exception
SubSystem.SubSystemOperationJob
performOperation
in class SubSystem.SubSystemOperationJob
java.lang.InterruptedException
- if the user presses cancel
java.lang.reflect.InvocationTargetException
- if there is some error performing the operation
java.lang.Exception
- if there is some other error
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |