ariba.util.core
Interface LockHandlerConditions

All Known Implementing Classes:
Pool

public interface LockHandlerConditions


Method Summary
 boolean doWithLock(LockHandlerContext lockHandlerContext)
          return false to indicate continuation context is allocated by caller to LockHandler.doWithLock and can be used to pass, by reference, any number of result data etc.
 long timeoutIntervalMillis()
          the time, in milliseconds, to wait Called WITH LOCK
 

Method Detail

doWithLock

boolean doWithLock(LockHandlerContext lockHandlerContext)
return false to indicate continuation context is allocated by caller to LockHandler.doWithLock and can be used to pass, by reference, any number of result data etc. Called WITH LOCK


timeoutIntervalMillis

long timeoutIntervalMillis()
the time, in milliseconds, to wait Called WITH LOCK



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