Uses of Class
org.objectweb.joram.client.jms.admin.AdminWrapper
-
Packages that use AdminWrapper Package Description org.objectweb.joram.client.jms.admin Theorg.objectweb.joram.client.jms.adminpackage holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. -
-
Uses of AdminWrapper in org.objectweb.joram.client.jms.admin
Fields in org.objectweb.joram.client.jms.admin declared as AdminWrapper Modifier and Type Field Description (package private) AdminWrapperJoramSaxWrapper. defaultWrapperExternal wrapper used to perform administration stuff.(package private) static AdminWrapperAdminModule. wrapperThe administration wrapper needed to interact with the Joram server.AdminWrapperJoramAdmin. wrapper(package private) AdminWrapperJoramSaxWrapper. wrapperWrapper used to perform administration stuff.(package private) AdminWrapperUser. wrapperAdministration wrapper used to perform administration stuff.Methods in org.objectweb.joram.client.jms.admin that return AdminWrapper Modifier and Type Method Description static AdminWrapperAdminModule. getWrapper()Returns the administration wrapper.(package private) AdminWrapperJoramSaxWrapper. getWrapper()Returns the wrapper to use.protected AdminWrapperUser. getWrapper()Returns the administration wrapper to use.Methods in org.objectweb.joram.client.jms.admin with parameters of type AdminWrapper Modifier and Type Method Description voidUser. setWrapper(AdminWrapper wrapper)Sets the administration wrapper to use.Constructors in org.objectweb.joram.client.jms.admin with parameters of type AdminWrapper Constructor Description JoramSaxWrapper(AdminWrapper defaultWrapper)Builds a new JoramSaxWrapper using by default the given administration connection.
-