public class JMSTopicDefinition extends SimpleResourceDefinition
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
ATTRIBUTES |
static String |
COUNT_MESSAGES_FOR_SUBSCRIPTION |
static String |
DROP_ALL_SUBSCRIPTIONS |
static String |
DROP_DURABLE_SUBSCRIPTION |
static String |
LIST_ALL_SUBSCRIPTIONS |
static String |
LIST_ALL_SUBSCRIPTIONS_AS_JSON |
static String |
LIST_DURABLE_SUBSCRIPTIONS |
static String |
LIST_DURABLE_SUBSCRIPTIONS_AS_JSON |
static String |
LIST_MESSAGES_FOR_SUBSCRIPTION |
static String |
LIST_MESSAGES_FOR_SUBSCRIPTION_AS_JSON |
static String |
LIST_NON_DURABLE_SUBSCRIPTIONS |
static String |
LIST_NON_DURABLE_SUBSCRIPTIONS_AS_JSON |
static PathElement |
PATH |
static String |
REMOVE_MESSAGES |
static String |
SUBSCRIPTION_NAME |
Constructor and Description |
---|
JMSTopicDefinition(boolean registerRuntimeOnly) |
Modifier and Type | Method and Description |
---|---|
List<AccessConstraintDefinition> |
getAccessConstraints()
Get the definition of any access constraints associated with the resource.
|
static JMSTopicDefinition |
newDeployedJMSTopicDefinition() |
void |
registerAttributes(ManagementResourceRegistration registry)
Register operations associated with this resource.
|
void |
registerOperations(ManagementResourceRegistration registry)
Register operations associated with this resource.
|
getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerChildren, registerRemoveOperation, registerRemoveOperation
public static final PathElement PATH
public static final AttributeDefinition[] ATTRIBUTES
public static final String REMOVE_MESSAGES
public static final String DROP_ALL_SUBSCRIPTIONS
public static final String DROP_DURABLE_SUBSCRIPTION
public static final String SUBSCRIPTION_NAME
public static final String COUNT_MESSAGES_FOR_SUBSCRIPTION
public static final String LIST_MESSAGES_FOR_SUBSCRIPTION_AS_JSON
public static final String LIST_MESSAGES_FOR_SUBSCRIPTION
public static final String LIST_NON_DURABLE_SUBSCRIPTIONS_AS_JSON
public static final String LIST_NON_DURABLE_SUBSCRIPTIONS
public static final String LIST_DURABLE_SUBSCRIPTIONS_AS_JSON
public static final String LIST_DURABLE_SUBSCRIPTIONS
public static final String LIST_ALL_SUBSCRIPTIONS_AS_JSON
public static final String LIST_ALL_SUBSCRIPTIONS
public static JMSTopicDefinition newDeployedJMSTopicDefinition()
public void registerAttributes(ManagementResourceRegistration registry)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
registry
- a ManagementResourceRegistration
created from this definitionpublic void registerOperations(ManagementResourceRegistration registry)
SimpleResourceDefinition
registerOperations
in interface ResourceDefinition
registerOperations
in class SimpleResourceDefinition
registry
- a ManagementResourceRegistration
created from this definitionpublic List<AccessConstraintDefinition> getAccessConstraints()
SimpleResourceDefinition
getAccessConstraints
in interface ConstrainedResourceDefinition
getAccessConstraints
in class SimpleResourceDefinition
Copyright © 2015 JBoss by Red Hat. All rights reserved.