|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.ibm.wbi.Run
Run provides a wrapper around the proxy. This class provides a console for sending commands to the proxy such as registering and deregistering plugins, etc.
| Field Summary | |
protected static com.ibm.wbi.cmdProcessor |
cp
The command processor. |
protected static java.lang.String |
homeDir
The home directory. |
protected static java.lang.String |
promptPrefix
The prompt prefix; can be used to include Build ID in console prompt. |
protected static com.ibm.wbi.TransProxyRASDirector |
ras
RAS facility |
protected static java.util.ResourceBundle |
rBundle
A resource bundle for displayed text. |
protected static Proxy |
theProxy
The proxy. |
| Fields inherited from interface com.ibm.wbi.util.SignalListener |
COPYRIGHT |
| Constructor Summary | |
Run()
|
|
| Method Summary | |
static void |
cleanup()
Cleanup - called during NT service stop. |
protected static void |
logBuildInfo(com.ibm.wbi.RASDirector ras)
|
static void |
main(java.lang.String[] args)
The main driver provides command line argument parsing. |
void |
run()
Run provides the console for commanding the proxy. |
void |
signal(SignalEvent e)
Signal to shutdown. |
static void |
startWbiGui(Proxy theProxy,
com.ibm.wbi.cmdProcessor cp,
com.ibm.wbi.EnvironmentSystemContext proxyContext,
com.ibm.wbi.IntermediateOutputHandler ioh,
com.ibm.wbi.TransProxyRASDirector ras)
Starts the Wbi Gui. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static com.ibm.wbi.TransProxyRASDirector ras
protected static Proxy theProxy
protected static java.util.ResourceBundle rBundle
protected static java.lang.String homeDir
protected static com.ibm.wbi.cmdProcessor cp
protected static java.lang.String promptPrefix
| Constructor Detail |
public Run()
| Method Detail |
public static void main(java.lang.String[] args)
args - The command line arguments.
public static void startWbiGui(Proxy theProxy,
com.ibm.wbi.cmdProcessor cp,
com.ibm.wbi.EnvironmentSystemContext proxyContext,
com.ibm.wbi.IntermediateOutputHandler ioh,
com.ibm.wbi.TransProxyRASDirector ras)
throws java.lang.Exception
theProxy - Instance of a Proxy that was currently started.cp - Instance of the commandProcessor used with theProxy.proxyContext - The environment system context.ioh - The output handler.ras - The ras director.public void run()
run in interface java.lang.Runnablepublic static void cleanup()
public void signal(SignalEvent e)
signal in interface SignalListenere - The signalprotected static void logBuildInfo(com.ibm.wbi.RASDirector ras)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||