Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Field and Description |
---|---|
protected Locking.Type |
Locking.Request.type |
Modifier and Type | Method and Description |
---|---|
static Locking.Type |
Locking.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Locking.Type[] |
Locking.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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,
String lock_name) |
protected void |
Locking.sendRequest(Address dest,
Locking.Type type,
String lock_name,
Owner owner,
long timeout,
boolean is_trylock) |
protected void |
CENTRAL_LOCK.updateBackups(Locking.Type type,
String lock_name,
Owner owner) |
Constructor and Description |
---|
Locking.Request(Locking.Type type,
String lock_name,
Owner owner,
long timeout) |
Locking.Request(Locking.Type type,
String lock_name,
Owner owner,
long timeout,
boolean is_trylock) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.