Package org.jbpm.services.cdi.producer
Class TransactionalCommandServiceProducer
- java.lang.Object
-
- org.jbpm.services.cdi.producer.TransactionalCommandServiceProducer
-
public class TransactionalCommandServiceProducer extends Object
-
-
Constructor Summary
Constructors Constructor Description TransactionalCommandServiceProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransactionalCommandService
produceAuditCommandService()
TransactionalCommandService
produceCommandService()
-
-
-
Method Detail
-
produceCommandService
@Produces public TransactionalCommandService produceCommandService()
-
produceAuditCommandService
@Produces public TransactionalCommandService produceAuditCommandService()
-
-