Uses of Class
org.jgroups.protocols.Locking.LockInfoResponse
-
Packages that use Locking.LockInfoResponse 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.LockInfoResponse in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Locking.LockInfoResponse Modifier and Type Field Description protected Locking.LockInfoResponse
Locking.Request. info_rsp
Fields in org.jgroups.protocols with type parameters of type Locking.LockInfoResponse Modifier and Type Field Description protected ResponseCollector<Locking.LockInfoResponse>
CENTRAL_LOCK2. lock_info_responses
Methods in org.jgroups.protocols that return Locking.LockInfoResponse Modifier and Type Method Description protected Locking.LockInfoResponse
Locking.LockInfoResponse. add(Tuple<java.lang.String,Owner> el)
protected Locking.LockInfoResponse
CENTRAL_LOCK2. createLockInfoResponse()
Methods in org.jgroups.protocols with parameters of type Locking.LockInfoResponse Modifier and Type Method Description Locking.Request
Locking.Request. infoRsp(Locking.LockInfoResponse r)
-