org.bsf.remoting.http
Class HttpServiceKey

java.lang.Object
  |
  +--org.bsf.remoting.http.HttpServiceKey
All Implemented Interfaces:
java.io.Serializable

public class HttpServiceKey
extends java.lang.Object
implements java.io.Serializable

This class is used as a key for services map in the http session of the client.

See Also:
Serialized Form

Field Summary
(package private)  int key
           
 
Constructor Summary
HttpServiceKey(int p_userServiceIndex)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

int key
Constructor Detail

HttpServiceKey

public HttpServiceKey(int p_userServiceIndex)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object