|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The NameServicesDef interface defines name services for the WebLogic Server.
TengahInitialContextFactory| Method Summary | |
javax.naming.Context |
getInitialContext()
Returns the initial naming context. |
javax.naming.Context |
getInitialContext(java.util.Hashtable properties)
Returns the initial naming context. |
| Method Detail |
public javax.naming.Context getInitialContext()
throws javax.naming.NamingException
public javax.naming.Context getInitialContext(java.util.Hashtable properties)
throws javax.naming.NamingException
properties - Hashtable containing initial properties.
properties.put(Context.SECURITY_PRINCIPAL,"system"); properties.put(Context.SECURITY_CREDENTIALS,"gumby1234"); javax.naming.Context.getInitialContext(properties);
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||