Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of ExtendedCommandExecutor 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 ExtendedCommandExecutor
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.
 

Uses of ExtendedCommandExecutor in org.eclipse.jpt.common.utility.command
 

Subinterfaces of ExtendedCommandExecutor in org.eclipse.jpt.common.utility.command
 interface StatefulExtendedCommandExecutor
          Add the ability to start and stop the command executor.
 

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

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

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

Uses of ExtendedCommandExecutor in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core that return ExtendedCommandExecutor
 ExtendedCommandExecutor JaxbProject.getModifySharedDocumentCommandExecutor()
          Return the project-wide implementation of the ExtendedCommandExecutor interface.
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type ExtendedCommandExecutor
 void JaxbProject.setThreadLocalModifySharedDocumentCommandExecutor(ExtendedCommandExecutor commandExecutor)
          Set a thread-specific implementation of the ExtendedCommandExecutor interface that will be used to execute a command to modify a shared document.
 

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

Methods in org.eclipse.jpt.jpa.core that return ExtendedCommandExecutor
 ExtendedCommandExecutor JpaProject.Manager.getModifySharedDocumentCommandExecutor()
          Return the project-wide implementation of the ExtendedCommandExecutor interface.
 

Methods in org.eclipse.jpt.jpa.core with parameters of type ExtendedCommandExecutor
 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.