Uses of Class
org.jgroups.protocols.Locking.ServerLock
-
Packages that use Locking.ServerLock Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of Locking.ServerLock in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Locking.ServerLock Modifier and Type Field Description protected Locking.ServerLock
Locking.ServerCondition. lock
Fields in org.jgroups.protocols with type parameters of type Locking.ServerLock Modifier and Type Field Description protected java.util.concurrent.ConcurrentMap<java.lang.String,Locking.ServerLock>
Locking. server_locks
Constructors in org.jgroups.protocols with parameters of type Locking.ServerLock Constructor Description ServerCondition(Locking.ServerLock lock)
-