public abstract class AbstractTransportDefinition
extends org.jboss.as.controller.PersistentResourceDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractTransportDefinition.TransportCapabilityReferenceRecorder |
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCEPTOR_CAPABILITY_NAME |
static String |
CONNECTOR_CAPABILITY_NAME |
protected boolean |
isAcceptor |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTransportDefinition(boolean isAcceptor,
String specificType,
boolean registerRuntimeOnly,
org.jboss.as.controller.AttributeDefinition... attrs) |
protected |
AbstractTransportDefinition(boolean isAcceptor,
String specificType,
boolean registerRuntimeOnly,
org.jboss.as.controller.ModelVersion deprecatedSince,
org.jboss.as.controller.AttributeDefinition... attrs) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.jboss.as.controller.AttributeDefinition> |
getAttributes() |
void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry) |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry) |
getChildren, registerChildrengetAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final String CONNECTOR_CAPABILITY_NAME
public static final String ACCEPTOR_CAPABILITY_NAME
protected final boolean isAcceptor
protected AbstractTransportDefinition(boolean isAcceptor,
String specificType,
boolean registerRuntimeOnly,
org.jboss.as.controller.AttributeDefinition... attrs)
protected AbstractTransportDefinition(boolean isAcceptor,
String specificType,
boolean registerRuntimeOnly,
org.jboss.as.controller.ModelVersion deprecatedSince,
org.jboss.as.controller.AttributeDefinition... attrs)
public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
getAttributes in class org.jboss.as.controller.PersistentResourceDefinitionpublic void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
registerAttributes in interface org.jboss.as.controller.ResourceDefinitionregisterAttributes in class org.jboss.as.controller.PersistentResourceDefinitionpublic void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
registerOperations in interface org.jboss.as.controller.ResourceDefinitionregisterOperations in class org.jboss.as.controller.SimpleResourceDefinitionCopyright © 2021 JBoss by Red Hat. All rights reserved.