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 AddLoaderListener
public void addLoader(EnvironmentClassLoader loader)
addLoader
in interface AddLoaderListener
public void environmentStop(EnvironmentClassLoader loader)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object