|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.as.controller.SimpleResourceDefinition de.smartics.properties.jboss.extension.resources.SubsystemDefinition
public final class SubsystemDefinition
The definition of the subsystem's operations and attributes.
Field Summary | |
---|---|
static SubsystemDefinition |
INSTANCE Reference to the definition singleton. |
static String |
SUBSYSTEM_NAME The name of the subsystem within the model. |
static org.jboss.as.controller.PathElement |
SUBSYSTEM_PATH The path to the subsystem. |
Method Summary | |
---|---|
void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition |
---|
getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerChildren, registerRemoveOperation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SUBSYSTEM_NAME
The value of this constant is "properties".
"properties"
public static final org.jboss.as.controller.PathElement SUBSYSTEM_PATH
public static final SubsystemDefinition INSTANCE
Method Detail |
---|
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerOperations
in interface
org.jboss.as.controller.ResourceDefinition
registerOperations
in class
org.jboss.as.controller.SimpleResourceDefinition
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerAttributes
in interface
org.jboss.as.controller.ResourceDefinition
registerAttributes
in class
org.jboss.as.controller.SimpleResourceDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |