Uses of Class
org.jumpmind.symmetric.service.LockAction

Packages that use LockAction
org.jumpmind.symmetric.service   
org.jumpmind.symmetric.service.impl   
 

Uses of LockAction in org.jumpmind.symmetric.service
 

Methods in org.jumpmind.symmetric.service that return LockAction
static LockAction LockAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LockAction[] LockAction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jumpmind.symmetric.service with parameters of type LockAction
 void IClusterService.initLockTable(LockAction action, java.lang.String lockId)
           
 boolean IClusterService.lock(LockAction action)
           
 boolean IClusterService.lock(LockAction action, Node node)
           
 void IClusterService.unlock(LockAction action)
           
 void IClusterService.unlock(LockAction action, Node node)
           
 

Uses of LockAction in org.jumpmind.symmetric.service.impl
 

Methods in org.jumpmind.symmetric.service.impl with parameters of type LockAction
 void ClusterService.initLockTable(LockAction action, java.lang.String lockId)
           
 boolean ClusterService.lock(LockAction action)
           
 boolean ClusterService.lock(LockAction action, Node node)
           
 void ClusterService.unlock(LockAction action)
           
 void ClusterService.unlock(LockAction action, Node node)
           
 



Copyright © 2007-2008. All Rights Reserved.