| Interface | Description |
|---|---|
| AllServiceListener |
A
ServiceEvent listener that does not filter based upon
wiring. |
| Filter |
An RFC 1960-based Filter.
|
| Module |
An installed module in the Runtime.
|
| ModuleActivator |
Customizes the starting and stopping of a module.
|
| ModuleContext |
A module's execution context within the Runtime.
|
| ModuleListener |
A
ModuleEvent listener. |
| Runtime |
The Gravia runtime.
|
| ServiceFactory<S> |
Allows services to provide customized service objects.
|
| ServiceListener |
A
ServiceEvent listener. |
| ServiceReference<T> |
A reference to a service.
|
| ServiceRegistration<T> |
A registered service.
|
| SynchronousModuleListener |
A synchronous
ModuleEvent listener. |
| Wire |
A wire connecting a
Capability to a Requirement. |
| Wiring |
A wiring for a resource.
|
| Class | Description |
|---|---|
| ConstantsHelper |
An internal string representation for common constants
|
| DefaultWire |
The default
Wire. |
| DefaultWiring |
The default
Wiring. |
| ModuleActivatorBridge |
A simple
ModuleActivator bridge |
| ModuleEvent |
An event from the Runtime describing a module lifecycle change.
|
| RuntimeLocator |
Locates the a Runtime instance
|
| ServiceEvent |
An event from the Runtime describing a service lifecycle change.
|
| WebAppContextListener |
Register the Webapp as a
Module. |
| Enum | Description |
|---|---|
| Module.State |
A module can be in one of six states:
|
| RuntimeType |
The enumeration of supported target containers
|
| Exception | Description |
|---|---|
| ModuleException |
An xception used to indicate that a module lifecycle problem
occurred.
|
| ServiceException |
A service exception used to indicate that a service problem occurred.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.