Uses of Interface
org.apache.geronimo.management.J2EEManagedObject

Packages that use J2EEManagedObject
org.apache.geronimo.activemq The JMS container using GBeans for deployment in Apache Geronimo 
org.apache.geronimo.activemq.management   
org.apache.geronimo.connector   
org.apache.geronimo.connector.outbound   
org.apache.geronimo.j2ee.management.impl   
org.apache.geronimo.jetty6   
org.apache.geronimo.mail   
org.apache.geronimo.management   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.openejb   
org.apache.geronimo.pool   
org.apache.geronimo.tomcat   
 

Uses of J2EEManagedObject in org.apache.geronimo.activemq
 

Subinterfaces of J2EEManagedObject in org.apache.geronimo.activemq
 interface ActiveMQBroker
          The management interface for the ActiveMQ broker GBean.
 interface ActiveMQManager
          The GBean interface for the ActiveMQ management GBean.
 interface BrokerServiceGBean
          An interface to the ActiveMQContainerGBean for use by the ActiveMQConnectorGBean.
 

Classes in org.apache.geronimo.activemq that implement J2EEManagedObject
 class BrokerServiceGBeanImpl
          Default implementation of the ActiveMQ Message Server
 

Uses of J2EEManagedObject in org.apache.geronimo.activemq.management
 

Classes in org.apache.geronimo.activemq.management that implement J2EEManagedObject
 class ActiveMQManagerGBean
          Implementation of the ActiveMQ management interface.
 

Uses of J2EEManagedObject in org.apache.geronimo.connector
 

Classes in org.apache.geronimo.connector that implement J2EEManagedObject
 class AdminObjectWrapper
          Wrapper around AdminObject that exposes its config-properties as GBeanAttributes and supplies a disconnectable proxy to bind in jndi.
 class JCAResourceImpl
           
 class ResourceAdapterImpl
           
 class ResourceAdapterModuleImpl
           
 class ResourceAdapterWrapperGBean
           
 

Uses of J2EEManagedObject in org.apache.geronimo.connector.outbound
 

Classes in org.apache.geronimo.connector.outbound that implement J2EEManagedObject
 class JCAConnectionFactoryImpl
           
 class ManagedConnectionFactoryWrapper
           
 

Uses of J2EEManagedObject in org.apache.geronimo.j2ee.management.impl
 

Classes in org.apache.geronimo.j2ee.management.impl that implement J2EEManagedObject
 class J2EEAppClientModuleImpl
           
 class J2EEApplicationImpl
           
 class J2EEDomainImpl
           
 class J2EEServerImpl
           
 class JVMImpl
           
 

Methods in org.apache.geronimo.j2ee.management.impl with parameters of type J2EEManagedObject
static String[] Util.getObjectNames(J2EEManagedObject[] objects)
           
 

Uses of J2EEManagedObject in org.apache.geronimo.jetty6
 

Subinterfaces of J2EEManagedObject in org.apache.geronimo.jetty6
 interface JettyContainer
           
 

Classes in org.apache.geronimo.jetty6 that implement J2EEManagedObject
 class JettyContainerImpl
           
 class JettyDefaultServletHolder
           
 class JettyJspServletHolder
           
 class JettyServletHolder
          This ServletHolder's sole purpose is to provide the thread's current ServletHolder for realms that are interested in the current servlet, e.g.
 class JettyWebAppContext
          Wrapper for a WebApplicationContext that sets up its J2EE environment.
 

Uses of J2EEManagedObject in org.apache.geronimo.mail
 

Classes in org.apache.geronimo.mail that implement J2EEManagedObject
 class MailGBean
          GBean that provides access to JavaMail Sessions.
 

Uses of J2EEManagedObject in org.apache.geronimo.management
 

Subinterfaces of J2EEManagedObject in org.apache.geronimo.management
 interface AppClientModule
          Represents the JSR-77 type with the same name
 interface EJB
          Represents the JSR-77 type with the same name
 interface EJBModule
          Represents the JSR-77 type with the same name
 interface EntityBean
          Represents the JSR-77 type with the same name
 interface J2EEApplication
          Identifies a J2EE application EAR that has been deployed.
 interface J2EEDeployedObject
           
 interface J2EEDomain
           
 interface J2EEModule
          Represents the JSR-77 type with the same name
 interface J2EEResource
           
 interface J2EEServer
           
 interface JavaMailResource
          Represents the JSR-77 type with the same name
 interface JCAConnectionFactory
          Represents the JSR-77 type with the same name
 interface JCAManagedConnectionFactory
          Represents the JSR-77 type with the same name
 interface JCAResource
          Represents the JSR-77 type with the same name
 interface JDBCDataSource
          Represents the JSR-77 type with the same name
 interface JDBCDriver
          Represents the JSR-77 type with the same name
 interface JDBCResource
          Represents the JSR-77 type with the same name
 interface JMSResource
          Represents the JSR-77 type with the same name
 interface JNDIResource
          See JSR77.3.29
 interface JTAResource
          Represents the JSR-77 type with the same name
 interface JVM
           
 interface MessageDrivenBean
          Represents the JSR-77 type with the same name
 interface ResourceAdapter
          Represents the JSR-77 type with the same name
 interface ResourceAdapterModule
          Represents the JSR-77 type with the same name
 interface RMI_IIOPResource
          Represents the JSR-77 type with the same name
 interface Servlet
          Represents the JSR-77 type with the same name
 interface SessionBean
          Represents the JSR-77 type with the same name
 interface StatefulSessionBean
          Represents the JSR-77 type with the same name
 interface StatelessSessionBean
          Represents the JSR-77 type with the same name
 interface URLResource
          Represents the JSR-77 type with the same name
 interface WebModule
          Represents the JSR-77 type with the same name
 

Uses of J2EEManagedObject in org.apache.geronimo.management.geronimo
 

Subinterfaces of J2EEManagedObject in org.apache.geronimo.management.geronimo
 interface JCAAdminObject
          Management interface for admin objects
 interface JCAResourceAdapter
          Represents the JSR-77 type with the same name
 interface JMSBroker
          Represents a JMS broker
 interface NetworkContainer
          Basic operations for a network container.
 interface WebContainer
          The common configuration settings for a web container (currently, Tomcat or Jetty).
 

Uses of J2EEManagedObject in org.apache.geronimo.openejb
 

Classes in org.apache.geronimo.openejb that implement J2EEManagedObject
 class EjbDeployment
           
 class EjbDeploymentGBean
           
 class EjbModuleImpl
           
 class EjbModuleImplGBean
           
 

Uses of J2EEManagedObject in org.apache.geronimo.pool
 

Classes in org.apache.geronimo.pool that implement J2EEManagedObject
 class ThreadPool
           
 

Uses of J2EEManagedObject in org.apache.geronimo.tomcat
 

Subinterfaces of J2EEManagedObject in org.apache.geronimo.tomcat
 interface TomcatWebContainer
           
 interface TomcatWebModule
           
 

Classes in org.apache.geronimo.tomcat that implement J2EEManagedObject
 class TomcatContainer
          Apache Tomcat GBean http://wiki.apache.org/geronimo/Tomcat http://nagoya.apache.org/jira/browse/GERONIMO-215
 class TomcatWebAppContext
          Wrapper for a WebApplicationContext that sets up its J2EE environment.
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.