de.smartics.properties.jboss.extension.resources
Class SubsystemDefinition

Package class diagram package SubsystemDefinition
java.lang.Object
  extended by org.jboss.as.controller.SimpleResourceDefinition
      extended by de.smartics.properties.jboss.extension.resources.SubsystemDefinition
All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition

public final class SubsystemDefinition
     
     
extends org.jboss.as.controller.SimpleResourceDefinition

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

SUBSYSTEM_NAME

public static final String SUBSYSTEM_NAME
The name of the subsystem within the model.

The value of this constant is "properties".

Constant Field Value:
"properties"

SUBSYSTEM_PATH

public static final org.jboss.as.controller.PathElement SUBSYSTEM_PATH
The path to the subsystem.


INSTANCE

public static final SubsystemDefinition INSTANCE
Reference to the definition singleton.

Method Detail

registerOperations

public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
Specified by:
registerOperations in interface org.jboss.as.controller.ResourceDefinition
Overrides:
registerOperations in class org.jboss.as.controller.SimpleResourceDefinition

registerAttributes

public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
Specified by:
registerAttributes in interface org.jboss.as.controller.ResourceDefinition
Overrides:
registerAttributes in class org.jboss.as.controller.SimpleResourceDefinition


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.