Package org.glassfish.jndi.cosnaming
Class CNNameParser.CNCompoundName
java.lang.Object
javax.naming.CompoundName
org.glassfish.jndi.cosnaming.CNNameParser.CNCompoundName
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<Object>
,Name
- Enclosing class:
CNNameParser
An implementation of CompoundName that bypasses the parsing
and stringifying code of the default CompoundName.
-
Field Summary
FieldsFields inherited from class javax.naming.CompoundName
impl, mySyntax
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CNCompoundName
CNCompoundName(Enumeration<String> enum_)
-
-
Method Details
-
clone
- Specified by:
clone
in interfaceName
- Overrides:
clone
in classCompoundName
-
getPrefix
- Specified by:
getPrefix
in interfaceName
- Overrides:
getPrefix
in classCompoundName
-
getSuffix
- Specified by:
getSuffix
in interfaceName
- Overrides:
getSuffix
in classCompoundName
-
toString
- Overrides:
toString
in classCompoundName
-