Uses of Interface
org.ow2.jonas.jmx.JmxService

Packages that use JmxService
org.ow2.jonas.cmi.internal   
org.ow2.jonas.dbm.internal   
org.ow2.jonas.deployablemonitor   
org.ow2.jonas.discovery.base   
org.ow2.jonas.ear.internal   
org.ow2.jonas.ear.internal.mbean   
org.ow2.jonas.ejb.easybeans   
org.ow2.jonas.ejb2.internal   
org.ow2.jonas.ejb2.internal.mbean   
org.ow2.jonas.jmx.internal   
org.ow2.jonas.jndi.interceptors.impl   
org.ow2.jonas.lib.jmbeans   
org.ow2.jonas.lib.management.domain   
org.ow2.jonas.lib.management.domain.cluster   
org.ow2.jonas.lib.management.reconfig   
org.ow2.jonas.mail.internal   
org.ow2.jonas.resource.internal   
org.ow2.jonas.resourcemonitor.internal   
org.ow2.jonas.security.auth.spi   
org.ow2.jonas.security.internal   
org.ow2.jonas.security.internal.realm.factory   
org.ow2.jonas.security.lib   
org.ow2.jonas.security.realm.factory   
org.ow2.jonas.smartclient.internal   
org.ow2.jonas.tm.jotm   
org.ow2.jonas.versioning.contexts   
org.ow2.jonas.versioning.internal   
org.ow2.jonas.web.base   
org.ow2.jonas.web.tomcat6.versioning   
org.ow2.jonas.workcleaner.internal   
org.ow2.jonas.workmanager.internal   
org.ow2.jonas.ws.jaxrpc.base   
org.ow2.jonas.ws.jaxrpc.mbean   
org.ow2.jonas.ws.jaxws.base   
org.ow2.jonas.ws.publish.internal.manager   
 

Uses of JmxService in org.ow2.jonas.cmi.internal
 

Methods in org.ow2.jonas.cmi.internal that return JmxService
protected  JmxService CmiServiceImpl.getJmxService()
           
 

Methods in org.ow2.jonas.cmi.internal with parameters of type JmxService
 void CmiServiceImpl.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.dbm.internal
 

Methods in org.ow2.jonas.dbm.internal with parameters of type JmxService
 void JOnASDataBaseManagerService.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.deployablemonitor
 

Methods in org.ow2.jonas.deployablemonitor with parameters of type JmxService
 void DeployableMonitorService.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.discovery.base
 

Methods in org.ow2.jonas.discovery.base that return JmxService
 JmxService BaseDiscovery.getJmxService()
           
 

Methods in org.ow2.jonas.discovery.base with parameters of type JmxService
 void BaseDiscovery.setJmxService(JmxService jmxService)
          Sets the jmxService.
 

Uses of JmxService in org.ow2.jonas.ear.internal
 

Methods in org.ow2.jonas.ear.internal with parameters of type JmxService
 void JOnASEARService.setJmxService(JmxService jmxService)
           
 void EarDeployer.setJMXService(JmxService jmxService)
          Sets the JMX service.
 

Uses of JmxService in org.ow2.jonas.ear.internal.mbean
 

Constructors in org.ow2.jonas.ear.internal.mbean with parameters of type JmxService
Ear(String objectName, String pName, String pUnpackName, URL earUrl, String deploymentDescriptor, URL[] ejbJars, URL[] wars, URL[] rars, JmxService jmx)
          Construct an Ear structure with the specified files
 

Uses of JmxService in org.ow2.jonas.ejb.easybeans
 

Methods in org.ow2.jonas.ejb.easybeans with parameters of type JmxService
 void EasyBeansService.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.ejb2.internal
 

Methods in org.ow2.jonas.ejb2.internal with parameters of type JmxService
 void JOnASEJBService.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.ejb2.internal.mbean
 

Constructors in org.ow2.jonas.ejb2.internal.mbean with parameters of type JmxService
EJB(String objectName, JFactory ejbToManage, JmxService jmx)
          Constructs an EJB MBean object.
EntityBean(String objectName, JEntityFactory factoryToManage, String persistency, JmxService jmx)
           
MessageDrivenBean(String objectName, JFactory factoryToManage, JmxService jmx)
           
SessionBean(String objectName, JSessionFactory factoryToManage, JmxService jmx)
           
StatefulSessionBean(String objectName, JSessionFactory factoryToManage, JmxService jmx)
           
StatelessSessionBean(String objectName, JStatelessFactory factoryToManage, JmxService jmx)
           
 

Uses of JmxService in org.ow2.jonas.jmx.internal
 

Classes in org.ow2.jonas.jmx.internal that implement JmxService
 class BaseJMXService
          JMX Service implementation.
 class JOnASJMXService
          JMX Service implementation.
 

Uses of JmxService in org.ow2.jonas.jndi.interceptors.impl
 

Methods in org.ow2.jonas.jndi.interceptors.impl with parameters of type JmxService
 void JNDIInterceptorsComponent.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.lib.jmbeans
 

Methods in org.ow2.jonas.lib.jmbeans with parameters of type JmxService
 void MBeansRegistration.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.lib.management.domain
 

Methods in org.ow2.jonas.lib.management.domain that return JmxService
 JmxService DomainMonitor.getJmxService()
           
 

Methods in org.ow2.jonas.lib.management.domain with parameters of type JmxService
 void DomainMonitor.setJmxService(JmxService jmxService)
           
 void J2EEDomain.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.lib.management.domain.cluster
 

Fields in org.ow2.jonas.lib.management.domain.cluster declared as JmxService
protected  JmxService BaseCluster.jmx
          ref to the Jmx Service
 

Uses of JmxService in org.ow2.jonas.lib.management.reconfig
 

Methods in org.ow2.jonas.lib.management.reconfig with parameters of type JmxService
 void ReconfigManager.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.mail.internal
 

Methods in org.ow2.jonas.mail.internal with parameters of type JmxService
 void JOnASMailService.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.resource.internal
 

Methods in org.ow2.jonas.resource.internal with parameters of type JmxService
 void JOnASResourceService.setJmxService(JmxService jmxService)
           
 void Rar.setJMXService(JmxService jmx)
           
 

Constructors in org.ow2.jonas.resource.internal with parameters of type JmxService
Rar(Context ctx, String jDom, String jServ, ResourceBootstrapContext btCtx, TransactionManager txManager, JmxService jmxService)
          - Get the loggers - Get the global jndi context - Get the list of the resource adapters.
ResourceUtility(JmxService jmx, org.objectweb.util.monolog.api.Logger log, org.objectweb.util.monolog.api.Logger sLog, org.objectweb.util.monolog.api.Logger mLog)
          Constructor
 

Uses of JmxService in org.ow2.jonas.resourcemonitor.internal
 

Methods in org.ow2.jonas.resourcemonitor.internal that return JmxService
 JmxService JOnASResourceMonitorService.getJmxService()
          Returns the JMX service.
 

Methods in org.ow2.jonas.resourcemonitor.internal with parameters of type JmxService
 void JOnASResourceMonitorService.setJmxService(JmxService jmxService)
          Sets the JMX service.
 

Uses of JmxService in org.ow2.jonas.security.auth.spi
 

Methods in org.ow2.jonas.security.auth.spi with parameters of type JmxService
 void RoleBasedAuthorizationModule.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.security.internal
 

Methods in org.ow2.jonas.security.internal with parameters of type JmxService
 void JonasSecurityServiceImpl.setJmxService(JmxService jmxService)
           
 void JResources.setJmxService(JmxService jmx)
          Set the jmx service reference
 

Uses of JmxService in org.ow2.jonas.security.internal.realm.factory
 

Methods in org.ow2.jonas.security.internal.realm.factory with parameters of type JmxService
 void AbstractJResource.setJmxService(JmxService jmx)
           
 

Uses of JmxService in org.ow2.jonas.security.lib
 

Methods in org.ow2.jonas.security.lib with parameters of type JmxService
 void JResourceManager.setJmxService(JmxService jmx)
          Set the jmx service reference
 

Uses of JmxService in org.ow2.jonas.security.realm.factory
 

Methods in org.ow2.jonas.security.realm.factory with parameters of type JmxService
 void JResource.setJmxService(JmxService jmxService)
          Set the jmx service reference
 

Uses of JmxService in org.ow2.jonas.smartclient.internal
 

Methods in org.ow2.jonas.smartclient.internal with parameters of type JmxService
 void SmartclientServiceImpl.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.tm.jotm
 

Methods in org.ow2.jonas.tm.jotm with parameters of type JmxService
 void JOTMTransactionService.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.versioning.contexts
 

Methods in org.ow2.jonas.versioning.contexts with parameters of type JmxService
static void VirtualJNDIBinding.initialize(JmxService jmx, RegistryService registry, VersioningService versioning)
          Saves static server information.
 

Uses of JmxService in org.ow2.jonas.versioning.internal
 

Methods in org.ow2.jonas.versioning.internal with parameters of type JmxService
 void VersioningServiceImpl.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.web.base
 

Fields in org.ow2.jonas.web.base declared as JmxService
protected  JmxService BaseWebContainerService.jmxService
          JMX Service.
 

Methods in org.ow2.jonas.web.base with parameters of type JmxService
 void BaseWebContainerService.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.web.tomcat6.versioning
 

Methods in org.ow2.jonas.web.tomcat6.versioning with parameters of type JmxService
static void ContextFinder.setJmxService(JmxService jmxService)
           
 

Constructors in org.ow2.jonas.web.tomcat6.versioning with parameters of type JmxService
AbsVirtualContext(JmxService jmxService, String userURI, org.apache.catalina.Context contextInstance)
          Creates and registers a virtual context.
VirtualContext(JmxService jmxService, String userURI, org.apache.catalina.Context contextInstance)
          Creates and registers a virtual context.
 

Uses of JmxService in org.ow2.jonas.workcleaner.internal
 

Methods in org.ow2.jonas.workcleaner.internal with parameters of type JmxService
 void JOnASWorkCleanerService.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.workmanager.internal
 

Methods in org.ow2.jonas.workmanager.internal with parameters of type JmxService
 void JOnASWorkManagerService.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.ws.jaxrpc.base
 

Methods in org.ow2.jonas.ws.jaxrpc.base with parameters of type JmxService
 void JAXRPCService.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.ws.jaxrpc.mbean
 

Methods in org.ow2.jonas.ws.jaxrpc.mbean with parameters of type JmxService
 void AbstractWebServiceMBean.register(JmxService jmx)
          Registers the MBean (and its childs) in the specified MBeanServer
 void AbstractWebServiceMBean.unregister(JmxService jmx)
          Unregisters the MBean (and its childs) from the specified MBeanServer
 

Uses of JmxService in org.ow2.jonas.ws.jaxws.base
 

Methods in org.ow2.jonas.ws.jaxws.base that return JmxService
protected  JmxService JAXWSService.getJmxService()
           
 

Methods in org.ow2.jonas.ws.jaxws.base with parameters of type JmxService
 void JAXWSService.setJmxService(JmxService jmxService)
           
 

Uses of JmxService in org.ow2.jonas.ws.publish.internal.manager
 

Methods in org.ow2.jonas.ws.publish.internal.manager with parameters of type JmxService
 void DefaultWSDLPublisherManager.setJmxService(JmxService jmxService)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.