org.jbpm.services.cdi.impl
Class DeploymentServiceCDIImpl
java.lang.Object
org.jbpm.kie.services.impl.AbstractDeploymentService
org.jbpm.kie.services.impl.KModuleDeploymentService
org.jbpm.services.cdi.impl.DeploymentServiceCDIImpl
- All Implemented Interfaces:
- DeploymentService, ListenerSupport
@ApplicationScoped
public class DeploymentServiceCDIImpl
- extends KModuleDeploymentService
Methods inherited from class org.jbpm.kie.services.impl.AbstractDeploymentService |
addListener, commonDeploy, getDeployedUnit, getDeployedUnits, getDeploymentsMap, getEmf, getListeners, getManagerFactory, getRuntimeDataService, getRuntimeManager, isDeployed, removeListener, setupAuditLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deploymentEvent
@Inject
protected javax.enterprise.event.Event<DeploymentEvent> deploymentEvent
undeploymentEvent
@Inject
protected javax.enterprise.event.Event<DeploymentEvent> undeploymentEvent
activateEvent
@Inject
protected javax.enterprise.event.Event<DeploymentEvent> activateEvent
deactivateEvent
@Inject
protected javax.enterprise.event.Event<DeploymentEvent> deactivateEvent
DeploymentServiceCDIImpl
public DeploymentServiceCDIImpl()
onInit
@PostConstruct
public void onInit()
- Overrides:
onInit
in class KModuleDeploymentService
shutdown
@PreDestroy
public void shutdown()
- Overrides:
shutdown
in class AbstractDeploymentService
notifyOnDeploy
public void notifyOnDeploy(DeploymentUnit unit,
DeployedUnit deployedUnit)
- Overrides:
notifyOnDeploy
in class AbstractDeploymentService
notifyOnUnDeploy
public void notifyOnUnDeploy(DeploymentUnit unit,
DeployedUnit deployedUnit)
- Overrides:
notifyOnUnDeploy
in class AbstractDeploymentService
notifyOnActivate
public void notifyOnActivate(DeploymentUnit unit,
DeployedUnit deployedUnit)
- Overrides:
notifyOnActivate
in class AbstractDeploymentService
notifyOnDeactivate
public void notifyOnDeactivate(DeploymentUnit unit,
DeployedUnit deployedUnit)
- Overrides:
notifyOnDeactivate
in class AbstractDeploymentService
setBpmn2Service
@Inject
public void setBpmn2Service(DefinitionService bpmn2Service)
- Overrides:
setBpmn2Service
in class KModuleDeploymentService
setManagerFactory
@Inject
public void setManagerFactory(RuntimeManagerFactory managerFactory)
- Overrides:
setManagerFactory
in class AbstractDeploymentService
setEmf
@Inject
public void setEmf(javax.persistence.EntityManagerFactory emf)
- Overrides:
setEmf
in class AbstractDeploymentService
setRuntimeDataService
@Inject
public void setRuntimeDataService(RuntimeDataService runtimeDataService)
- Overrides:
setRuntimeDataService
in class AbstractDeploymentService
setIdentityProvider
@Inject
public void setIdentityProvider(org.kie.internal.identity.IdentityProvider identityProvider)
- Overrides:
setIdentityProvider
in class AbstractDeploymentService
getRegisterableItemsFactory
protected RegisterableItemsFactory getRegisterableItemsFactory(AuditEventBuilder auditLoggerBuilder,
KieContainer kieContainer,
KModuleDeploymentUnit unit)
- Overrides:
getRegisterableItemsFactory
in class KModuleDeploymentService
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.