Class ExternalConnectionFactoryDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.PersistentResourceDefinition
-
- org.wildfly.extension.messaging.activemq.jms.ExternalConnectionFactoryDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class ExternalConnectionFactoryDefinition extends org.jboss.as.controller.PersistentResourceDefinitionJakarta Messaging Connection Factory resource definition without a broker.- Author:
- Emmanuel Hugonnet (c) 2018 Red Hat, inc.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.AttributeDefinition[]ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description ExternalConnectionFactoryDefinition(boolean registerRuntimeOnly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.jboss.as.controller.AttributeDefinition>getAttributes()voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)voidregisterOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry)-
Methods inherited from class org.jboss.as.controller.PersistentResourceDefinition
getChildren, registerChildren
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Method Detail
-
getAttributes
public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
- Specified by:
getAttributesin classorg.jboss.as.controller.PersistentResourceDefinition
-
registerOperations
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
- Specified by:
registerOperationsin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerOperationsin classorg.jboss.as.controller.SimpleResourceDefinition
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.PersistentResourceDefinition
-
-