public interface IlLockProxy
IlSynchronizationStrategy.synchronizeRun(Runnable,Object)
method.
When a synchronization strategy receives an object implementing this
interface, it uses the object returned by the getLock()
method
instead of the current object to synchronize on.Modifier and Type | Method and Description |
---|---|
Object |
getLock()
Returns the object to use to synchronize on instead on the current one
|
Object getLock()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.