ariba.util.core
Class GlobalLockUtil

java.lang.Object
  extended by ariba.util.core.GlobalLockUtil

public class GlobalLockUtil
extends java.lang.Object

A helper class for acquiring and releasing global lock


Constructor Summary
GlobalLockUtil()
           
 
Method Summary
static GlobalLock acquireGlobalLock(java.lang.String lockName, long acquireTimeOut, long expiryTime)
           
static boolean releaseGlobalLock(GlobalLock lock)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalLockUtil

public GlobalLockUtil()
Method Detail

acquireGlobalLock

public static GlobalLock acquireGlobalLock(java.lang.String lockName,
                                           long acquireTimeOut,
                                           long expiryTime)

releaseGlobalLock

public static boolean releaseGlobalLock(GlobalLock lock)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.