com.sun.ejb.base.sfsb.util
Class SimpleKeyGenerator.SimpleSessionKey

java.lang.Object
  extended by com.sun.ejb.base.sfsb.util.SimpleKeyGenerator.SimpleSessionKey
All Implemented Interfaces:
Serializable
Enclosing class:
SimpleKeyGenerator

protected static class SimpleKeyGenerator.SimpleSessionKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SimpleKeyGenerator.SimpleSessionKey(long prefix, long suffix, int id)
           
 
Method Summary
 boolean equals(Object otherObj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleKeyGenerator.SimpleSessionKey

public SimpleKeyGenerator.SimpleSessionKey(long prefix,
                                           long suffix,
                                           int id)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 GlassFish Community. All Rights Reserved.