org.apache.openejb.core.ivm.naming
Class ParsedName
java.lang.Object
org.apache.openejb.core.ivm.naming.ParsedName
- All Implemented Interfaces:
- java.io.Serializable
public class ParsedName
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
ParsedName(java.lang.String path)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParsedName
public ParsedName(java.lang.String path)
getComponent
public java.lang.String getComponent()
next
public boolean next()
reset
public void reset()
compareTo
public int compareTo(int otherHash)
getComponentHashCode
public int getComponentHashCode()
compareTo
public int compareTo(java.lang.String other)
main
public static void main(java.lang.String[] args)
remaining
public ParsedName remaining()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
path
public java.lang.String path()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.