- java.lang.Object
-
- org.omg.CosNaming.NamingContextHolder
-
- All Implemented Interfaces:
Streamable
public final class NamingContextHolder extends Object implements Streamable
A naming context is an object that contains a set of name bindings in which each name is unique. Different names can be bound to an object in the same or different contexts at the same time.
-
-
Field Summary
Fields Modifier and Type Field Description NamingContext
value
-
Constructor Summary
Constructors Constructor Description NamingContextHolder()
NamingContextHolder(NamingContext initialValue)
-
-
-
Field Detail
-
value
public NamingContext value
-
-
Constructor Detail
-
NamingContextHolder
public NamingContextHolder()
-
NamingContextHolder
public NamingContextHolder(NamingContext initialValue)
-
-