Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.utility.command.Command

Packages that use Command
org.eclipse.jpt.common.core.utility.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.core.utility.command
 

Methods in org.eclipse.jpt.common.core.utility.command with parameters of type Command
 void CombinedCommandExecutor.Default.execute(Command command)
           
 void CombinedCommandExecutor.Inactive.execute(Command command)
           
 void CombinedExtendedCommandExecutor.Default.execute(Command command)
           
 void CombinedExtendedCommandExecutor.Inactive.execute(Command command)
           
 void CombinedExtendedCommandExecutor.Default.waitToExecute(Command command)
           
 void CombinedExtendedCommandExecutor.Inactive.waitToExecute(Command command)
           
 boolean CombinedExtendedCommandExecutor.Default.waitToExecute(Command command, long timeout)
           
 boolean CombinedExtendedCommandExecutor.Inactive.waitToExecute(Command command, long timeout)
           
 

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.
 

Classes in org.eclipse.jpt.common.utility.command that implement Command
static class Command.Disabled
          Singleton implementation of the command interface that will throw an exception when executed.
static class Command.Null
          Singleton implementation of the command interface that will do nothing when executed.
static class NotifyingRepeatingCommand.Null
          Singleton implementation of the notifying repeating command interface that will do nothing when executed.
static class RepeatingCommand.Null
          Singleton implementation of the repeating command interface that will do nothing when executed.
 

Fields in org.eclipse.jpt.common.utility.command declared as Command
static Command Command.Null.INSTANCE
           
static Command Command.Disabled.INSTANCE
           
 

Methods in org.eclipse.jpt.common.utility.command that return Command
static Command Command.Null.instance()
           
static Command Command.Disabled.instance()
           
 

Methods in org.eclipse.jpt.common.utility.command with parameters of type Command
 void ExtendedCommandExecutor.Default.execute(Command command)
           
 void ExtendedCommandExecutor.Inactive.execute(Command command)
           
 void CommandExecutor.execute(Command command)
          Execute the specified command, synchronously or asynchronously.
 void CommandExecutor.Default.execute(Command command)
           
 void CommandExecutor.Inactive.execute(Command command)
           
 void NotifyingRepeatingCommand.Listener.executionQuiesced(Command command)
          The specified command has quiesced.
 void ExtendedCommandExecutor.waitToExecute(Command command)
          Suspend the current thread until the specified command is executed.
 void ExtendedCommandExecutor.Default.waitToExecute(Command command)
           
 void ExtendedCommandExecutor.Inactive.waitToExecute(Command command)
           
 boolean ExtendedCommandExecutor.waitToExecute(Command command, long timeout)
          Suspend the current thread until the specified command is executed or the specified time-out occurs.
 boolean ExtendedCommandExecutor.Default.waitToExecute(Command command, long timeout)
           
 boolean ExtendedCommandExecutor.Inactive.waitToExecute(Command command, long timeout)
           
 

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, ExtendedCommandExecutor threadLocalModifySharedDocumentCommandExecutor)
          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

Copyright (c) 2012 Oracle. All rights reserved.