Uses of Class
com.rabbitmq.jms.util.TimeTracker
-
Packages that use TimeTracker Package Description com.rabbitmq.jms.client com.rabbitmq.jms.util -
-
Uses of TimeTracker in com.rabbitmq.jms.client
Methods in com.rabbitmq.jms.client with parameters of type TimeTracker Modifier and Type Method Description voidCompletion. waitUntilComplete(TimeTracker tt)Wait for a time limit until completion is signalled. -
Uses of TimeTracker in com.rabbitmq.jms.util
Fields in com.rabbitmq.jms.util declared as TimeTracker Modifier and Type Field Description static TimeTrackerTimeTracker. ZEROPublic tracker that is permanently timed out.Methods in com.rabbitmq.jms.util with parameters of type TimeTracker Modifier and Type Method Description booleanEntryExitManager. enter(TimeTracker tt)Returnstrueimmediately if the gate is open.booleanEntryExitManager. waitToClear(TimeTracker tt)Wait for current threads to exit region.Constructors in com.rabbitmq.jms.util with parameters of type TimeTracker Constructor Description TimeTracker(TimeTracker timeTracker)Initialise tracker with duration of old tracker (regardless that the old one has timed out).
-