|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ClassLoader
com.tivoli.twg.engine.TWGRemoteSnapInManager
This class is used to query snap-in's for Director from the console. There are also static methods in this class designed for loading information that a typical snap-in would require (such as an image or other resource). Only the static methods of this class should be called directly. The constructor has been made private to prevent using the non-static methods.
Method Summary | |
---|---|
static boolean |
appendClassPath(java.lang.String path)
This method is used to append a path to the CLASSPATH used on the server when loading snap-in information. |
static java.awt.Image |
getImage(java.lang.String ImagePath)
This method is used to load an image. |
static TWGSnapIn |
getSnapInForSubType(java.lang.String siType,
java.lang.String siSubType)
This static method is used to get a snap-in's that has been registered for a specific type and sub-type. |
static Vect |
getSnapInListForType(java.lang.String siType)
This static method is used to get a list of snap-in's that have been registered for a specific type. |
static void |
initialize()
This method is used to initialize the remote snap-in manager. |
java.lang.Class |
loadClass(java.lang.String name)
This method is used internally to load and resolve a class. |
java.lang.Class |
loadClass(java.lang.String className,
boolean resolve)
This method is used internally to load a class. |
static byte[] |
loadResource(java.lang.String res)
This method is used to load a resource (such as an HTML file) from the server. |
static java.lang.Object |
loadSnapIn(TWGSnapIn si)
This method is used to return an instance of a snap-in. |
static java.lang.Object |
loadSnapInForSubType(java.lang.String siType,
java.lang.String siSubType)
This method is used to return an instance of a snap-in that has been registered for a specific type and sub-type. |
static void |
terminate()
This method is used to terminate the remote snap-in manager. |
Methods inherited from class java.lang.ClassLoader |
---|
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void initialize()
public static void terminate()
public static Vect getSnapInListForType(java.lang.String siType)
public static TWGSnapIn getSnapInForSubType(java.lang.String siType, java.lang.String siSubType)
public static java.lang.Object loadSnapInForSubType(java.lang.String siType, java.lang.String siSubType)
public static java.lang.Object loadSnapIn(TWGSnapIn si)
public java.lang.Class loadClass(java.lang.String name) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public java.lang.Class loadClass(java.lang.String className, boolean resolve) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public static java.awt.Image getImage(java.lang.String ImagePath)
public static byte[] loadResource(java.lang.String res)
public static boolean appendClassPath(java.lang.String path)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |