Uses of Enum
org.jgroups.protocols.Locking.Type
Packages that use Locking.Type
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of Locking.Type in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Locking.TypeModifier and TypeFieldDescriptionprotected Locking.TypeLocking.Request.typeprotected final Locking.TypeLocking.Response.typeMethods in org.jgroups.protocols that return Locking.TypeModifier and TypeMethodDescriptionLocking.Request.getType()static Locking.TypeReturns 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.Methods in org.jgroups.protocols with parameters of type Locking.TypeModifier and TypeMethodDescriptionprotected booleanLocking.ServerLock.isRequestPresent(Locking.Type type, Owner owner) Checks if a certain request from a given owner is already in the queueprotected voidLocking.ServerLock.removeRequest(Locking.Type type, Owner owner) protected voidLocking.sendLockResponse(Locking.Type type, Owner dest, String lock_name, int lock_id) Deprecated.protected voidLocking.sendRequest(Address dest, Locking.Type type, String lock_name, int lock_id, Owner owner, long timeout, boolean is_trylock) Deprecated.protected voidLocking.sendRequest(Address dest, Locking.Type type, String lock_name, Owner owner, long timeout, boolean is_trylock) Deprecated.protected voidCENTRAL_LOCK.updateBackups(Locking.Type type, String lock_name, Owner owner) Deprecated.Constructors in org.jgroups.protocols with parameters of type Locking.TypeModifierConstructorDescriptionRequest(Locking.Type type) Request(Locking.Type type, String lock_name, Owner owner, long timeout) Request(Locking.Type type, String lock_name, Owner owner, long timeout, boolean is_trylock) Response(Locking.Type type, Owner owner, String lock_name, int lock_id)