public abstract class AbstractTransportDefinition extends SimpleResourceDefinition
Modifier | Constructor and Description |
---|---|
protected |
AbstractTransportDefinition(boolean registerRuntimeOnly,
boolean isAcceptor,
String specificType,
AttributeDefinition... attrs) |
Modifier and Type | Method and Description |
---|---|
void |
registerAttributes(ManagementResourceRegistration registry)
Register operations associated with this resource.
|
void |
registerChildren(ManagementResourceRegistration registry)
Register child resources associated with this resource.
|
void |
registerOperations(ManagementResourceRegistration registry)
Register operations associated with this resource.
|
getAccessConstraints, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation
protected AbstractTransportDefinition(boolean registerRuntimeOnly, boolean isAcceptor, String specificType, AttributeDefinition... attrs)
public void registerAttributes(ManagementResourceRegistration registry)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
registry
- a ManagementResourceRegistration
created from this definitionpublic void registerOperations(ManagementResourceRegistration registry)
SimpleResourceDefinition
registerOperations
in interface ResourceDefinition
registerOperations
in class SimpleResourceDefinition
registry
- a ManagementResourceRegistration
created from this definitionpublic void registerChildren(ManagementResourceRegistration registry)
ResourceDefinition
registerChildren
in interface ResourceDefinition
registerChildren
in class SimpleResourceDefinition
registry
- a ManagementResourceRegistration
created from this definitionCopyright © 2015 JBoss by Red Hat. All rights reserved.