Uses of Class
fr.dyade.aaa.agent.UnknownAgent
-
Packages that use UnknownAgent Package Description org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.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 UnknownAgent in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type UnknownAgent Modifier and Type Method Description protected voidAdminTopic. doUnknownAgent(UnknownAgent uA)Specializes thisTopicreaction.protected voidAliasInQueue. doUnknownAgent(UnknownAgent uA)protected voidAliasQueue. doUnknownAgent(UnknownAgent uA)protected voidClusterQueue. doUnknownAgent(UnknownAgent uA)protected abstract voidDestination. doUnknownAgent(UnknownAgent not)protected voidQueue. doUnknownAgent(UnknownAgent uA)Method specifically processing anUnknownAgentinstance.protected voidTopic. doUnknownAgent(UnknownAgent uA)Method specifically processing anUnknownAgentinstance.protected voidDestination. unknownAgent(AgentId from, UnknownAgent not)Method implementing the reaction to anUnknownAgentnotification. -
Uses of UnknownAgent in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type UnknownAgent Modifier and Type Method Description private voidUserAgent. doReact(UnknownAgent uA)Method implementing the JMS proxy reaction to anUnknownAgentnotification notifying that a destination does not exist or is deleted.
-