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, registerRemoveOperationprotected AbstractTransportDefinition(boolean registerRuntimeOnly,
boolean isAcceptor,
String specificType,
AttributeDefinition... attrs)
public void registerAttributes(ManagementResourceRegistration registry)
ResourceDefinitionregisterAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionregistry - a ManagementResourceRegistration created from this definitionpublic void registerOperations(ManagementResourceRegistration registry)
SimpleResourceDefinitionregisterOperations in interface ResourceDefinitionregisterOperations in class SimpleResourceDefinitionregistry - a ManagementResourceRegistration created from this definitionpublic void registerChildren(ManagementResourceRegistration registry)
ResourceDefinitionregisterChildren in interface ResourceDefinitionregisterChildren in class SimpleResourceDefinitionregistry - a ManagementResourceRegistration created from this definitionCopyright © 2014 JBoss by Red Hat. All rights reserved.