Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.common.core.utility.command.JobCommand

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

Uses of JobCommand in org.eclipse.jpt.common.core.utility.command
 

Subinterfaces of JobCommand in org.eclipse.jpt.common.core.utility.command
 interface 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.
 interface RepeatingJobCommand
          This job command will execute repeatedly the minimum number of times.
 

Methods in org.eclipse.jpt.common.core.utility.command with parameters of type JobCommand
 void JobCommandContext.execute(JobCommand command)
          Execute the specified command, synchronously or asynchronously.
 void JobCommandContext.execute(JobCommand command, String jobName)
          Execute the specified command, synchronously or asynchronously.
 void JobCommandContext.execute(JobCommand command, String jobName, ISchedulingRule schedulingRule)
          Execute the specified command, synchronously or asynchronously.
 void NotifyingRepeatingJobCommand.Listener.executionQuiesced(JobCommand command)
          The specified job command has quiesced.
 void ExtendedJobCommandContext.waitToExecute(JobCommand command)
          Suspend the current thread until the specified command is executed.
 boolean ExtendedJobCommandContext.waitToExecute(JobCommand command, long timeout)
          Suspend the current thread until the specified command is executed or the specified time-out occurs.
 void ExtendedJobCommandContext.waitToExecute(JobCommand command, String jobName)
          Suspend the current thread until the specified command is executed.
 void ExtendedJobCommandContext.waitToExecute(JobCommand command, String jobName, ISchedulingRule schedulingRule)
          Suspend the current thread until the specified command is executed.
 boolean ExtendedJobCommandContext.waitToExecute(JobCommand command, String jobName, ISchedulingRule schedulingRule, long timeout)
          Suspend the current thread until the specified command is executed or the specified time-out occurs.
 boolean ExtendedJobCommandContext.waitToExecute(JobCommand command, String jobName, long timeout)
          Suspend the current thread until the specified command is executed or the specified time-out occurs.
 

Uses of JobCommand in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JobCommand
 void JpaProject.Manager.execute(JobCommand command, String jobName, JpaProject jpaProject)
          Execute the specified command, possibly asynchronously, synchronizing with all the other stuff manipulating the JPA projects (e.g. resource change events).
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.