Class SharedStoreColocatedDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.controller.PersistentResourceDefinition
-
- org.wildfly.extension.messaging.activemq.ha.SharedStoreColocatedDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class SharedStoreColocatedDefinition extends org.jboss.as.controller.PersistentResourceDefinition- Author:
- Jeff Mesnil (c) 2014 Red Hat inc.
-
-
Field Summary
Fields Modifier and Type Field Description static Collection<org.jboss.as.controller.AttributeDefinition>ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description SharedStoreColocatedDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<org.jboss.as.controller.AttributeDefinition>getAttributes()protected List<? extends org.jboss.as.controller.PersistentResourceDefinition>getChildren()voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)voidregisterChildren(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
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, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
ATTRIBUTES
public static final Collection<org.jboss.as.controller.AttributeDefinition> ATTRIBUTES
-
-
Method Detail
-
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
-
getAttributes
public Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
- Specified by:
getAttributesin classorg.jboss.as.controller.PersistentResourceDefinition
-
registerChildren
public void registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerChildrenin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerChildrenin classorg.jboss.as.controller.PersistentResourceDefinition
-
getChildren
protected List<? extends org.jboss.as.controller.PersistentResourceDefinition> getChildren()
- Overrides:
getChildrenin classorg.jboss.as.controller.PersistentResourceDefinition
-
-