RSE
Release 3.3

org.eclipse.rse.core.subsystems
Class SubSystem.ConnectJob

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.core.internal.jobs.InternalJob
          extended by org.eclipse.core.runtime.jobs.Job
              extended by org.eclipse.rse.core.subsystems.SubSystem.SubSystemOperationJob
                  extended by org.eclipse.rse.core.subsystems.SubSystem.ConnectJob
All Implemented Interfaces:
Comparable, IAdaptable
Enclosing class:
SubSystem

public class SubSystem.ConnectJob
extends SubSystem.SubSystemOperationJob

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

SubSystem.ConnectJob

public SubSystem.ConnectJob(SubSystem ss,
                            IRSECallback callback)
Method Detail

run

public IStatus run(IProgressMonitor monitor)
Overrides:
run in class SubSystem.SubSystemOperationJob

performOperation

public void performOperation(IProgressMonitor mon)
                      throws InterruptedException,
                             Exception
Description copied from class: SubSystem.SubSystemOperationJob
Override this method with the actual operation performed by your subsystem operation. Make sure to report progress to the Progress monitor.

Specified by:
performOperation in class SubSystem.SubSystemOperationJob
Throws:
InterruptedException - if the user presses cancel
InvocationTargetException - if there is some error performing the operation
Exception - if there is some other error

RSE
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.