public class ConnectionKeyLight extends java.lang.ref.PhantomReference<ConnectionKey>
| Modifier and Type | Field and Description |
|---|---|
long |
secondID |
| Modifier and Type | Method and Description |
|---|---|
boolean |
commitOnConnectionFree()
Whether to commit or rollback the db connection when the connection is freed (i.e.
|
boolean |
equals(java.lang.Object obj)
Compares this object against the specified object.
|
java.lang.String |
getLoginUserName() |
int |
getTenantID() |
java.rmi.server.UID |
getUID() |
int |
hashCode()
Returns a hashcode for this ConnectionKey.
|
boolean |
isPreview() |
public int hashCode()
hashCode in class java.lang.Objectpublic java.rmi.server.UID getUID()
public boolean isPreview()
public java.lang.String getLoginUserName()
public boolean commitOnConnectionFree()
public int getTenantID()
public boolean equals(java.lang.Object obj)
true if and only if the argument is
not null and it represents the same Connection key
as this object.equals in class java.lang.Object