|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CommandService in org.ow2.bonita.pvm.internal.ejb |
---|
Classes in org.ow2.bonita.pvm.internal.ejb that implement CommandService | |
---|---|
class |
EnterpriseLocalCommandService
Local, stateless session bean implementation of the command service. |
Uses of CommandService in org.ow2.bonita.pvm.internal.jobexecutor |
---|
Fields in org.ow2.bonita.pvm.internal.jobexecutor declared as CommandService | |
---|---|
protected CommandService |
JobExceptionHandler.commandService
|
Methods in org.ow2.bonita.pvm.internal.jobexecutor that return CommandService | |
---|---|
CommandService |
JobExecutor.getCommandExecutor()
|
Methods in org.ow2.bonita.pvm.internal.jobexecutor with parameters of type CommandService | |
---|---|
void |
JobExecutor.setCommandExecutor(CommandService commandService)
|
Constructors in org.ow2.bonita.pvm.internal.jobexecutor with parameters of type CommandService | |
---|---|
JobExceptionHandler(long jobDbid,
java.lang.Throwable exception,
CommandService commandService)
|
Uses of CommandService in org.ow2.bonita.pvm.internal.model |
---|
Fields in org.ow2.bonita.pvm.internal.model declared as CommandService | |
---|---|
protected CommandService |
ExceptionHandlerSynchronization.commandService
|
Constructors in org.ow2.bonita.pvm.internal.model with parameters of type CommandService | |
---|---|
ExceptionHandlerSynchronization(ExceptionHandlerImpl exceptionHandler,
ExecutionImpl execution,
java.lang.Exception exception,
CommandService commandService)
|
Uses of CommandService in org.ow2.bonita.pvm.internal.spring |
---|
Classes in org.ow2.bonita.pvm.internal.spring that implement CommandService | |
---|---|
class |
SpringCommandService
|
Uses of CommandService in org.ow2.bonita.pvm.internal.svc |
---|
Classes in org.ow2.bonita.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.bonita.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.bonita.pvm.internal.svc that return CommandService | |
---|---|
CommandService |
CommandProcessService.getCommandService()
|
CommandService |
Interceptor.getNext()
|
Methods in org.ow2.bonita.pvm.internal.svc with parameters of type CommandService | |
---|---|
void |
CommandProcessService.setCommandService(CommandService commandService)
|
void |
Interceptor.setNext(CommandService next)
|
Uses of CommandService in org.ow2.bonita.pvm.internal.tx |
---|
Classes in org.ow2.bonita.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.bonita.pvm.internal.wire.binding |
---|
Methods in org.ow2.bonita.pvm.internal.wire.binding that return CommandService | |
---|---|
protected CommandService |
AsyncCommandServiceBinding.getCommandService(org.w3c.dom.Element element,
Parse parse,
Parser parser)
|
protected CommandService |
StandardCommandServiceBinding.getCommandService(org.w3c.dom.Element element,
Parse parse,
Parser parser)
|
Uses of CommandService in org.ow2.bonita.pvm.internal.wire.descriptor |
---|
Methods in org.ow2.bonita.pvm.internal.wire.descriptor with parameters of type CommandService | |
---|---|
void |
CommandServiceDescriptor.setCommandService(CommandService commandService)
|
Uses of CommandService in org.ow2.bonita.pvm.test.base |
---|
Fields in org.ow2.bonita.pvm.test.base declared as CommandService | |
---|---|
protected CommandService |
DbTestCase.commandService
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |