org.apache.yoko.orb.OB
Class ObjectIdHasher

java.lang.Object
  extended by org.apache.yoko.orb.OB.ObjectIdHasher

public class ObjectIdHasher
extends Object


Constructor Summary
ObjectIdHasher(byte[] oid)
           
 
Method Summary
static boolean comp(byte[] id1, byte[] id2)
           
 boolean equals(Object o)
           
 byte[] getObjectId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIdHasher

public ObjectIdHasher(byte[] oid)
Method Detail

getObjectId

public byte[] getObjectId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

comp

public static boolean comp(byte[] id1,
                           byte[] id2)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.