|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.jndi.InitialContextExample
This example shows how to create a context with default (guest access) to the naming system, and how to create a context that has authenticated access to the naming system.
The following sections cover what to do:
$ javac -d %CLIENT_CLASSES% InitialContextExample.java
$ java examples.jndi.InitialContextExample t3://hostname:portwhere:
Constructor Summary | |
InitialContextExample()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Runs this example from the command line. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public InitialContextExample()
Method Detail |
public static void main(java.lang.String[] args)
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |