Package com.sun.enterprise.naming.impl
Class SerialNameParser
java.lang.Object
com.sun.enterprise.naming.impl.SerialNameParser
- All Implemented Interfaces:
NameParser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SerialNameParser
public SerialNameParser()
-
-
Method Details
-
parse
Parse a name into its components.- Specified by:
parsein interfaceNameParser- Parameters:
name- The non-null string name to parse.- Returns:
- A non-null parsed form of the name using the naming convention of this parser.
- Throws:
NamingException- If a naming exception was encountered.
-