Interface ConfigurationLockInfo
-
public interface ConfigurationLockInfo
Provides methods to get information about the locked state of a hst configuration item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLockedBy()
Returns the name of the user that has locked this configuration item ornull
if it is not locked.Calendar
getLockedOn()
Returns the timestamp at which this configuration item became locked ornull
if it is not locked.
-
-
-
Method Detail
-
getLockedBy
String getLockedBy()
Returns the name of the user that has locked this configuration item ornull
if it is not locked.- Returns:
- user name or
null
-
getLockedOn
Calendar getLockedOn()
Returns the timestamp at which this configuration item became locked ornull
if it is not locked.- Returns:
- locking timestamp or
null
-
-