|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Namespace in org.apache.avalon.excalibur.naming |
Classes in org.apache.avalon.excalibur.naming that implement Namespace | |
class |
AbstractNamespace
This is the class to extend that provides basic facilities for Namespace management. |
class |
DefaultNamespace
This is the default namespace implementation. |
Fields in org.apache.avalon.excalibur.naming declared as Namespace | |
protected Namespace |
AbstractLocalContext.m_namespace
|
protected Namespace |
AbstractNamingEnumeration.m_namespace
|
protected Namespace |
RemoteContext.m_namespace
|
Methods in org.apache.avalon.excalibur.naming that return Namespace | |
protected Namespace |
RemoteContext.getNamespace()
|
Constructors in org.apache.avalon.excalibur.naming with parameters of type Namespace | |
AbstractLocalContext(Namespace namespace,
java.util.Hashtable environment,
javax.naming.Context parent)
|
|
AbstractNamingEnumeration(javax.naming.Context owner,
Namespace namespace)
|
Uses of Namespace in org.apache.avalon.excalibur.naming.memory |
Constructors in org.apache.avalon.excalibur.naming.memory with parameters of type Namespace | |
MemoryContext(Namespace namespace,
java.util.Hashtable environment,
javax.naming.Context parent,
java.util.Hashtable bindings)
|
|
MemoryContext(Namespace namespace,
java.util.Hashtable environment,
javax.naming.Context parent)
|
Uses of Namespace in org.apache.avalon.excalibur.naming.rmi |
Methods in org.apache.avalon.excalibur.naming.rmi that return Namespace | |
protected Namespace |
RMIInitialContextFactory.newNamespace(java.util.Hashtable environment)
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |