| Package | Description |
|---|---|
| com.caucho.config.inject | |
| com.caucho.loader |
| Modifier and Type | Class and Description |
|---|---|
class |
InjectManager
The CDI container for a given environment.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnvironmentEnhancerListener
Interface for receiving environment events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEnvironmentListener
Interface for receiving environment events.
|
class |
StartListener
Waits for the start and stop events.
|
class |
WeakDestroyListener
Waits for the stop event and calls a @PreDestroy
|
class |
WeakStopListener
Waits for the stop event and calls a stop() method.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.ArrayList<EnvironmentListener> |
EnvironmentClassLoader.getEnvironmentListeners()
Returns the listeners.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Environment.addChildEnvironmentListener(EnvironmentListener listener)
Add listener.
|
static void |
Environment.addChildEnvironmentListener(EnvironmentListener listener,
java.lang.ClassLoader loader)
Add listener.
|
static void |
Environment.addEnvironmentListener(EnvironmentListener listener)
Add listener.
|
static void |
Environment.addEnvironmentListener(EnvironmentListener listener,
java.lang.ClassLoader loader)
Add listener.
|
void |
EnvironmentClassLoader.addListener(EnvironmentListener listener)
Adds a listener to detect environment lifecycle changes.
|
static void |
Environment.removeEnvironmentListener(EnvironmentListener listener)
Remove listener.
|
static void |
Environment.removeEnvironmentListener(EnvironmentListener listener,
java.lang.ClassLoader loader)
Remove listener.
|
void |
EnvironmentClassLoader.removeListener(EnvironmentListener listener)
Adds a listener to detect environment lifecycle changes.
|