|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.server.PT_LOCKSTATES
public final class PT_LOCKSTATES
These constants define the lock states for server objects, as returned by IPTServerContext.GetLockState()
IPTServerContext| Field Summary | |
|---|---|
static int |
PT_LOCKED
The object is locked, and it can be stored. |
static int |
PT_NEWLYCREATED
The newly created object is stored in memory, but not in the database. |
static int |
PT_NOLOCKINGREQUIRED
This object does not support locking. |
static int |
PT_UNLOCKED
The object is not locked, and it cannot be stored. |
| Constructor Summary | |
|---|---|
PT_LOCKSTATES()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PT_UNLOCKED
public static final int PT_LOCKED
public static final int PT_NEWLYCREATED
public static final int PT_NOLOCKINGREQUIRED
| Constructor Detail |
|---|
public PT_LOCKSTATES()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||