|
org.eclipse.rse.core.subsystems
Class SubSystem.ResolveAbsolutesJob
java.lang.Object
org.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.ResolveAbsolutesJob
-
All Implemented Interfaces:
-
Comparable,
IAdaptable
-
Enclosing class:
-
SubSystem
-
protected class SubSystem.ResolveAbsolutesJob
- extends
SubSystem.SubSystemOperationJob
Represents the subsystem operation of resolving a set of absolute filter strings.
Fields inherited from class org.eclipse.core.internal.jobs.InternalJob
|
manager
|
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
|
_filterString
protected
String _filterString
_filterStrings
protected
String[] _filterStrings
SubSystem.ResolveAbsolutesJob
public SubSystem.ResolveAbsolutesJob(
String filterString,
String[] filterStrings)
- Create a new ResolveAbsolutesJob
-
Parameters:
-
filterStrings - the set of absolute filter strings to resolve
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
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|