public abstract class AbstractHandlerDefinition extends PersistentResourceDefinition implements Handler
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractHandlerDefinition.DefaultHandlerRemove |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHandlerDefinition(String name) |
protected |
AbstractHandlerDefinition(String name,
AbstractAddStepHandler addHandler,
AbstractRemoveStepHandler removeHandler) |
protected |
AbstractHandlerDefinition(String name,
String prefix) |
protected |
AbstractHandlerDefinition(String name,
String prefix,
AbstractAddStepHandler addHandler,
AbstractRemoveStepHandler removeHandler) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AttributeDefinition> |
getAttributes() |
String |
getXmlElementName() |
void |
registerOperations(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
getChildren, registerAttributes, registerChildrengetAccessConstraints, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHandlerClassprotected final String name
protected AbstractHandlerDefinition(String name, AbstractAddStepHandler addHandler, AbstractRemoveStepHandler removeHandler)
protected AbstractHandlerDefinition(String name)
protected AbstractHandlerDefinition(String name, String prefix, AbstractAddStepHandler addHandler, AbstractRemoveStepHandler removeHandler)
public void registerOperations(ManagementResourceRegistration resourceRegistration)
SimpleResourceDefinitionregisterOperations in interface ResourceDefinitionregisterOperations in class SimpleResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionpublic Collection<AttributeDefinition> getAttributes()
getAttributes in interface HandlergetAttributes in class PersistentResourceDefinitionpublic String getXmlElementName()
getXmlElementName in interface HandlerCopyright © 2013 JBoss by Red Hat. All rights reserved.