public class IOExtension extends Object implements Extension
| Modifier and Type | Field and Description |
|---|---|
protected static PathElement |
BUFFER_POOL_PATH |
static String |
SUBSYSTEM_NAME |
protected static PathElement |
SUBSYSTEM_PATH |
protected static PathElement |
WORKER_PATH |
| Constructor and Description |
|---|
IOExtension() |
| Modifier and Type | Method and Description |
|---|---|
static StandardResourceDescriptionResolver |
getResolver(String... keyPrefix) |
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
protected static final PathElement SUBSYSTEM_PATH
protected static final PathElement BUFFER_POOL_PATH
protected static final PathElement WORKER_PATH
public static StandardResourceDescriptionResolver getResolver(String... keyPrefix)
public void initializeParsers(ExtensionParsingContext context)
ExtensionExtensionParsingContext.
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 Extensioncontext - the extension parsing contextpublic void initialize(ExtensionContext context)
ExtensionExtensionContext.
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 Extensioncontext - the extension contextCopyright © 2014 JBoss by Red Hat. All rights reserved.