|
RSE Release 3.3 |
|||||||||
| 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.ConnectJob
public class SubSystem.ConnectJob
Represents the subsystem operation of connecting the subsystem to the remote machine.
| Nested Class Summary |
|---|
| 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.ConnectJob(SubSystem ss,
IRSECallback callback)
|
|
| Method Summary | |
|---|---|
void |
performOperation(IProgressMonitor mon)
Override this method with the actual operation performed by your subsystem operation. |
IStatus |
run(IProgressMonitor monitor)
|
| Methods inherited from class org.eclipse.rse.core.subsystems.SubSystem.SubSystemOperationJob |
|---|
getOutputs, getOutputStrings, hasStarted, 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.ConnectJob(SubSystem ss,
IRSECallback callback)
| Method Detail |
|---|
public IStatus run(IProgressMonitor monitor)
run in class SubSystem.SubSystemOperationJob
public void performOperation(IProgressMonitor mon)
throws java.lang.InterruptedException,
java.lang.Exception
SubSystem.SubSystemOperationJob
performOperation in class SubSystem.SubSystemOperationJobjava.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.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||