Aqualogic Interaction API  
 

PT_LOCKSTATES Members

PT_LOCKSTATES overview

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.

Public Instance Constructors

PT_LOCKSTATES Constructor Initializes a new instance of the PT_LOCKSTATES class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_LOCKSTATES Class | com.plumtree.server Namespace | IPTServerContext