|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jpt.common.core.utility.command.CombinedCommandExecutor.Default
public static final class CombinedCommandExecutor.Default
Singleton implementation of the command executor interface that simply executes the command without any sort of enhancement.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.utility.command.CombinedCommandExecutor |
|---|
CombinedCommandExecutor.Default, CombinedCommandExecutor.Inactive |
| Field Summary | |
|---|---|
static CombinedCommandExecutor |
INSTANCE
|
| Method Summary | |
|---|---|
void |
execute(Command command)
Execute the specified command, synchronously or asynchronously. |
void |
execute(JobCommand command)
Execute the specified command, synchronously or asynchronously. |
void |
execute(JobCommand command,
String jobName)
Execute the specified command, synchronously or asynchronously. |
void |
execute(JobCommand command,
String jobName,
ISchedulingRule schedulingRule)
Execute the specified command, synchronously or asynchronously. |
static CombinedCommandExecutor |
instance()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CombinedCommandExecutor INSTANCE
| Method Detail |
|---|
public static CombinedCommandExecutor instance()
public void execute(Command command)
CommandExecutor
execute in interface CommandExecutorpublic void execute(JobCommand command)
JobCommandExecutorJob for execution.
execute in interface JobCommandExecutor
public void execute(JobCommand command,
String jobName)
JobCommandExecutorJob for execution.
execute in interface JobCommandExecutor
public void execute(JobCommand command,
String jobName,
ISchedulingRule schedulingRule)
JobCommandExecutorJob for execution.
execute in interface JobCommandExecutorpublic String toString()
toString in class Object
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||