Uses of Interface
org.jbpm.pvm.internal.cmd.CommandService

Packages that use CommandService
org.jbpm.pvm.internal.jobexecutor   
org.jbpm.pvm.internal.model default implementation of process execution in ExecutionImpl based on org.jbpm.pvm.internal.model.AtomicOperations Bidirectional relations In this process model thoughout the pvm codebase, there are several bidirectional relations. 
org.jbpm.pvm.internal.processengine   
org.jbpm.pvm.internal.query   
org.jbpm.pvm.internal.repository   
org.jbpm.pvm.internal.spring   
org.jbpm.pvm.internal.svc   
org.jbpm.pvm.internal.tx   
org.jbpm.pvm.internal.wire.binding each Binding class creates a wire descriptor from a dom element. 
org.jbpm.pvm.internal.wire.descriptor   
 

Uses of CommandService in org.jbpm.pvm.internal.jobexecutor
 

Fields in org.jbpm.pvm.internal.jobexecutor declared as CommandService
protected  CommandService JobExceptionHandler.commandService
           
 

Methods in org.jbpm.pvm.internal.jobexecutor that return CommandService
 CommandService JobExecutor.getCommandExecutor()
           
 

Methods in org.jbpm.pvm.internal.jobexecutor with parameters of type CommandService
 void JobExecutor.setCommandExecutor(CommandService commandService)
           
 

Constructors in org.jbpm.pvm.internal.jobexecutor with parameters of type CommandService
JobExceptionHandler(long jobDbid, CommandService commandService)
           
JobParcel(CommandService commandService, java.util.Collection<java.lang.Long> jobDbids)
           
 

Uses of CommandService in org.jbpm.pvm.internal.model
 

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

Constructors in org.jbpm.pvm.internal.model with parameters of type CommandService
ExceptionHandlerSynchronization(ExceptionHandlerImpl exceptionHandler, ExecutionImpl execution, java.lang.Exception exception, CommandService commandService)
           
 

Uses of CommandService in org.jbpm.pvm.internal.processengine
 

Fields in org.jbpm.pvm.internal.processengine declared as CommandService
protected  CommandService ProcessEngineImpl.userCommandService
           
 

Uses of CommandService in org.jbpm.pvm.internal.query
 

Fields in org.jbpm.pvm.internal.query declared as CommandService
protected  CommandService AbstractQuery.commandService
           
 

Methods in org.jbpm.pvm.internal.query with parameters of type CommandService
 void AbstractQuery.setCommandService(CommandService commandService)
           
 

Uses of CommandService in org.jbpm.pvm.internal.repository
 

Fields in org.jbpm.pvm.internal.repository declared as CommandService
protected  CommandService DeploymentImpl.commandService
           
 

Constructors in org.jbpm.pvm.internal.repository with parameters of type CommandService
DeploymentImpl(CommandService commandService)
           
 

Uses of CommandService in org.jbpm.pvm.internal.spring
 

Constructors in org.jbpm.pvm.internal.spring with parameters of type CommandService
CommandTransactionCallback(Command<T> command, CommandService commandService)
           
 

Uses of CommandService in org.jbpm.pvm.internal.svc
 

Classes in org.jbpm.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.
 class SerializeInterceptor
           
 class SkipInterceptor
           
 

Fields in org.jbpm.pvm.internal.svc declared as CommandService
protected  CommandService AbstractServiceImpl.commandService
           
protected  CommandService IdentityServiceImpl.commandService
           
protected  CommandService Interceptor.next
           
 

Methods in org.jbpm.pvm.internal.svc that return CommandService
 CommandService AbstractServiceImpl.getCommandService()
           
 CommandService Interceptor.getNext()
           
 

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

Uses of CommandService in org.jbpm.pvm.internal.tx
 

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

Constructors in org.jbpm.pvm.internal.tx with parameters of type CommandService
SpringCommandCallback(CommandService next, Command<?> command)
           
 

Uses of CommandService in org.jbpm.pvm.internal.wire.binding
 

Methods in org.jbpm.pvm.internal.wire.binding that return CommandService
protected  CommandService CommandServiceBinding.getCommandService(org.w3c.dom.Element element, Parse parse, Parser parser)
           
 

Uses of CommandService in org.jbpm.pvm.internal.wire.descriptor
 

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



Copyright © 2010 JBoss Community. All Rights Reserved.