The fields of the PT_LOCKSTATES class are listed below. For a complete list of PT_LOCKSTATES class members, see the PT_LOCKSTATES Members topic.
![]() ![]() | The object is locked, and it can be stored. Once an object is locked, other clients cannot access the object and store changes in it. |
![]() ![]() | The newly created object is stored in memory, but not in the database. Since the object is stored directly in memory, the lock state is not relevant. |
![]() ![]() | This object does not support locking. |
![]() ![]() | The object is not locked, and it cannot be stored. |
PT_LOCKSTATES Class | com.plumtree.server Namespace | IPTServerContext