org.apache.openejb.core.stateful
Class StatefulEjbObjectHandler.RegistryId

java.lang.Object
  extended by org.apache.openejb.core.stateful.StatefulEjbObjectHandler.RegistryId
All Implemented Interfaces:
Serializable
Enclosing class:
StatefulEjbObjectHandler

public static class StatefulEjbObjectHandler.RegistryId
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StatefulEjbObjectHandler.RegistryId(Container container, Object deploymentId, Object primaryKey)
           
 
Method Summary
 boolean equals(Object o)
           
 Object getPrimaryKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatefulEjbObjectHandler.RegistryId

public StatefulEjbObjectHandler.RegistryId(Container container,
                                           Object deploymentId,
                                           Object primaryKey)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getPrimaryKey

public Object getPrimaryKey()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.