Package | Description |
---|---|
com.caucho.config.inject | |
com.caucho.config.type | |
com.caucho.ejb.manager | |
com.caucho.env.jpa | |
com.caucho.loader |
Modifier and Type | Class and Description |
---|---|
class |
WebBeansAddLoaderListener
Listener for environment creation to detect webbeans
|
Modifier and Type | Class and Description |
---|---|
class |
TypeFactory
Factory for returning type strategies.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbEnvironmentListener
Listener for environment start to detect and load persistence.xml
|
Modifier and Type | Class and Description |
---|---|
class |
ListenerPersistenceEnvironment
Listener for environment start to detect and load persistence.xml
|
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<AddLoaderListener> |
EnvironmentClassLoader.getLoaderListeners()
Returns the listeners.
|
Modifier and Type | Method and Description |
---|---|
static void |
Environment.addChildLoaderListener(AddLoaderListener listener)
Add listener.
|
static void |
Environment.addChildLoaderListener(AddLoaderListener listener,
java.lang.ClassLoader loader)
Add listener.
|
void |
EnvironmentClassLoader.addLoaderListener(AddLoaderListener listener)
Adds a child listener.
|