Uses of Class
org.jgroups.util.TimeService
-
Packages that use TimeService Package Description org.jgroups.blocks.cs This package contains all client-server related interfaces and classesorg.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of TimeService in org.jgroups.blocks.cs
Fields in org.jgroups.blocks.cs declared as TimeService Modifier and Type Field Description protected TimeService
BaseServer. time_service
Methods in org.jgroups.blocks.cs that return TimeService Modifier and Type Method Description TimeService
BaseServer. timeService()
Methods in org.jgroups.blocks.cs with parameters of type TimeService Modifier and Type Method Description BaseServer
BaseServer. timeService(TimeService ts)
-
Uses of TimeService in org.jgroups.protocols
Fields in org.jgroups.protocols declared as TimeService Modifier and Type Field Description protected TimeService
FD_ALL. time_service
protected TimeService
FD_HOST. time_service
protected TimeService
TP. time_service
protected TimeService
UNICAST3. time_service
Methods in org.jgroups.protocols that return TimeService Modifier and Type Method Description TimeService
TP. getTimeService()
Methods in org.jgroups.protocols with parameters of type TimeService Modifier and Type Method Description <T extends TP>
TTP. setTimeService(TimeService ts)
-
Uses of TimeService in org.jgroups.util
Methods in org.jgroups.util that return TimeService Modifier and Type Method Description TimeService
TimeService. interval(long interval)
TimeService
TimeService. start()
TimeService
TimeService. stop()
-