Interface ObjectLock
-
public interface ObjectLock
The interfaceObjectLock
describes 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.String
getComment()
Returns the comments placed on the lockWebObjectInfo
getGovernor()
Returns the governor of the locked objectjava.lang.String
getMachineName()
Returns the machine name where the locked object residesWebObjectInfo
getOwner()
Returns the owner of the locked objectint
getState()
Returns the lock state, a value fromEnumDSSXMLLockState
java.util.Date
getTime()
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
-
-