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

java.lang.Object
  extended by org.apache.openejb.core.ivm.naming.ParsedName
All Implemented Interfaces:
Serializable

public class ParsedName
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ParsedName(String path)
           
 
Method Summary
 int compareTo(int otherHash)
           
 int compareTo(String other)
           
 String getComponent()
           
 int getComponentHashCode()
           
 int getPos()
           
static void main(String[] args)
           
 boolean next()
           
 String path()
           
 ParsedName remaining()
           
 void reset()
           
 void reset(int pos)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsedName

public ParsedName(String path)
Method Detail

getComponent

public String getComponent()

next

public boolean next()

reset

public void reset()

getPos

public int getPos()

reset

public void reset(int pos)

compareTo

public int compareTo(int otherHash)

getComponentHashCode

public int getComponentHashCode()

compareTo

public int compareTo(String other)

main

public static void main(String[] args)

remaining

public ParsedName remaining()

toString

public String toString()
Overrides:
toString in class Object

path

public String path()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.