| Package | Description |
|---|---|
| org.jboss.gravia.runtime | |
| org.jboss.gravia.runtime.spi |
| Modifier and Type | Method and Description |
|---|---|
static ModuleException |
ModuleException.launderThrowable(Throwable cause)
Launders the given throwable
Rethrows a given
RuntimeException
Rethrows a given Error
Returns a given ModuleException
Otherwise wrapps the given Throwable in a ModuleException
|
| Modifier and Type | Method and Description |
|---|---|
Module |
Runtime.installModule(ClassLoader classLoader,
Dictionary<String,String> headers)
Installs a module with the given ClassLoader and headers dictionary.
|
Module |
Runtime.installModule(ClassLoader classLoader,
org.jboss.gravia.resource.Resource resource,
Dictionary<String,String> headers)
Installs a module with the given ClassLoader.
|
Module |
Runtime.installModule(ClassLoader classLoader,
org.jboss.gravia.resource.Resource resource,
Dictionary<String,String> headers,
org.jboss.gravia.resource.Attachable context)
Installs a module with the given ClassLoader.
|
void |
Module.start()
Starts this module.
|
void |
Module.stop()
Stops this module.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
AbstractRuntime.installModule(ClassLoader classLoader,
Dictionary<String,String> headers) |
Module |
AbstractRuntime.installModule(ClassLoader classLoader,
org.jboss.gravia.resource.Resource resource,
Dictionary<String,String> headers) |
Module |
AbstractRuntime.installModule(ClassLoader classLoader,
org.jboss.gravia.resource.Resource resource,
Dictionary<String,String> headers,
org.jboss.gravia.resource.Attachable context) |
Module |
RuntimePlugin.installPluginModule(Runtime runtime,
ClassLoader classLoader)
Installs the plugin provided module.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.