| Package | Description |
|---|---|
| org.jboss.gravia.runtime | |
| org.jboss.gravia.runtime.spi |
| Modifier and Type | Method and Description |
|---|---|
ModuleContext |
Runtime.getModuleContext()
Get the sytem module context.
|
ModuleContext |
Module.getModuleContext()
Returns this module's
ModuleContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleActivator.start(ModuleContext context)
Called when this module is started so the Runtime can perform the
module-specific activities necessary to start this module.
|
void |
ModuleActivator.stop(ModuleContext context)
Called when this module is stopped so the Runtime can perform the
module-specific activities necessary to stop the module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModuleContext
The abstract base implementation for a
ModuleContext |
| Modifier and Type | Method and Description |
|---|---|
ModuleContext |
AbstractRuntime.getModuleContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeEventsManager.fireModuleEvent(ModuleContext context,
Module module,
int type) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.