public class QueueDefinition
extends org.jboss.as.controller.PersistentResourceDefinition
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.controller.SimpleAttributeDefinition |
ADDRESS |
static org.jboss.as.controller.SimpleAttributeDefinition |
DEAD_LETTER_ADDRESS |
static String |
DEFAULT_ROUTING_TYPE |
static org.jboss.as.controller.SimpleAttributeDefinition |
EXPIRY_ADDRESS |
| Modifier and Type | Method and Description |
|---|---|
List<org.jboss.as.controller.access.management.AccessConstraintDefinition> |
getAccessConstraints() |
Collection<org.jboss.as.controller.AttributeDefinition> |
getAttributes() |
boolean |
isRuntime() |
void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry) |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry) |
getChildren, registerChildrengetDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final String DEFAULT_ROUTING_TYPE
public static final org.jboss.as.controller.SimpleAttributeDefinition ADDRESS
public static final org.jboss.as.controller.SimpleAttributeDefinition EXPIRY_ADDRESS
public static final org.jboss.as.controller.SimpleAttributeDefinition DEAD_LETTER_ADDRESS
public boolean isRuntime()
isRuntime in interface org.jboss.as.controller.ResourceDefinitionisRuntime in class org.jboss.as.controller.SimpleResourceDefinitionpublic void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
registerAttributes in interface org.jboss.as.controller.ResourceDefinitionregisterAttributes in class org.jboss.as.controller.PersistentResourceDefinitionpublic Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
getAttributes 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.SimpleResourceDefinitionpublic List<org.jboss.as.controller.access.management.AccessConstraintDefinition> getAccessConstraints()
getAccessConstraints in interface org.jboss.as.controller.ResourceDefinitiongetAccessConstraints in class org.jboss.as.controller.SimpleResourceDefinitionCopyright © 2019 JBoss by Red Hat. All rights reserved.