org.jumpmind.symmetric.service
Interface IClusterService

All Known Implementing Classes:
ClusterService

public interface IClusterService


Method Summary
 void clearAllLocks()
           
 void initLockTable()
           
 void initLockTable(LockAction action, java.lang.String lockId)
           
 void initLockTableForNode(Node node)
           
 boolean lock(LockAction action)
           
 boolean lock(LockAction action, Node node)
           
 void unlock(LockAction action)
           
 void unlock(LockAction action, Node node)
           
 

Method Detail

initLockTable

void initLockTable()

initLockTableForNode

void initLockTableForNode(Node node)

initLockTable

void initLockTable(LockAction action,
                   java.lang.String lockId)

lock

boolean lock(LockAction action,
             Node node)

lock

boolean lock(LockAction action)

unlock

void unlock(LockAction action)

unlock

void unlock(LockAction action,
            Node node)

clearAllLocks

void clearAllLocks()


Copyright © 2007-2008. All Rights Reserved.