|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.loader.StartListener
public class StartListener
Waits for the start and stop events.
Constructor Summary | |
---|---|
StartListener(java.lang.Object resource)
Creates the new start listener. |
Method Summary | |
---|---|
void |
environmentBind(EnvironmentClassLoader loader)
Bind callback |
void |
environmentConfigure(EnvironmentClassLoader loader)
Configuration callback |
void |
environmentStart(EnvironmentClassLoader loader)
Handles the case where a class loader is activated. |
void |
environmentStop(EnvironmentClassLoader loader)
Handles the case where a class loader is dropped. |
static java.lang.reflect.Method |
getStartMethod(java.lang.Class cl)
|
static java.lang.reflect.Method |
getStopMethod(java.lang.Class cl)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StartListener(java.lang.Object resource)
resource
- the resource which needs start/stopMethod Detail |
---|
public void environmentConfigure(EnvironmentClassLoader loader)
environmentConfigure
in interface EnvironmentListener
public void environmentBind(EnvironmentClassLoader loader)
environmentBind
in interface EnvironmentListener
public void environmentStart(EnvironmentClassLoader loader)
environmentStart
in interface EnvironmentListener
public void environmentStop(EnvironmentClassLoader loader)
environmentStop
in interface EnvironmentListener
public static java.lang.reflect.Method getStartMethod(java.lang.Class cl)
public static java.lang.reflect.Method getStopMethod(java.lang.Class cl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |