|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.bea.p13n.common.StartBrowser
This startup class displays a message in the server shell informing the user which URL can be used to access the Portal samples. On Windows, a browser will be automatically launched to the appropriate URL.
| Constructor Summary | |
StartBrowser()
Default constructor. |
|
StartBrowser(java.lang.String host,
java.lang.String port,
java.lang.String path)
Constructs a StartBrowser with the specified host and port values. |
|
| Method Summary | |
void |
run()
Loops indefinitely trying to create a socket to host/port waits sleepTime in between each try. |
void |
setServices(weblogic.common.T3ServicesDef services)
|
java.lang.String |
startup(java.lang.String name,
java.util.Hashtable args)
Print message in the server shell informing the user which URL can be used to launch the browser. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public StartBrowser(java.lang.String host,
java.lang.String port,
java.lang.String path)
host - hostnameport - listen portpath - public StartBrowser()
| Method Detail |
public void setServices(weblogic.common.T3ServicesDef services)
public void run()
public java.lang.String startup(java.lang.String name,
java.util.Hashtable args)
throws java.lang.Exception
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||