RSE
Release 1.0

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

java.lang.Object
  extended byorg.eclipse.core.runtime.PlatformObject
      extended byorg.eclipse.core.internal.jobs.InternalJob
          extended byorg.eclipse.core.runtime.jobs.Job
              extended byorg.eclipse.rse.core.subsystems.SubSystem.SubSystemOperationJob
                  extended byorg.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 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()
           
 
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, 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, wakeUp, wakeUp
 
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob
compareTo, toString
 
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()
Method Detail

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:
Exception - if there is some other error
InterruptedException - if the user presses cancel

RSE
Release 1.0

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