|
WebLogic Server 6.1 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--examples.ejb20.bands.Client
| Constructor Summary | |
Client(java.lang.String url,
java.lang.String user,
java.lang.String password)
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Runs this example from the command line. |
void |
run()
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public Client(java.lang.String url,
java.lang.String user,
java.lang.String password)
throws javax.naming.NamingException
| Method Detail |
public static void main(java.lang.String[] args)
java examples.ejb20.bands.Client "t3://localhost:7001"
The parameters are optional, but if any are supplied, they are interpreted in this order:
url - URL such as "t3://localhost:7001" of Serveruser - User name, default nullpassword - User password, default null
public void run()
throws java.lang.Exception
|
Documentation is available at http://e-docs.bea.com/wls/docs61 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||