java.lang.Object |
↳ |
com.microstrategy.webapi.acm.ACMSessionBundle |
Class Overview
ACMSessionBundle marries the ClusterInfo (information about an IServer) with the Time-to-live of the current connection. The ClusterInfo
is needed when closing the connection. The Ttl is needed to know when to close the session
Summary
Public Methods |
boolean
|
equals(Object iThat)
|
int
|
hashCode()
hash hashes ONLY the Session Id proper.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
final
boolean
mIsCloseable
Public Constructors
Public Methods
public
boolean
equals
(Object iThat)
public
int
hashCode
()
hash hashes ONLY the Session Id proper. It does not hash the augmented parts. That's because the real Session Id does not
include the augmented parts. The augmented parts are superfluous