public final class TLockMode
extends java.lang.Object
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.
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final TLockMode UNPROTECTED
public static final TLockMode SHARED
public static final TLockMode PROTECTED
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
Copyright (c) 2015 Software AG. All Rights Reserved.