|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunProcess | |
|---|---|
| oracle.ide.runner | Contains classes that allow addins some level of control on the IDE runner system. |
| oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
| oracle.jdeveloper.vcs.migrate | Contains classes which ease the migration of legacy version control extensions. |
| Uses of RunProcess in oracle.ide.runner |
|---|
| Fields in oracle.ide.runner declared as RunProcess | |
|---|---|
protected RunProcess |
RunProcess.containerThe container of this RunProcess. |
protected RunProcess |
Starter.runProcessThe RunProcess that will be or has been started by this Starter. |
| Methods in oracle.ide.runner that return RunProcess | |
|---|---|
abstract RunProcess[] |
Runner.getContainedRunProcesses(RunProcess parent) |
RunProcess |
RunProcess.getContainer()Returns the container RunProcess of this RunProcess |
RunProcess |
RunLogPage.getRunProcess()Returns the RunProcess associated with this log page. |
RunProcess |
RunProcessLifecycleEvent.getRunProcess()The RunProcess with which this event is associated. |
RunProcess |
SimpleProcess.getRunProcess()Gets the RunProcess instance used by this process configuration. |
abstract RunProcess[] |
Runner.getRunProcesses()Returns the folder within the run manager that contains active processes. |
| Methods in oracle.ide.runner with parameters of type RunProcess | |
|---|---|
abstract void |
Runner.addTerminateMenu(RunProcess runProcess)Adds a terminate menu item for the given RunProcess to the Run -> Terminate submenu. |
java.lang.Object |
AbstractStarterFactory.canStart(RunProcess runProcess, Context context, Node node, java.util.List errors) |
java.lang.Object |
StarterFactory.canStart(RunProcess runProcess, Node node, java.util.List errors)Tests whether this StarterFactory knows how to start the specified node. |
Starter |
AbstractStarterFactory.createStarter(RunProcess runProcess, Context context, Node node, java.lang.Object o) |
Starter |
StarterFactory.createStarter(RunProcess runProcess, Node node, java.lang.Object o)Creates a starter for the specified RunProcess. |
abstract RunProcess[] |
Runner.getContainedRunProcesses(RunProcess parent) |
Displayable |
AbstractStarterFactory.getDisplayable(RunProcess runProcess, Context context, Node node, java.lang.Object o) |
boolean |
RunProcess.inheritLogPage(RunProcess rp)Inherit the logPage of a previous RunProcess unconditionally, except if the current RunProcess already has a logPage. |
abstract void |
Runner.removeTerminateMenu(RunProcess runProcess)Removes the terminate menu item for the given RunProcess from the Run -> Terminate submenu. |
abstract boolean |
Runner.selectProcess(RunProcess runProcess)Selects the given process in the Run Manager window. |
void |
RunProcess.setContainer(RunProcess container) |
| Constructors in oracle.ide.runner with parameters of type RunProcess | |
|---|---|
RunProcessLifecycleEvent(RunProcess runProcess, Context context) |
|
Starter(RunProcess runProcess)The constructor simply sets the Starter.runProcess field. |
|
| Uses of RunProcess in oracle.jdeveloper.runner |
|---|
| Subclasses of RunProcess in oracle.jdeveloper.runner | |
|---|---|
class |
JRunProcessAn abstract class that represents a Java process. |
class |
RemoteProcess |
class |
RunningProcess |
| Uses of RunProcess in oracle.jdeveloper.vcs.migrate |
|---|
| Methods in oracle.jdeveloper.vcs.migrate with parameters of type RunProcess | |
|---|---|
void |
VCSStreamMonitor.dispatchEvent(int event, java.lang.String line, RunProcess process)This method is public as a side-effect of implementation. |
protected void |
VCSStreamMonitor.patternMatched(RunProcess process) |
protected void |
VCSStreamMonitor.streamLine(java.lang.String line, RunProcess process) |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||