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

Packages that use J2EEDeployedObject
org.apache.geronimo.connector   
org.apache.geronimo.console.util   
org.apache.geronimo.j2ee.management.impl   
org.apache.geronimo.jetty6   
org.apache.geronimo.management   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.openejb   
org.apache.geronimo.tomcat   
 

Uses of J2EEDeployedObject in org.apache.geronimo.connector
 

Classes in org.apache.geronimo.connector that implement J2EEDeployedObject
 class ResourceAdapterModuleImpl
           
 

Uses of J2EEDeployedObject in org.apache.geronimo.console.util
 

Methods in org.apache.geronimo.console.util that return J2EEDeployedObject
 J2EEDeployedObject[] KernelManagementHelper.getDeployedObjects(J2EEServer server)
           
static J2EEDeployedObject PortletManager.getModule(javax.portlet.PortletRequest request, Artifact configuration)
           
 J2EEDeployedObject ManagementHelper.getModuleForConfiguration(Artifact configuration)
          Gets a JSR-77 Module (WebModule, EJBModule, etc.) for the specified configuration.
 J2EEDeployedObject KernelManagementHelper.getModuleForConfiguration(Artifact configuration)
          Gets a JSR-77 Module (WebModule, EJBModule, etc.) for the specified configuration.
 

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

Classes in org.apache.geronimo.j2ee.management.impl that implement J2EEDeployedObject
 class J2EEAppClientModuleImpl
           
 class J2EEApplicationImpl
           
 

Methods in org.apache.geronimo.j2ee.management.impl that return J2EEDeployedObject
 J2EEDeployedObject[] J2EEServerImpl.getDeployedObjectInstances()
           
 

Uses of J2EEDeployedObject in org.apache.geronimo.jetty6
 

Classes in org.apache.geronimo.jetty6 that implement J2EEDeployedObject
 class JettyWebAppContext
          Wrapper for a WebApplicationContext that sets up its J2EE environment.
 

Uses of J2EEDeployedObject in org.apache.geronimo.management
 

Subinterfaces of J2EEDeployedObject in org.apache.geronimo.management
 interface AppClientModule
          Represents the JSR-77 type with the same name
 interface EJBModule
          Represents the JSR-77 type with the same name
 interface J2EEApplication
          Identifies a J2EE application EAR that has been deployed.
 interface J2EEModule
          Represents the JSR-77 type with the same name
 interface ResourceAdapterModule
          Represents the JSR-77 type with the same name
 interface WebModule
          Represents the JSR-77 type with the same name
 

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

Methods in org.apache.geronimo.management.geronimo that return J2EEDeployedObject
 J2EEDeployedObject[] J2EEServer.getDeployedObjectInstances()
          A list of all of the J2EEApplication and J2EEModule types deployed on this J2EEServer.
 

Uses of J2EEDeployedObject in org.apache.geronimo.openejb
 

Classes in org.apache.geronimo.openejb that implement J2EEDeployedObject
 class EjbModuleImpl
           
 class EjbModuleImplGBean
           
 

Uses of J2EEDeployedObject in org.apache.geronimo.tomcat
 

Subinterfaces of J2EEDeployedObject in org.apache.geronimo.tomcat
 interface TomcatWebModule
           
 

Classes in org.apache.geronimo.tomcat that implement J2EEDeployedObject
 class TomcatWebAppContext
          Wrapper for a WebApplicationContext that sets up its J2EE environment.
 



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