| Package | Description |
|---|---|
| org.jboss.gravia.runtime | |
| org.jboss.gravia.runtime.spi |
| Modifier and Type | Method and Description |
|---|---|
Module.State |
Module.getState()
Returns this module's current state.
|
static Module.State |
Module.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Module.State[] |
Module.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ModuleTracker(ModuleContext context,
ModuleTrackerCustomizer<T> customizer,
Module.State... states)
Create a
ModuleTracker for modules whose state is present in the
specified state mask. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractModule.setState(Module.State newState) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.