|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Command | |
|---|---|
| org.eclipse.jpt.common.utility.command | |
| org.eclipse.jpt.common.utility.model.listener | |
| org.eclipse.jpt.jpa.core | |
| Uses of Command in org.eclipse.jpt.common.utility.command |
|---|
| Subinterfaces of Command in org.eclipse.jpt.common.utility.command | |
|---|---|
interface |
NotifyingRepeatingCommand
Extend the repeating command to support listeners that are notified when an execution "cycle" is complete; i.e. the command has, for the moment, handled every execution request and quiesced. |
interface |
RepeatingCommand
This command will execute repeatedly the minimum number of times. |
| Methods in org.eclipse.jpt.common.utility.command with parameters of type Command | |
|---|---|
void |
CommandContext.execute(Command command)
Execute the specified command, synchronously or asynchronously. |
void |
NotifyingRepeatingCommand.Listener.executionQuiesced(Command command)
The specified command has quiesced. |
void |
ExtendedCommandContext.waitToExecute(Command command)
Suspend the current thread until the specified command is executed. |
boolean |
ExtendedCommandContext.waitToExecute(Command command,
long timeout)
Suspend the current thread until the specified command is executed or the specified time-out occurs. |
| Uses of Command in org.eclipse.jpt.common.utility.model.listener |
|---|
| Fields in org.eclipse.jpt.common.utility.model.listener declared as Command | |
|---|---|
protected Command |
CommandChangeListener.command
|
| Constructors in org.eclipse.jpt.common.utility.model.listener with parameters of type Command | |
|---|---|
CommandChangeListener(Command command)
Construct a change listener that executes the specified command whenever it receives any change notification from the model to which it is added as a listener. |
|
| Uses of Command in org.eclipse.jpt.jpa.core |
|---|
| Methods in org.eclipse.jpt.jpa.core with parameters of type Command | |
|---|---|
void |
JpaProjectManager.execute(Command batchCommand)
Suspend the current thread until the specified command is executed, configuring the JPA project manager appropriately so all events, JPA project updates, etc. |
void |
JpaProjectManager.execute(Command command,
ExtendedCommandContext threadLocalModifySharedDocumentCommandContext)
Suspend the current thread until the specified command is executed, configuring the JPA project manager appropriately so all events, JPA project updates, etc. |
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||