程序包 | 说明 |
---|---|
com.fr.third.jgroups.blocks.locking | |
com.fr.third.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
限定符和类型 | 方法和说明 |
---|---|
void |
LockService.addLockListener(LockNotification listener) |
void |
LockService.removeLockListener(LockNotification listener) |
限定符和类型 | 类和说明 |
---|---|
class |
LockServiceDemo
Demos the LockService
|
限定符和类型 | 类和说明 |
---|---|
class |
CENTRAL_LOCK
Implementation of a locking protocol which acquires locks by contacting the coordinator.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.Set<LockNotification> |
Locking.lock_listeners |
限定符和类型 | 方法和说明 |
---|---|
void |
Locking.addLockListener(LockNotification listener) |
void |
Locking.removeLockListener(LockNotification listener) |