|
||||||||||
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.PropertiesConfigurationResourceDefinition
public class PropertiesConfigurationResourceDefinition
The definition for the cache resource.
Field Summary | |
---|---|
static String |
AN_NAME The name of the attribute that identifies the configuration. |
static String |
CONFIG_ELEMENT_NAME The name of the XML element that contains the configuration information. |
static org.jboss.as.controller.PathElement |
CONFIG_PATH The path to the configuration element. |
static String |
CONFIGS_ELEMENT_NAME The name of the XML element that contains the configuration information. |
static PropertiesConfigurationResourceDefinition |
INSTANCE The definition singleton. |
static org.jboss.as.controller.SimpleAttributeDefinition |
NAME The attribute that holds the name of the configuration. |
static org.jboss.as.controller.PathElement |
NAME_PATH The path to the element with the name of the configuration. |
Constructor Summary | |
---|---|
PropertiesConfigurationResourceDefinition() Default constructor. |
Method Summary | |
---|---|
void |
apply(String identifier, de.smartics.properties.spi.config.config.PropertiesConfiguration propertiesConfig, org.jboss.dmr.ModelNode model) |
CacheComponent |
getCacheComponent() Returns the component for administration of cache information for a configuration. |
DataSourceComponent |
getDataSourceComponent() Returns the component for administration of data source information for a configuration. |
AdminResourceComponent |
getDefinitionsComponent() Returns the component for administration of property declarations and definitions information for a configuration. |
FactoriesComponent |
getFactoriesComponent() Returns the component for administration of factories information for a configuration. |
SecurityComponent |
getSecurityComponent() Returns the component for administration of security information for a configuration. |
void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition |
---|
getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerChildren, registerOperations, 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 CONFIGS_ELEMENT_NAME
"configurations"
public static final String AN_NAME
The value of this constant is "name".
"name"
public static final String CONFIG_ELEMENT_NAME
"configuration"
public static final org.jboss.as.controller.PathElement CONFIG_PATH
public static final org.jboss.as.controller.PathElement NAME_PATH
public static final org.jboss.as.controller.SimpleAttributeDefinition NAME
public static final PropertiesConfigurationResourceDefinition INSTANCE
Constructor Detail |
---|
public PropertiesConfigurationResourceDefinition()
Method Detail |
---|
public AdminResourceComponent getDefinitionsComponent()
public CacheComponent getCacheComponent()
public DataSourceComponent getDataSourceComponent()
public SecurityComponent getSecurityComponent()
public FactoriesComponent getFactoriesComponent()
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
public void apply(String identifier, de.smartics.properties.spi.config.config.PropertiesConfiguration propertiesConfig, org.jboss.dmr.ModelNode model)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |