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, registerRemoveOperationpublic 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)
ResourceDefinitionregisterAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionregistry - a ManagementResourceRegistration created from this definitionpublic void registerOperations(ManagementResourceRegistration registry)
SimpleResourceDefinitionregisterOperations in interface ResourceDefinitionregisterOperations in class SimpleResourceDefinitionregistry - a ManagementResourceRegistration created from this definitionpublic List<AccessConstraintDefinition> getAccessConstraints()
SimpleResourceDefinitiongetAccessConstraints in interface ConstrainedResourceDefinitiongetAccessConstraints in class SimpleResourceDefinitionCopyright © 2014 JBoss by Red Hat. All rights reserved.