|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.startPaP
This class is used to download and start PNES, PAS, and DebugServer. It takes care of environment and properties for JVM and uses PaPurlLoader for loading the classes to be started.
Field Summary | |
private static java.lang.String[] |
args
Command line style arguments to pass to PaP support classes after start |
private static java.lang.String |
codebase
Key variable for JVM properties, PaP configuration and class loading |
private static java.lang.String |
debugServer
Key variable for JVM properties, PaP configuration and class loading |
private static java.lang.String |
homeInterface
Key variable for JVM properties, PaP configuration and class loading |
static PaPurlLoader |
loader
Dedicated class loader for PaP support |
private static java.lang.String |
nodeProfile
Key variable for JVM properties, PaP configuration and class loading |
private static java.lang.String |
policy
Key variable for JVM properties, PaP configuration and class loading |
private static java.lang.String |
whatToStart
Key variable for JVM properties, PaP configuration and class loading |
Constructor Summary | |
startPaP()
|
Method Summary | |
private static void |
dbg(java.lang.String dbg)
|
private static java.lang.reflect.Method |
findMethod(java.lang.Class pClass,
java.lang.String pMethodName)
Utility to find specified method of a given class for dynamic loading and invocation. |
static void |
helpMessage()
Utility method to print usage help message for startPaP. |
static void |
main(java.lang.String[] argv)
Sets up environment and properties for the JVM, locates, loads, instantiates, initializes and starts PaP support entities. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static PaPurlLoader loader
private static java.lang.String whatToStart
private static java.lang.String codebase
private static java.lang.String policy
private static java.lang.String homeInterface
private static java.lang.String debugServer
private static java.lang.String nodeProfile
private static java.lang.String[] args
Constructor Detail |
public startPaP()
Method Detail |
public static void helpMessage()
public static void main(java.lang.String[] argv)
private static void dbg(java.lang.String dbg)
private static java.lang.reflect.Method findMethod(java.lang.Class pClass, java.lang.String pMethodName) throws java.lang.Exception
pClass
- The class in which the method to look up.pMethodName
- The method to look up.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |