Aqualogic Interaction API  
 

PT_LOCKSTATES Fields

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.

Public Static Fields

PT_LOCKED 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.
PT_NEWLYCREATED 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.
PT_NOLOCKINGREQUIRED This object does not support locking.
PT_UNLOCKED The object is not locked, and it cannot be stored.

See Also

PT_LOCKSTATES Class | com.plumtree.server Namespace | IPTServerContext