Uses of Class
org.objectweb.joram.shared.admin.AdminCommandRequest
-
Packages that use AdminCommandRequest 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 AdminCommandRequest in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type AdminCommandRequest Modifier and Type Method Description private voidAdminTopic. doProcess(AdminCommandRequest request, AgentId replyTo, String requestMsgId)Process an admin command.protected voidDestination. processAdminCommand(AdminCommandRequest request, AgentId replyTo, String requestMsgId)Proccess an admin command. -
Uses of AdminCommandRequest in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type AdminCommandRequest Modifier and Type Method Description private voidUserAgent. doReact(AdminCommandRequest request, AgentId replyTo, String requestMsgId)
-