Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_NAME |
static String |
SUBSYSTEM_NAME |
Constructor and Description |
---|
InfinispanExtension() |
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 SUBSYSTEM_NAME
public static final String RESOURCE_NAME
public void initialize(ExtensionContext context)
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 contextExtension.initialize(org.jboss.as.controller.ExtensionContext)
public void initializeParsers(ExtensionParsingContext context)
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 contextExtension.initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext)
Copyright © 2015 JBoss by Red Hat. All rights reserved.