Uses of Class
org.jboss.byteman.synchronization.Waiter
-
Packages that use Waiter Package Description org.jboss.byteman.rule.helper -
-
Uses of Waiter in org.jboss.byteman.rule.helper
Fields in org.jboss.byteman.rule.helper with type parameters of type Waiter Modifier and Type Field Description private static java.util.HashMap<java.lang.Object,Waiter>Helper. waitMapa hash map used to identify waiters from their identifying objectsMethods in org.jboss.byteman.rule.helper that return Waiter Modifier and Type Method Description private WaiterHelper. getWaiter(java.lang.Object object, boolean createIfAbsent)lookup the waiter object used to target wait and signal requests associated with a specific identifying objectprivate WaiterHelper. removeWaiter(java.lang.Object object)remove the waiter object used to target wait and signal requests associated with a specific identifying object
-