|
WebLogic Server 7.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.
| Field Summary | |
static java.lang.String |
JNDI_FACTORY
Defines the JNDI context factory. |
| 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 |
|
| Field Detail |
public static final java.lang.String JNDI_FACTORY
| 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/docs70 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||