Uses of Class
fr.dyade.aaa.agent.CountDownCallback
-
Packages that use CountDownCallback Package Description fr.dyade.aaa.agent org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. -
-
Uses of CountDownCallback in fr.dyade.aaa.agent
Fields in fr.dyade.aaa.agent declared as CountDownCallback Modifier and Type Field Description private CountDownCallbackCallbackNotification. countDownCallbackMethods in fr.dyade.aaa.agent with parameters of type CountDownCallback Modifier and Type Method Description voidCallbackNotification. setCountDownCallback(CountDownCallback countDownCallback)Sets theCountDownCallbackto be transmitted by thisCallbackNotification. -
Uses of CountDownCallback in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies that return CountDownCallback Modifier and Type Method Description private static CountDownCallbackConnectionManager. createCallback(AbstractJmsRequest req, ConnectionContext ctx)
-