| 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. |
Runtime |
Runtime.shutdown()
Shutdown the runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static RuntimeType |
RuntimeType.getRuntimeType(Runtime runtime) |
| 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) |
Runtime |
RuntimePropertiesProvider.getRuntime() |
Runtime |
AbstractRuntime.shutdown() |
| Modifier and Type | Method and Description |
|---|---|
Module |
RuntimePlugin.installPluginModule(Runtime runtime,
ClassLoader classLoader)
Installs the plugin provided module.
|
| Constructor and Description |
|---|
RuntimePropertiesProvider(Runtime runtime) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.