public final class RTSSubsystemExtension extends Object implements Extension
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
COORDINATOR |
static org.jboss.msc.service.ServiceName |
INBOUND_BRIDGE |
static String |
NAMESPACE
The name space used for the
substystem element |
static org.jboss.msc.service.ServiceName |
PARTICIPANT |
static org.jboss.msc.service.ServiceName |
RTS |
static String |
SUBSYSTEM_NAME
The name of our subsystem within the model.
|
protected static PathElement |
SUBSYSTEM_PATH |
Constructor and Description |
---|
RTSSubsystemExtension() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(ExtensionContext context)
Initialize this extension by registering its operation handlers and configuration
marshaller with the given
ExtensionContext . |
void |
initializeParsers(ExtensionParsingContext context)
Initialize the XML parsers for this extension and register them with the given
ExtensionParsingContext . |
public static final String NAMESPACE
substystem
elementpublic static final String SUBSYSTEM_NAME
public static final org.jboss.msc.service.ServiceName RTS
public static final org.jboss.msc.service.ServiceName COORDINATOR
public static final org.jboss.msc.service.ServiceName PARTICIPANT
public static final org.jboss.msc.service.ServiceName INBOUND_BRIDGE
protected static final PathElement SUBSYSTEM_PATH
public void initializeParsers(ExtensionParsingContext context)
Extension
ExtensionParsingContext
.
When this method is invoked the thread context classloader
will
be set to be the defining class loader of the class that implements this interface.
initializeParsers
in interface Extension
context
- the extension parsing contextpublic void initialize(ExtensionContext context)
Extension
ExtensionContext
.
When this method is invoked the thread context classloader
will
be set to be the defining class loader of the class that implements this interface.
initialize
in interface Extension
context
- the extension contextCopyright © 2013 JBoss by Red Hat. All rights reserved.