Package com.attivio.sdk.server.global
Interface BreakableLockListener
-
@Deprecated public interface BreakableLockListener
Deprecated.This API should no longer be used and is scheduled for removal in a future releaseInterface necessary to support notification when aGlobalLock
is broken due to network or other communication issues. Typically, an instance of this class is provided toGlobalDataStructureFactory.createGlobalLock(String, BreakableLockListener)
when aglobal lock
is first created.- See Also:
GlobalLock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
lockBroken()
Deprecated.This method will be called by the AIE Node when a global lock is broken due to network or other communication issues.
-