Class SimpleName

java.lang.Object
org.wildfly.naming.client.SimpleName
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Object>, Name

public class SimpleName extends Object implements Name, Serializable
A simple compound name which uses left-to-right parsing, / separators, and simple quoting rules. This class is designed to perform better and have lower overhead than CompoundName.
Author:
David M. Lloyd
See Also: