Uses of Class
org.objectweb.joram.shared.client.GetAdminTopicRequest
-
Packages that use GetAdminTopicRequest Package Description 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.org.objectweb.joram.shared.client Theorg.objectweb.joram.shared.clientpackage holds the request and reply objects used in the client-provider interactions. -
-
Uses of GetAdminTopicRequest in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type GetAdminTopicRequest Modifier and Type Method Description private voidUserAgent. doReact(int key, GetAdminTopicRequest req)Method implementing the reaction to aGetAdminTopicRequestrequesting the identifier of the local admin topic. -
Uses of GetAdminTopicRequest in org.objectweb.joram.shared.client
Constructors in org.objectweb.joram.shared.client with parameters of type GetAdminTopicRequest Constructor Description GetAdminTopicReply(GetAdminTopicRequest request, String id)Constructs aGetAdminTopicReplyinstance.
-