org.apache.openejb.core.ivm.naming
Class ParsedName

java.lang.Object
  extended by 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)
           
 
Method Summary
 int compareTo(int otherHash)
           
 int compareTo(java.lang.String other)
           
 java.lang.String getComponent()
           
 int getComponentHashCode()
           
static void main(java.lang.String[] args)
           
 boolean next()
           
 java.lang.String path()
           
 ParsedName remaining()
           
 void reset()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsedName

public ParsedName(java.lang.String path)
Method Detail

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.