Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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


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.GetPropertyJob
All Implemented Interfaces:
Comparable, IAdaptable
Enclosing class:
SubSystem

protected class SubSystem.GetPropertyJob
extends SubSystem.SubSystemOperationJob

Represents the subsystem operation of getting a property value from a remote object.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.rse.core.subsystems. SubSystem.SubSystemOperationJob
SubSystem.SubSystemOperationJob.ContextRunnable
 
Field Summary
protected   String _key
           
protected   Object _subject
           
 
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.GetPropertyJob ( Object subject, String key)
          Constructs a new GetPropertyJob
 
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, 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
 

Field Detail

_subject

protected 
Object _subject

_key

protected 
String _key
Constructor Detail

SubSystem.GetPropertyJob

public SubSystem.GetPropertyJob(
Object subject,
                                
String key)
Constructs a new GetPropertyJob

Parameters:
subject - The object whose property will be queried
key - The property to query
Method Detail

performOperation

public void performOperation(
IProgressMonitor mon)
                      throws 
InterruptedException,
                             
InvocationTargetException,
                             
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.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire