com.atlassian.jira.cluster.lock
Class JiraClusterNodeHeartBeatDao

java.lang.Object
  extended by com.atlassian.jira.cluster.lock.JiraClusterNodeHeartBeatDao
All Implemented Interfaces:
com.atlassian.beehive.spi.ClusterNodeHeartBeatDao

public class JiraClusterNodeHeartBeatDao
extends Object
implements com.atlassian.beehive.spi.ClusterNodeHeartBeatDao

JIRA implementation of ClusterNodeHeartBeatDao - used for cluster locks.

Since:
6.3

Constructor Summary
JiraClusterNodeHeartBeatDao(ClusterManager clusterManager)
           
 
Method Summary
 String getNodeId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraClusterNodeHeartBeatDao

public JiraClusterNodeHeartBeatDao(ClusterManager clusterManager)
Method Detail

getNodeId

@Nonnull
public String getNodeId()
Specified by:
getNodeId in interface com.atlassian.beehive.spi.ClusterNodeHeartBeatDao


Copyright © 2002-2014 Atlassian. All Rights Reserved.