public class BundleResource
extends org.jboss.as.controller.SimpleResourceDefinition
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.controller.SimpleAttributeDefinition |
ID |
static org.jboss.as.controller.SimpleAttributeDefinition |
LOCATION |
static org.jboss.as.controller.SimpleAttributeDefinition |
STARTLEVEL |
static org.jboss.as.controller.SimpleAttributeDefinition |
STATE |
static org.jboss.as.controller.SimpleAttributeDefinition |
SYMBOLIC_NAME |
static org.jboss.as.controller.SimpleAttributeDefinition |
TYPE |
static org.jboss.as.controller.SimpleAttributeDefinition |
VERSION |
| Constructor and Description |
|---|
BundleResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
void |
registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final org.jboss.as.controller.SimpleAttributeDefinition ID
public static final org.jboss.as.controller.SimpleAttributeDefinition LOCATION
public static final org.jboss.as.controller.SimpleAttributeDefinition STARTLEVEL
public static final org.jboss.as.controller.SimpleAttributeDefinition STATE
public static final org.jboss.as.controller.SimpleAttributeDefinition SYMBOLIC_NAME
public static final org.jboss.as.controller.SimpleAttributeDefinition TYPE
public static final org.jboss.as.controller.SimpleAttributeDefinition VERSION
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerOperations in interface org.jboss.as.controller.ResourceDefinitionregisterOperations in class org.jboss.as.controller.SimpleResourceDefinitionpublic void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerAttributes in interface org.jboss.as.controller.ResourceDefinitionregisterAttributes in class org.jboss.as.controller.SimpleResourceDefinitionpublic void registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerChildren in interface org.jboss.as.controller.ResourceDefinitionregisterChildren in class org.jboss.as.controller.SimpleResourceDefinitionCopyright © 2016 JBoss by Red Hat. All rights reserved.