Interface ObjectLock
-
public interface ObjectLockThe interfaceObjectLockdescribes the information of an object lock.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComment()Returns the comments placed on the lockWebObjectInfogetGovernor()Returns the governor of the locked objectjava.lang.StringgetMachineName()Returns the machine name where the locked object residesWebObjectInfogetOwner()Returns the owner of the locked objectintgetState()Returns the lock state, a value fromEnumDSSXMLLockStatejava.util.DategetTime()Returns the time stamp when the lock was placed on the object.
-
-
-
Method Detail
-
getState
int getState()
Returns the lock state, a value fromEnumDSSXMLLockState- Returns:
- the lock state.
-
getTime
java.util.Date getTime()
Returns the time stamp when the lock was placed on the object.- Returns:
- the time stamp when the lock was placed on the object.
-
getComment
java.lang.String getComment()
Returns the comments placed on the lock- Returns:
- the commens placed on the lock.
-
getMachineName
java.lang.String getMachineName()
Returns the machine name where the locked object resides- Returns:
- the machine name where the locked object resides
-
getGovernor
WebObjectInfo getGovernor()
Returns the governor of the locked object- Returns:
- the governor of the locked object
-
getOwner
WebObjectInfo getOwner()
Returns the owner of the locked object- Returns:
- the owner of the locked object
-
-