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()
           
static void main(String[] args)
           
 boolean next()
           
 void reset()
           
 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()

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-2011 The Apache OpenEJB development community. All Rights Reserved.