| Package | Description |
|---|---|
| org.jboss.gravia.runtime | |
| org.jboss.gravia.runtime.spi |
| Modifier and Type | Method and Description |
|---|---|
static Runtime |
RuntimeLocator.createRuntime(PropertiesProvider props)
Create the default runtime instance from the given properties.
|
static Runtime |
RuntimeLocator.createRuntime(RuntimeFactory factory,
PropertiesProvider props)
Create the default runtime instance from the given factory and properties.
|
static Runtime |
RuntimeLocator.getRequiredRuntime()
Returns the default runtime instance.
|
static Runtime |
RuntimeLocator.getRuntime()
Returns the default runtime instance or
null if it has not been created. |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeType |
RuntimeType.getRuntimeType(Runtime runtime) |
Module |
WebAppContextListener.installWebappModule(Runtime runtime,
javax.servlet.ServletContext servletContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuntime
The abstract base implementation for a
Runtime |
| Modifier and Type | Method and Description |
|---|---|
Runtime |
RuntimeFactory.createRuntime(PropertiesProvider propertiesProvider) |
| Modifier and Type | Method and Description |
|---|---|
Module |
RuntimePlugin.installPluginModule(Runtime runtime,
ClassLoader classLoader)
Installs the plugin provided module.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.