Uses of Interface
org.ow2.orchestra.pvm.internal.cmd.CommandService

Packages that use CommandService
org.ow2.orchestra.pvm.internal.ejb   
org.ow2.orchestra.pvm.internal.jobexecutor   
org.ow2.orchestra.pvm.internal.jobexecutor.jdk   
org.ow2.orchestra.pvm.internal.model   
org.ow2.orchestra.pvm.internal.spring   
org.ow2.orchestra.pvm.internal.svc   
org.ow2.orchestra.pvm.internal.tx   
org.ow2.orchestra.pvm.internal.wire.binding   
org.ow2.orchestra.pvm.internal.wire.descriptor   
 

Uses of CommandService in org.ow2.orchestra.pvm.internal.ejb
 

Classes in org.ow2.orchestra.pvm.internal.ejb that implement CommandService
 class EnterpriseLocalCommandService
          Local, stateless session bean implementation of the command service.
 

Uses of CommandService in org.ow2.orchestra.pvm.internal.jobexecutor
 

Fields in org.ow2.orchestra.pvm.internal.jobexecutor declared as CommandService
protected  CommandService AbstractJobExecutor.commandService
           
 

Methods in org.ow2.orchestra.pvm.internal.jobexecutor that return CommandService
 CommandService AbstractJobExecutor.getCommandExecutor()
           
 

Methods in org.ow2.orchestra.pvm.internal.jobexecutor with parameters of type CommandService
 void AbstractJobExecutor.setCommandExecutor(CommandService commandExecutor)
           
 

Uses of CommandService in org.ow2.orchestra.pvm.internal.jobexecutor.jdk
 

Constructors in org.ow2.orchestra.pvm.internal.jobexecutor.jdk with parameters of type CommandService
JobExecutorTask(CommandService commandService, Collection<JobImpl<?>> jobDbids)
           
 

Uses of CommandService in org.ow2.orchestra.pvm.internal.model
 

Fields in org.ow2.orchestra.pvm.internal.model declared as CommandService
protected  CommandService ExceptionHandlerSynchronization.commandService
           
 

Constructors in org.ow2.orchestra.pvm.internal.model with parameters of type CommandService
ExceptionHandlerSynchronization(ExceptionHandlerImpl exceptionHandler, ExecutionImpl execution, Exception exception, ProcessElementImpl processElement, CommandService commandService)
           
 

Uses of CommandService in org.ow2.orchestra.pvm.internal.spring
 

Classes in org.ow2.orchestra.pvm.internal.spring that implement CommandService
 class SpringCommandService
           
 

Uses of CommandService in org.ow2.orchestra.pvm.internal.svc
 

Classes in org.ow2.orchestra.pvm.internal.svc that implement CommandService
 class AsyncCommandService
           
 class AuthorizationInterceptor
          performs an authorization check before the command is executed.
 class DefaultCommandService
           
 class EnvironmentInterceptor
          sets up an environment around the execution of the command.
 class Interceptor
           
 class RetryInterceptor
          retries the command execution in case hibernate throws optimistic locking (StaleObjectException) exceptions.
 

Fields in org.ow2.orchestra.pvm.internal.svc declared as CommandService
protected  CommandService CommandExecutionService.commandService
           
protected  CommandService CommandManagementService.commandService
           
protected  CommandService CommandProcessService.commandService
           
protected  CommandService Interceptor.next
           
 

Methods in org.ow2.orchestra.pvm.internal.svc that return CommandService
 CommandService CommandProcessService.getCommandService()
           
 CommandService Interceptor.getNext()
           
 

Methods in org.ow2.orchestra.pvm.internal.svc with parameters of type CommandService
 void CommandProcessService.setCommandService(CommandService commandService)
           
 void Interceptor.setNext(CommandService next)
           
 

Uses of CommandService in org.ow2.orchestra.pvm.internal.tx
 

Classes in org.ow2.orchestra.pvm.internal.tx that implement CommandService
 class StandardTransactionInterceptor
          calls setRollbackOnly on the transaction in the environment in case an exception occurs during execution of the command.
 

Uses of CommandService in org.ow2.orchestra.pvm.internal.wire.binding
 

Methods in org.ow2.orchestra.pvm.internal.wire.binding that return CommandService
protected  CommandService StandardCommandServiceBinding.getCommandService(Element element, Parse parse, Parser parser)
           
protected  CommandService AsyncCommandServiceBinding.getCommandService(Element element, Parse parse, Parser parser)
           
 

Uses of CommandService in org.ow2.orchestra.pvm.internal.wire.descriptor
 

Methods in org.ow2.orchestra.pvm.internal.wire.descriptor with parameters of type CommandService
 void CommandServiceDescriptor.setCommandService(CommandService commandService)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.