|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--examples.rmi.hello.HelloClient
This client uses the remote HelloServer methods.
| Field Summary | |
(package private) java.lang.String |
host
|
static java.lang.String |
JNDI_FACTORY
Defines the JNDI context factory. |
(package private) int |
port
|
| Constructor Summary | |
HelloClient()
|
|
| Method Summary | |
static void |
main(java.lang.String[] argv)
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.lang.String host
public static final java.lang.String JNDI_FACTORY
int port
| Constructor Detail |
public HelloClient()
| 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 | |||||