Package com.atlassian.bamboo.beehive
Class ClusterLockEntity
java.lang.Object
com.atlassian.bamboo.beehive.ClusterLockEntity
Hibernate entity for cluster locks.
todo: do we need it? Created in case we need it ;-)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
void
setLockName
(String lockName) void
void
setTimestamp
(long timestamp)
-
Constructor Details
-
ClusterLockEntity
public ClusterLockEntity()
-
-
Method Details
-
getLockName
-
setLockName
-
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
getNodeId
-
setNodeId
-