public class PooledConnectionFactoryRemove extends AbstractRemoveStepHandler implements DescriptionProvider
| Modifier and Type | Field and Description |
|---|---|
static PooledConnectionFactoryRemove |
INSTANCE |
| Constructor and Description |
|---|
PooledConnectionFactoryRemove() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
getModelDescription(Locale locale)
Gets the descriptive information (human-friendly description, list of attributes,
list of children) describing a single model node or operation.
|
protected void |
performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
protected void |
recoverServices(OperationContext context,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model) |
execute, performRemove, requireNoChildResources, requiresRuntimepublic static final PooledConnectionFactoryRemove INSTANCE
protected void performRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
performRuntime in class AbstractRemoveStepHandlerprotected void recoverServices(OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
recoverServices in class AbstractRemoveStepHandlerpublic org.jboss.dmr.ModelNode getModelDescription(Locale locale)
DescriptionProvider
The implementation must assume that the caller intends to modify the
returned ModelNode so it should not hand out a reference to any internal data structures.
getModelDescription in interface DescriptionProviderlocale - the locale to use to generate any localized text used in the description.
May be null, in which case Locale.getDefault() should be usedModelNode describing the model node's structureCopyright © 2014 JBoss by Red Hat. All rights reserved.