org.openejb.core.ivm.naming
Class ParsedName
java.lang.Object
org.openejb.core.ivm.naming.ParsedName
- All Implemented Interfaces:
- Serializable
public class ParsedName
- extends Object
- implements Serializable
This class represents a compound path name; a path made of several atomic names.
It provides an interface for navigating the components sequentially. This class
assumes that the path separator is a '\' character. The "java:" component of a
JNDI ENC path must be striped out of the path before it used to construct an
instance of this class.
- See Also:
- Serialized Form
ParsedName
public ParsedName(String path)
getComponent
public String getComponent()
next
public boolean next()
reset
public void reset()
compareTo
public int compareTo(int otherHash)
getComponentHashCode
public int getComponentHashCode()
compareTo
public int compareTo(String other)
main
public static void main(String[] args)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2012 OpenEJB. All Rights Reserved.