程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
限定符和类型 | 字段和说明 |
---|---|
protected Locking.Type |
Locking.Request.type |
protected Locking.Type |
Locking.Response.type |
限定符和类型 | 方法和说明 |
---|---|
static Locking.Type |
Locking.Type.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static Locking.Type[] |
Locking.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
protected boolean |
Locking.ServerLock.isRequestPresent(Locking.Type type,
Owner owner)
Checks if a certain request from a given owner is already in the queue
|
protected void |
Locking.ServerLock.removeRequest(Locking.Type type,
Owner owner) |
protected void |
Locking.sendLockResponse(Locking.Type type,
Owner dest,
java.lang.String lock_name,
int lock_id) |
protected void |
Locking.sendRequest(Address dest,
Locking.Type type,
java.lang.String lock_name,
int lock_id,
Owner owner,
long timeout,
boolean is_trylock) |
protected void |
Locking.sendRequest(Address dest,
Locking.Type type,
java.lang.String lock_name,
Owner owner,
long timeout,
boolean is_trylock) |
protected void |
CENTRAL_LOCK.updateBackups(Locking.Type type,
java.lang.String lock_name,
Owner owner) |
构造器和说明 |
---|
Locking.Request(Locking.Type type,
java.lang.String lock_name,
Owner owner,
long timeout) |
Locking.Request(Locking.Type type,
java.lang.String lock_name,
Owner owner,
long timeout,
boolean is_trylock) |
Locking.Response(Locking.Type type,
Owner owner,
java.lang.String lock_name,
int lock_id) |