Uses of Class
org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter

Packages that use ReconfigEmitter
org.objectweb.jonas.container   
org.objectweb.jonas.container.mbean   
org.objectweb.jonas.db   
org.objectweb.jonas.db.hsqldb   
org.objectweb.jonas.dbm.internal   
org.objectweb.jonas.dbm.internal.mbean   
org.objectweb.jonas.discovery.internal   
org.objectweb.jonas.ear.internal   
org.objectweb.jonas.ear.internal.mbean   
org.objectweb.jonas.ha   
org.objectweb.jonas.jms   
org.objectweb.jonas.jmx   
org.objectweb.jonas.jtm.jotm   
org.objectweb.jonas.jtm.jotm.mbean   
org.objectweb.jonas.log   
org.objectweb.jonas.mail.internal   
org.objectweb.jonas.mail.internal.factory.mbean   
org.objectweb.jonas.management.j2eemanagement   
org.objectweb.jonas.registry.carol   
org.objectweb.jonas.resource   
org.objectweb.jonas.resource.mbean   
org.objectweb.jonas.security   
org.objectweb.jonas.security.realm.factory   
org.objectweb.jonas.server   
org.objectweb.jonas.service   
org.objectweb.jonas.web   
org.objectweb.jonas.workmanager.internal   
org.objectweb.jonas.ws.axis   
org.objectweb.jonas.ws.base   
org.objectweb.jonas.ws.base.mbean   
org.ow2.jonas.deployablemonitor   
org.ow2.jonas.ejb.easybeans   
org.ow2.jonas.web.jetty6   
org.ow2.jonas.web.tomcat6   
 

Uses of ReconfigEmitter in org.objectweb.jonas.container
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.container
 class EJBServiceImpl
          Implementation of the EJB Container Service for jonas.
 

Uses of ReconfigEmitter in org.objectweb.jonas.container.mbean
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.container.mbean
 class EJB
          This class implements the EJB type specified in JSR77.
 class EJBModule
          MBean class for EJBModule management
 class EntityBean
          This class implements the EntityBean type specified in JSR77
 class MessageDrivenBean
          This class implements the MessageDrivenBean type specified in JSR77
 class SessionBean
          This class implements the SessionBean type specified in JSR77
 class StatefulSessionBean
          This class implements the StatefulSessionBean type specified in JSR77
 class StatelessSessionBean
          This class implements the StatelessSessionBean type specified in JSR77
 

Uses of ReconfigEmitter in org.objectweb.jonas.db
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.db
 class AbsDBServiceImpl
          Abstract database service to be implemented by implementation of Java databases
 

Uses of ReconfigEmitter in org.objectweb.jonas.db.hsqldb
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.db.hsqldb
 class HsqlDBServiceImpl
          Embeds the HSQL database in JOnAS
 

Uses of ReconfigEmitter in org.objectweb.jonas.dbm.internal
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.dbm.internal
 class JOnASDataBaseManagerService
          DatabaseService acts as a factory for the DataSource objects.
 

Uses of ReconfigEmitter in org.objectweb.jonas.dbm.internal.mbean
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.dbm.internal.mbean
 class JDBCDataSource
          MBean class for JDBCDataSource Management.
 class JDBCDriver
          MBean class for JDBCDriver Management
 class JDBCResource
          MBean class for JDBCResource Management
 

Uses of ReconfigEmitter in org.objectweb.jonas.discovery.internal
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.discovery.internal
 class DiscoveryServiceImpl
           
 

Uses of ReconfigEmitter in org.objectweb.jonas.ear.internal
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.ear.internal
 class JOnASEARService
          JOnAS EAR Service Implementation class.
 

Uses of ReconfigEmitter in org.objectweb.jonas.ear.internal.mbean
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.ear.internal.mbean
 class AppClientModule
          MBean class for AppClientModule management
 class Ear
          Class representing an Ear structure which is composed of : array of URL of ejb-jar files array of URL of war files array of URL of rar files
 

Uses of ReconfigEmitter in org.objectweb.jonas.ha
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.ha
 class HaServiceImpl
          This class binds the HA service to Jonas and initializes the HA architecture
 

Uses of ReconfigEmitter in org.objectweb.jonas.jms
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.jms
 class JmsServiceImpl
          JMS Service implementation.
 

Uses of ReconfigEmitter in org.objectweb.jonas.jmx
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.jmx
 class AbsJmxServiceImpl
          JMX Service implementation.
 class JmxServiceImpl
          JMX Service implementation.
 

Uses of ReconfigEmitter in org.objectweb.jonas.jtm.jotm
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.jtm.jotm
 class JOTMTransactionService
          Transaction Service implementation.
 

Uses of ReconfigEmitter in org.objectweb.jonas.jtm.jotm.mbean
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.jtm.jotm.mbean
 class JTAResource
          MBean class for JTAResource Management
 

Uses of ReconfigEmitter in org.objectweb.jonas.log
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.log
 class LogManagement
          MBean implementation for log management.
 

Uses of ReconfigEmitter in org.objectweb.jonas.mail.internal
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.mail.internal
 class JOnASMailService
          This class provides an implementation of the javaMail service.
 

Uses of ReconfigEmitter in org.objectweb.jonas.mail.internal.factory.mbean
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.mail.internal.factory.mbean
 class JavaMailMimePartDSResource
          JSR 77 Implementation of the Java Mail MimePart DS Resource.
 class JavaMailResource
          JSR77 JavaMail Resource base implementation.
 class JavaMailSessionResource
          This class implements specific management methods provided by the JavaMailSession resources.
 

Uses of ReconfigEmitter in org.objectweb.jonas.management.j2eemanagement
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.management.j2eemanagement
 class J2EEDeployedObject
          A J2EE MBean deployed on server.
 class J2EEDomain
          Implements a managed object which represents a management domain.
 class J2EEManagedObject
          This class implements the J2EEManagedObject type specified in JSR77
 class J2EEModule
          A J2EE MBean module used on server (EJB container).
 class J2EEResource
          This class is extended by the JSR77 J2EEResource MBeans.
 

Uses of ReconfigEmitter in org.objectweb.jonas.registry.carol
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.registry.carol
 class CarolRegistryService
          Implementation of the RegistryService interface.
 

Uses of ReconfigEmitter in org.objectweb.jonas.resource
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.resource
 class ResourceServiceImpl
          JCA resource service implmentation
 

Uses of ReconfigEmitter in org.objectweb.jonas.resource.mbean
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.resource.mbean
 class JCAActivationSpec
          MBean class for JCA ActivationSpec Management
 class JCAAdminObject
          MBean class for JCA AdminObject Management
 class JCAConnectionFactory
          MBean class for JCA Connection Factory Management
 class JCAManagedConnectionFactory
          MBean class for JCA ManagedConnection Factory Management
 class JCAResource
          MBean class for JCA Resource Management
 class ResourceAdapter
          MBean class for ResourceAdapter management
 class ResourceAdapterModule
          MBean class for ResourceAdapterModule management
 

Uses of ReconfigEmitter in org.objectweb.jonas.security
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.security
 class JonasSecurityServiceImpl
          Security Service implementation
 

Uses of ReconfigEmitter in org.objectweb.jonas.security.realm.factory
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.security.realm.factory
 class AbstractJResource
          This class implements JOnAS realm factory objects.
 class JResourceDS
          This class extends the JResource class for the Datasource implementation.
 class JResourceLDAP
          This class extends the JResource class for the LDAP implementation.
 class JResourceMemory
          This class extends the JResource class for the Memory implementation.
 

Uses of ReconfigEmitter in org.objectweb.jonas.server
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.server
 class J2EEServer
          MBean class for Server management.
 class JavaVm
          The Java Virtual Machine used by the JOnAS server.
 

Uses of ReconfigEmitter in org.objectweb.jonas.service
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.service
 class AbsServiceImpl
          Abstract implementation of a Service
 

Uses of ReconfigEmitter in org.objectweb.jonas.web
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.web
 class AbsJWebContainerServiceImpl
          This abstract class provides an implementation for a dynamic JWebContainerService service.
 

Uses of ReconfigEmitter in org.objectweb.jonas.workmanager.internal
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.workmanager.internal
 class JOnASWorkManagerService
          The JOnAS WorkManager is returned by this service.
 

Uses of ReconfigEmitter in org.objectweb.jonas.ws.axis
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.ws.axis
 class AxisWSServiceImpl
          Implements commons methods declared within the abstract class.
 

Uses of ReconfigEmitter in org.objectweb.jonas.ws.base
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.ws.base
 class AbsWebServicesServiceImpl
          implements deployment process and declares commons abstract methods for all (used) Web services engine.
 

Uses of ReconfigEmitter in org.objectweb.jonas.ws.base.mbean
 

Subclasses of ReconfigEmitter in org.objectweb.jonas.ws.base.mbean
 class AbstractWebServiceMBean
          Base Class for WebServices MBeans.
 class Handler
          A Handler MBean represents a handler element in webservices.xml
 class PortComponent
          A PortComponent represents a port-component in webservices.xml.
 class Service
          A WebService MBean represents a webservice-description in webservices.xml.
 

Uses of ReconfigEmitter in org.ow2.jonas.deployablemonitor
 

Subclasses of ReconfigEmitter in org.ow2.jonas.deployablemonitor
 class DeployableMonitorService
          Service that will launch the Deployable Monitor.
 

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

Subclasses of ReconfigEmitter in org.ow2.jonas.ejb.easybeans
 class EasyBeansService
          Implementation of the service that runs the EasyBeans EJB3 container.
 

Uses of ReconfigEmitter in org.ow2.jonas.web.jetty6
 

Subclasses of ReconfigEmitter in org.ow2.jonas.web.jetty6
 class Jetty6Service
          This class provides an implementation of the Jetty service (as web container service).
 

Uses of ReconfigEmitter in org.ow2.jonas.web.tomcat6
 

Subclasses of ReconfigEmitter in org.ow2.jonas.web.tomcat6
 class Tomcat6Service
          Implementation of the web container service for Tomcat 6.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.