public abstract class AbstractTransportDefinition
extends org.jboss.as.controller.SimpleResourceDefinition
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isAcceptor |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTransportDefinition(boolean registerRuntimeOnly,
boolean isAcceptor,
String specificType,
org.jboss.as.controller.AttributeDefinition... attrs) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Set<String> |
getAllowedKeys()
If the keys are not known at compile time (e.g.
|
void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry) |
void |
registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration registry) |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry) |
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isRuntime, registerAddOperation, registerAddOperation, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedprotected AbstractTransportDefinition(boolean registerRuntimeOnly,
boolean isAcceptor,
String specificType,
org.jboss.as.controller.AttributeDefinition... attrs)
protected abstract Set<String> getAllowedKeys()
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
registerAttributes in interface org.jboss.as.controller.ResourceDefinitionregisterAttributes in class org.jboss.as.controller.SimpleResourceDefinitionpublic void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
registerOperations in interface org.jboss.as.controller.ResourceDefinitionregisterOperations in class org.jboss.as.controller.SimpleResourceDefinitionpublic void registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
registerChildren in interface org.jboss.as.controller.ResourceDefinitionregisterChildren in class org.jboss.as.controller.SimpleResourceDefinitionCopyright © 2015 JBoss by Red Hat. All rights reserved.