|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
weblogic.jndi.SimpleContext
public class SimpleContext
| Nested Class Summary | |
|---|---|
static interface |
SimpleContext.SimpleReference<T> |
| Field Summary | |
|---|---|
protected Map |
map |
protected static NameParser |
parser |
| Fields inherited from interface javax.naming.Context |
|---|
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final NameParser parser
protected Map map
| Method Detail |
|---|
protected Context resolve(Name name,
boolean createSubcontexts)
throws NamingException
NamingException
protected Context resolve(Name name)
throws NamingException
NamingException
public Object lookup(Name name)
throws NamingException
lookup in interface ContextNamingException
public Object lookup(String name)
throws NamingException
lookup in interface ContextNamingException
public void bind(Name name,
Object obj)
throws NamingException
bind in interface ContextNamingException
public void bind(String name,
Object obj)
throws NamingException
bind in interface ContextNamingException
public void rebind(Name name,
Object obj)
throws NamingException
rebind in interface ContextNamingException
public void rebind(String name,
Object obj)
throws NamingException
rebind in interface ContextNamingException
public void unbind(Name name)
throws NamingException
unbind in interface ContextNamingException
public void unbind(String name)
throws NamingException
unbind in interface ContextNamingException
public void rename(Name oldName,
Name newName)
throws NamingException
rename in interface ContextNamingException
public void rename(String oldName,
String newName)
throws NamingException
rename in interface ContextNamingException
public NamingEnumeration list(Name name)
throws NamingException
list in interface ContextNamingException
public NamingEnumeration list(String name)
throws NamingException
list in interface ContextNamingException
public NamingEnumeration listBindings(Name name)
throws NamingException
listBindings in interface ContextNamingException
public NamingEnumeration listBindings(String name)
throws NamingException
listBindings in interface ContextNamingException
public void destroySubcontext(Name name)
throws NamingException
destroySubcontext in interface ContextNamingException
public void destroySubcontext(String name)
throws NamingException
destroySubcontext in interface ContextNamingException
public Context createSubcontext(Name name)
throws NamingException
createSubcontext in interface ContextNamingException
protected Context createNewSubcontext(Context parent,
Name name)
throws NamingException
NamingException
public Context createSubcontext(String name)
throws NamingException
createSubcontext in interface ContextNamingException
public Object lookupLink(Name name)
throws NamingException
lookupLink in interface ContextNamingException
public Object lookupLink(String name)
throws NamingException
lookupLink in interface ContextNamingException
public NameParser getNameParser(Name name)
throws NamingException
getNameParser in interface ContextNamingException
public NameParser getNameParser(String name)
throws NamingException
getNameParser in interface ContextNamingException
public Name composeName(Name name,
Name prefix)
throws NamingException
composeName in interface ContextNamingException
public String composeName(String name,
String prefix)
throws NamingException
composeName in interface ContextNamingException
public Object addToEnvironment(String propName,
Object propVal)
throws NamingException
addToEnvironment in interface ContextNamingException
public Object removeFromEnvironment(String propName)
throws NamingException
removeFromEnvironment in interface ContextNamingException
public Hashtable getEnvironment()
throws NamingException
getEnvironment in interface ContextNamingException
public void close()
throws NamingException
close in interface ContextNamingException
public String getNameInNamespace()
throws NamingException
getNameInNamespace in interface ContextNamingException
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||