RSE
Release 3.2

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

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.ui.progress.UIJob
                  extended by org.eclipse.rse.core.subsystems.SubSystem.ChangeStatusJob
All Implemented Interfaces:
Comparable, IAdaptable
Enclosing class:
SubSystem

protected class SubSystem.ChangeStatusJob
extends UIJob

Represents the operation of changing the connection status of this subsystem.


Field Summary
 
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.ChangeStatusJob(ISubSystem ss)
           
 
Method Summary
 IStatus runInUIThread(IProgressMonitor monitor)
           
 
Methods inherited from class org.eclipse.ui.progress.UIJob
errorStatus, getDisplay, run, setDisplay
 
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.ChangeStatusJob

public SubSystem.ChangeStatusJob(ISubSystem ss)
Method Detail

runInUIThread

public IStatus runInUIThread(IProgressMonitor monitor)
Specified by:
runInUIThread in class UIJob

RSE
Release 3.2

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