Ontimize 5.2072EN

com.ontimize.locator
Class UserKey

java.lang.Object
  extended bycom.ontimize.locator.UserKey

public class UserKey
extends java.lang.Object

This class represents the user key. Two UserKey are equals if they have the same sessionId value. The user field is only an informative value


Constructor Summary
UserKey(java.lang.String user, int sessionId)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserKey

public UserKey(java.lang.String user,
               int sessionId)
Method Detail

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

Ontimize