Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of ExtendedJobCommandExecutor in org.eclipse.jpt.common.core.utility.command
 interface CombinedExtendedCommandExecutor
          Combine the synchronouse job command executor and command executor interfaces.
 

Classes in org.eclipse.jpt.common.core.utility.command that implement ExtendedJobCommandExecutor
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.
 

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.