Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of JobCommandExecutor in org.eclipse.jpt.common.core.utility.command
 interface CombinedCommandExecutor
          Combine the job command executor and command executor interfaces.
 interface CombinedExtendedCommandExecutor
          Combine the synchronouse job command executor and command executor interfaces.
 interface ExtendedJobCommandExecutor
          This interface extends the normal command executor to allow the client to control when a command is required to be executed synchronously.
 

Classes in org.eclipse.jpt.common.core.utility.command that implement JobCommandExecutor
static class CombinedCommandExecutor.Default
          Singleton implementation of the command executor interface that simply executes the command without any sort of enhancement.
static class CombinedCommandExecutor.Inactive
          Singleton implementation of the command executor interface that ignores any commands.
static class CombinedExtendedCommandExecutor.Default
          Singleton implementation of the command executor interface that simply executes the command without any sort of enhancement.
static class CombinedExtendedCommandExecutor.Inactive
          Singleton implementation of the command executor interface that ignores any commands.
static class ExtendedJobCommandExecutor.Default
          Singleton implementation of the command executor interface that simply executes the command without any sort of enhancement.
static class ExtendedJobCommandExecutor.Inactive
          Singleton implementation of the command executor interface that ignores any commands.
static class JobCommandExecutor.Default
          Singleton implementation of the command executor interface that simply executes the command without any sort of enhancement.
static class JobCommandExecutor.Inactive
          Singleton implementation of the command executor interface that ignores any commands.
 

Fields in org.eclipse.jpt.common.core.utility.command declared as JobCommandExecutor
static JobCommandExecutor JobCommandExecutor.Default.INSTANCE
           
static JobCommandExecutor JobCommandExecutor.Inactive.INSTANCE
           
 

Methods in org.eclipse.jpt.common.core.utility.command that return JobCommandExecutor
static JobCommandExecutor JobCommandExecutor.Default.instance()
           
static JobCommandExecutor JobCommandExecutor.Inactive.instance()
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.