|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.connection.TLockMode
public final class TLockMode
Class representing Tamino specific lock modes. The class provides type safe constant objects representing the possible settings for the lock mode session parameter available for Tamino. The lock mode correponds to the _lockMode session parameter of Tamino.
Please refer to the description of the Transaction-Related Commands in the Tamino Server documentation for details on the usage of this parameter.
Field Summary | |
---|---|
static TLockMode |
PROTECTED
Constant that represents Taminos _lockMode=protected. |
static TLockMode |
SHARED
Constant that represents Taminos _lockMode=shared. |
static TLockMode |
UNPROTECTED
Constant that represents Taminos _lockMode=unprotected. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Returns the string representation of a TLockMode object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TLockMode UNPROTECTED
public static final TLockMode SHARED
public static final TLockMode PROTECTED
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- - the reference object with which to compare.
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |