com.atlassian.jira
Class LockServiceRegistrar

java.lang.Object
  extended by com.atlassian.jira.LockServiceRegistrar

public class LockServiceRegistrar
extends Object

Registers the ClusterLockService as a JIRA component.

Since:
6.3

Constructor Summary
LockServiceRegistrar()
           
 
Method Summary
static void registerLockService(com.atlassian.jira.ComponentContainer container)
          Registers the ClusterLockService with the given component container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockServiceRegistrar

public LockServiceRegistrar()
Method Detail

registerLockService

public static void registerLockService(com.atlassian.jira.ComponentContainer container)
Registers the ClusterLockService with the given component container.

Parameters:
container - the container with which to register the service (required)


Copyright © 2002-2014 Atlassian. All Rights Reserved.