Package com.atlassian.bamboo.beehive
Class ClusterLockEntity
- java.lang.Object
-
- com.atlassian.bamboo.beehive.ClusterLockEntity
-
@Entity public class ClusterLockEntity extends Object
Hibernate entity for cluster locks. todo: do we need it? Created in case we need it ;-)
-
-
Constructor Summary
Constructors Constructor Description ClusterLockEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLockName()
String
getNodeId()
long
getTimestamp()
void
setLockName(String lockName)
void
setNodeId(String nodeId)
void
setTimestamp(long timestamp)
-