com.atlassian.beehive.spi
Class ClusterLockStatus

java.lang.Object
  extended by com.atlassian.beehive.spi.ClusterLockStatus

public class ClusterLockStatus
extends Object


Constructor Summary
ClusterLockStatus(String lockName, String lockedByNode, long updateTime)
           
 
Method Summary
 String getLockedByNode()
           
 String getLockName()
           
 long getUpdateTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterLockStatus

public ClusterLockStatus(String lockName,
                         String lockedByNode,
                         long updateTime)
Method Detail

getLockName

public String getLockName()

getLockedByNode

public String getLockedByNode()

getUpdateTime

public long getUpdateTime()


Copyright © 2014 Atlassian. All Rights Reserved.