|
Voyager ORB | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectspace.voyager.ClassManager
ClassManager contains static methods that allow classes to be loaded using Voyager's class loading machinery.
Method Summary | |
static void |
enableResourceServer()
Allow Voyager to serve resources (class files) to remote Voyager servers. |
static java.lang.Class |
getClass(java.lang.String name)
Return the class with the specified name. |
static java.lang.ClassLoader |
getClassLoader()
Return the ClassLoader being used by Voyager or null if there is none. |
static java.lang.Class |
getProxyClass(java.lang.String name)
Return the proxy class for the class with specified name. |
static boolean |
isResourceServerEnabled()
Return true if resource serving has been enabled. |
static void |
resetClassLoader()
Set the Voyager class loader to null. |
static void |
setParentClassLoader(java.lang.ClassLoader parent)
Set my parent class loader to the specified loader. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static java.lang.Class getClass(java.lang.String name) throws java.lang.ClassNotFoundException
name
- The full name of the class.public static java.lang.Class getProxyClass(java.lang.String name) throws java.lang.ClassNotFoundException
name
- The full name of the class.public static java.lang.ClassLoader getClassLoader()
public static void setParentClassLoader(java.lang.ClassLoader parent)
parent
- The parent class loader.public static void resetClassLoader()
public static void enableResourceServer()
public static boolean isResourceServerEnabled()
|
ObjectSpace Inc. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |