Uses of Interface
org.codehaus.cargo.container.jonas.internal.MBeanServerConnectionFactory
-
Packages that use MBeanServerConnectionFactory Package Description org.codehaus.cargo.container.jonas org.codehaus.cargo.container.jonas.internal -
-
Uses of MBeanServerConnectionFactory in org.codehaus.cargo.container.jonas
Methods in org.codehaus.cargo.container.jonas that return MBeanServerConnectionFactory Modifier and Type Method Description MBeanServerConnectionFactory
Jonas4xJsr160RemoteDeployer. getMBeanServerConnectionFactory()
Get the MBean Connection factory.MBeanServerConnectionFactory
Jonas4xMEJBRemoteDeployer. getMBeanServerConnectionFactory()
Get the MBean Connection factory.MBeanServerConnectionFactory
Jonas5xJsr160RemoteDeployer. getMBeanServerConnectionFactory()
Get the MBean Connection factory.MBeanServerConnectionFactory
Jonas5xMEJBRemoteDeployer. getMBeanServerConnectionFactory()
Get the MBean Connection factory. -
Uses of MBeanServerConnectionFactory in org.codehaus.cargo.container.jonas.internal
Classes in org.codehaus.cargo.container.jonas.internal that implement MBeanServerConnectionFactory Modifier and Type Class Description class
JSR160MBeanServerConnectionFactory
JMX remoting (JSR 160) implementation to get a remote MBeanServerConnection.class
MEJBMBeanServerConnectionFactory
Server connection factory based on the MEJB API.Methods in org.codehaus.cargo.container.jonas.internal that return MBeanServerConnectionFactory Modifier and Type Method Description abstract MBeanServerConnectionFactory
AbstractJonasRemoteDeployer. getMBeanServerConnectionFactory()
Get the MBean Connection factory.
-