|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.loader.Loader
com.caucho.loader.osgi.OsgiLoader
public class OsgiLoader
Loads resources.
| Constructor Summary | |
|---|---|
OsgiLoader()
|
|
| Method Summary | |
|---|---|
void |
addInstall(Path path)
|
void |
addPath(Path path)
|
protected void |
buildClassPath(java.util.ArrayList<java.lang.String> list)
Adds the classpath of this loader. |
void |
environmentBind(EnvironmentClassLoader loader)
Handles the case where the environment is binding injection targets |
void |
environmentConfigure(EnvironmentClassLoader loader)
Handles the case where the environment is configuring and registering beans |
void |
environmentStart(EnvironmentClassLoader loader)
Handles the case where the environment is starting (after init). |
void |
environmentStop(EnvironmentClassLoader loader)
Handles the case where the environment is stopping (after init). |
protected java.lang.Class |
loadClass(java.lang.String name)
Loads the class directly, e.g. |
| Methods inherited from class com.caucho.loader.Loader |
|---|
buildClassPath, buildSourcePath, buildSourcePath, destroy, getClassEntry, getCodeSource, getLoader, getPath, getResource, getResourceAsStream, getResources, setLoader, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OsgiLoader()
| Method Detail |
|---|
public void addInstall(Path path)
public void addPath(Path path)
protected void buildClassPath(java.util.ArrayList<java.lang.String> list)
buildClassPath in class Loaderprotected java.lang.Class loadClass(java.lang.String name)
Loader
loadClass in class Loader
public void environmentConfigure(EnvironmentClassLoader loader)
throws ConfigException
environmentConfigure in interface EnvironmentListenerConfigException
public void environmentBind(EnvironmentClassLoader loader)
throws ConfigException
environmentBind in interface EnvironmentListenerConfigExceptionpublic void environmentStart(EnvironmentClassLoader loader)
environmentStart in interface EnvironmentListenerpublic void environmentStop(EnvironmentClassLoader loader)
environmentStop in interface EnvironmentListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||