public interface DistributedLockServiceMXBean
DistributedLockService.
 Since any number of DistributedLockService objects can be created by a member there may be 0 or
 more instances of this MBean available.| Modifier and Type | Method and Description | 
|---|---|
String | 
fetchGrantorMember()
Returns the name of the member which grants the lock. 
 | 
int | 
getMemberCount()
Returns the number of members using this LockService. 
 | 
String[] | 
getMemberNames()
Returns a list of names of the members using this LockService. 
 | 
String | 
getName()
Returns the name of the LockService. 
 | 
String[] | 
listHeldLocks()
Returns a list of names of the locks held by this member's threads. 
 | 
Map<String,String> | 
listThreadsHoldingLock()
Returns a map of the names of the objects being locked on and the names of the threads holding
 the locks. 
 | 
String getName()
int getMemberCount()
String fetchGrantorMember()
String[] getMemberNames()
Map<String,String> listThreadsHoldingLock()
String[] listHeldLocks()