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.LockInfoResponseLocking.Request. info_rspFields in org.jgroups.protocols with type parameters of type Locking.LockInfoResponse Modifier and Type Field Description protected ResponseCollector<Locking.LockInfoResponse>CENTRAL_LOCK2. lock_info_responsesMethods in org.jgroups.protocols that return Locking.LockInfoResponse Modifier and Type Method Description protected Locking.LockInfoResponseLocking.LockInfoResponse. add(Tuple<java.lang.String,Owner> el)protected Locking.LockInfoResponseCENTRAL_LOCK2. createLockInfoResponse()Methods in org.jgroups.protocols with parameters of type Locking.LockInfoResponse Modifier and Type Method Description Locking.RequestLocking.Request. infoRsp(Locking.LockInfoResponse r)
-