|
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.JobCommandExecutor.Default
public static final class JobCommandExecutor.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.JobCommandExecutor |
|---|
JobCommandExecutor.Default, JobCommandExecutor.Inactive |
| Field Summary | |
|---|---|
static JobCommandExecutor |
INSTANCE
|
| Method Summary | |
|---|---|
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 JobCommandExecutor |
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 JobCommandExecutor INSTANCE
| Method Detail |
|---|
public static JobCommandExecutor instance()
public 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 | ||||||||||