Dali Provisional API
Release 3.2

Uses of Package
org.eclipse.jpt.common.core.utility.command

Packages that use org.eclipse.jpt.common.core.utility.command
org.eclipse.jpt.common.core.utility.command   
org.eclipse.jpt.jpa.core   
 

Classes in org.eclipse.jpt.common.core.utility.command used by org.eclipse.jpt.common.core.utility.command
CombinedCommandExecutor
          Combine the job command executor and command executor interfaces.
CombinedExtendedCommandExecutor
          Combine the synchronouse job command executor and command executor interfaces.
ExtendedJobCommandExecutor
          This interface extends the normal command executor to allow the client to control when a command is required to be executed synchronously.
InterruptibleJobCommand
          Simple interface for implementing the GOF Command design pattern in an Eclipse job and allows for the command to throw an InterruptedException.
JobCommand
          Simple interface for implementing the GOF Command design pattern in an Eclipse job.
JobCommandExecutor
          This interface allows clients to control how a job command is executed.
NotifyingRepeatingJobCommand
          Extend the repeating job command to support listeners that are notified when an execution "cycle" is complete; i.e. the job command has, for the moment, handled every execution request and quiesced.
NotifyingRepeatingJobCommand.Listener
          Interface implemented by listeners to be notified whenever the job command has quiesced.
RepeatingJobCommand
          This job command will execute repeatedly the minimum number of times.
 

Classes in org.eclipse.jpt.common.core.utility.command used by org.eclipse.jpt.jpa.core
JobCommand
          Simple interface for implementing the GOF Command design pattern in an Eclipse job.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.