Uses of Interface
org.objectweb.joram.client.jms.admin.AdminItf
-
Packages that use AdminItf Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.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.org.ow2.joram.spring -
-
Uses of AdminItf in org.objectweb.joram.client.jms
Fields in org.objectweb.joram.client.jms declared as AdminItf Modifier and Type Field Description (package private) AdminItfDestination. wrapperAdministration wrapper used to perform administration stuff.Methods in org.objectweb.joram.client.jms that return AdminItf Modifier and Type Method Description protected AdminItfDestination. getWrapper()Returns the administration wrapper to use.Methods in org.objectweb.joram.client.jms with parameters of type AdminItf Modifier and Type Method Description voidDestination. setWrapper(AdminItf wrapper)Sets the administration wrapper to use. -
Uses of AdminItf in org.objectweb.joram.client.jms.admin
Classes in org.objectweb.joram.client.jms.admin that implement AdminItf Modifier and Type Class Description classAdminWrapperTheAdminWrapperclass allows to set an administrator connection to a given JORAM server, and provides administration and monitoring methods at a server/platform level.classJoramAdminJoramAdmin is the implementation of the interface JoramAdminMBean. -
Uses of AdminItf in org.ow2.joram.spring
Fields in org.ow2.joram.spring declared as AdminItf Modifier and Type Field Description private static AdminItfJoramAdmin. wrapperMethods in org.ow2.joram.spring that return AdminItf Modifier and Type Method Description private AdminItfJoramAdminBeanDefinitionParser. adminConnect(boolean collocated, String user, String pass, String host, int port)Create the wrapper (AdminItf).static AdminItfJoramAdmin. getWrapper()Methods in org.ow2.joram.spring with parameters of type AdminItf Modifier and Type Method Description static voidJoramAdmin. setWrapper(AdminItf wrapper)
-