Class MutableSingletonDeploymentConfiguration
- java.lang.Object
-
- org.wildfly.extension.clustering.singleton.deployment.MutableSingletonDeploymentConfiguration
-
- All Implemented Interfaces:
SingletonDeploymentConfiguration
public class MutableSingletonDeploymentConfiguration extends Object implements SingletonDeploymentConfiguration
Mutable configuration for a singleton deployment.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description MutableSingletonDeploymentConfiguration(org.jboss.as.server.deployment.DeploymentUnit unit)MutableSingletonDeploymentConfiguration(org.jboss.metadata.property.PropertyReplacer replacer)
-
-
-
Constructor Detail
-
MutableSingletonDeploymentConfiguration
public MutableSingletonDeploymentConfiguration(org.jboss.as.server.deployment.DeploymentUnit unit)
-
MutableSingletonDeploymentConfiguration
public MutableSingletonDeploymentConfiguration(org.jboss.metadata.property.PropertyReplacer replacer)
-
-
Method Detail
-
setPolicy
public void setPolicy(String value)
-
getPolicy
public String getPolicy()
- Specified by:
getPolicyin interfaceSingletonDeploymentConfiguration
-
-