JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Infinispan 15.2.0.Final
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
destination()
resetSendTime()
onComplete()
onTimeout()
org.infinispan.remoting.transport.jgroups
RequestTracker
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
destination()
resetSendTime()
onComplete()
onTimeout()
Interface RequestTracker
public interface
RequestTracker
A tracker for synchronous requests.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Address
destination
()
void
onComplete
()
The reply was just received.
void
onTimeout
()
The request timed-out before receiving the reply.
void
resetSendTime
()
Resets the send time to the current time.
Method Details
destination
Address
destination
()
Returns:
The destination
Address
of the request. It is never
null
.
resetSendTime
void
resetSendTime
()
Resets the send time to the current time.
onComplete
void
onComplete
()
The reply was just received.
onTimeout
void
onTimeout
()
The request timed-out before receiving the reply.