de.smartics.properties.jboss.extension
Class SubsystemExtension

Package class diagram package SubsystemExtension
java.lang.Object
  extended by de.smartics.properties.jboss.extension.SubsystemExtension
All Implemented Interfaces:
org.jboss.as.controller.Extension

public class SubsystemExtension
     
     
extends Object
implements org.jboss.as.controller.Extension

An extension to integrate smartics-properties with JBoss AS.


Field Summary
static int MODEL_VERSION_MAJOR
          The major version of the extension.
static int MODEL_VERSION_MICRO
          The micro version of the extension.
static int MODEL_VERSION_MINOR
          The minor version of the extension.
static String NAMESPACE
          The name space used for the subsystem element
 
Constructor Summary
SubsystemExtension()
           
 
Method Summary
 void initialize(org.jboss.as.controller.ExtensionContext context)
           
 void initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
The name space used for the subsystem element

The value of this constant is "urn:de.smartics:properties:1.0".

Constant Field Value:
"urn:de.smartics:properties:1.0"

MODEL_VERSION_MAJOR

public static final int MODEL_VERSION_MAJOR
The major version of the extension.

Constant Field Value:
1

MODEL_VERSION_MINOR

public static final int MODEL_VERSION_MINOR
The minor version of the extension.

Constant Field Value:
0

MODEL_VERSION_MICRO

public static final int MODEL_VERSION_MICRO
The micro version of the extension.

Constant Field Value:
0
Constructor Detail

SubsystemExtension

public SubsystemExtension()
Method Detail

initializeParsers

public void initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext context)
Specified by:
initializeParsers in interface org.jboss.as.controller.Extension

initialize

public void initialize(org.jboss.as.controller.ExtensionContext context)
Specified by:
initialize in interface org.jboss.as.controller.Extension


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