JavaScript is disabled on your browser.
WildFly: Singleton extension 19.1.0.Final
java.lang.Object
org.wildfly.extension.clustering.singleton.deployment.SingletonDeploymentProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor, org.jboss.msc.service.LifecycleListener
public class SingletonDeploymentProcessor
extends Object
implements org.jboss.as.server.deployment.DeploymentUnitProcessor, org.jboss.msc.service.LifecycleListener
DUP that attaches the singleton DeploymentUnitPhaseBuilder if a deployment policy is attached.
Author:
Paul Ferraro
Field Summary
Fields
Modifier and Type
Field and Description
static org.jboss.as.server.deployment.AttachmentKey<SingletonPolicy >
POLICY_KEY
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
void
deploy (org.jboss.as.server.deployment.DeploymentPhaseContext context)
void
handleEvent (org.jboss.msc.service.ServiceController<?> controller,
org.jboss.msc.service.LifecycleEvent event)
void
undeploy (org.jboss.as.server.deployment.DeploymentUnit unit)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
WildFly: Singleton extension 19.1.0.Final
Copyright © 2020 JBoss by Red Hat . All rights reserved.