public class ListenerPersistenceEnvironment extends java.lang.Object implements AddLoaderListener
| Constructor and Description |
|---|
ListenerPersistenceEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLoader(EnvironmentClassLoader loader)
Handles the case where the environment is starting (after init).
|
void |
environmentStop(EnvironmentClassLoader loader)
Handles the case where the environment is stopping
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isEnhancer() |
public boolean isEnhancer()
isEnhancer in interface AddLoaderListenerpublic void addLoader(EnvironmentClassLoader loader)
addLoader in interface AddLoaderListenerpublic void environmentStop(EnvironmentClassLoader loader)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object