|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.remotebuild.BuildActionDelegate com.ibm.etools.iseries.remotebuild.styles.RemoteAction
public abstract class RemoteAction
Implements an action delegate that will invoke an action on behalf of a project. The selection for this action may any number of resources associated with this project.
Field Summary | |
---|---|
static String |
copyright
|
Fields inherited from class com.ibm.etools.iseries.remotebuild.BuildActionDelegate |
---|
Copyright |
Constructor Summary | |
---|---|
RemoteAction()
Create a new action. |
Method Summary | |
---|---|
protected SortedSet |
getMinimalCompletion(List resourceList)
Returns a sorted set of of RBResources that minimally completes the list of RBResources that were supplied. |
protected void |
handleActionException(Exception e)
Handles the exceptions that are raised during the performance of the action. |
protected boolean |
hasAnySavfSelection()
|
protected boolean |
isConnectionValid()
Checks the connection and issues a error if the connection is not valid. |
protected boolean |
selectionIsLocal()
Tests a selection to ensure that all the objects contained in the selection correspond to resources in the local workspace. |
protected boolean |
selectionIsModelResource()
Tests the selection to ensure that all the objects contained in the selection correspond to AbstractISeriesResources. |
Methods inherited from class com.ibm.etools.iseries.remotebuild.BuildActionDelegate |
---|
checkDirtyEditors, checkSelection, getActivePart, getConnection, getModelProject, getModelProject, getModelProjects, getProject, getProjects, getSelection, getShell, getStatus, getTaskName, getWorkbenchWindow, initialize, isCanceled, performAction, performAction, performPostActions, performPreActions, run, runWorkspaceOperation, selectionChanged, selectionIsProject, selectionIsProjects, setActivePart, setCanceled, setEnabled, showStatusMessage, showSystemMessage, showSystemMessageInUI, terminate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public RemoteAction()
Method Detail |
---|
protected final boolean selectionIsLocal()
protected final boolean selectionIsModelResource()
protected final SortedSet getMinimalCompletion(List resourceList)
protected final void handleActionException(Exception e)
handleActionException
in class BuildActionDelegate
protected boolean isConnectionValid()
protected final boolean hasAnySavfSelection()
true
if the selection contains a save file;
false
otherwise.
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |