|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.rmi.multihello.sayHello
This simple example uses WebLogic RMI to say "Hello World" multiple times. Note that there is no explicit creation of a T3Client nor connection to a WebLogic Server, although this program runs as a T3Client application.
Constructor Summary | |
sayHello()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
Runs this example from the command line. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public sayHello()
Method Detail |
public static void main(java.lang.String[] argv) throws java.lang.Exception
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |