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

Packages that use J2EEResource
org.apache.geronimo.connector   
org.apache.geronimo.console.util   
org.apache.geronimo.j2ee.management.impl   
org.apache.geronimo.mail   
org.apache.geronimo.management   
org.apache.geronimo.management.geronimo   
 

Uses of J2EEResource in org.apache.geronimo.connector
 

Classes in org.apache.geronimo.connector that implement J2EEResource
 class JCAResourceImpl
           
 

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

Methods in org.apache.geronimo.console.util that return J2EEResource
 J2EEResource[] KernelManagementHelper.getResources(J2EEServer server)
           
 

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

Methods in org.apache.geronimo.j2ee.management.impl that return J2EEResource
 J2EEResource[] J2EEServerImpl.getResourceInstances()
           
 J2EEResource[] J2EEApplicationImpl.getResources()
           
 

Uses of J2EEResource in org.apache.geronimo.mail
 

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

Uses of J2EEResource in org.apache.geronimo.management
 

Subinterfaces of J2EEResource in org.apache.geronimo.management
 interface JavaMailResource
          Represents the JSR-77 type with the same name
 interface JCAResource
          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 RMI_IIOPResource
          Represents the JSR-77 type with the same name
 interface URLResource
          Represents the JSR-77 type with the same name
 

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

Methods in org.apache.geronimo.management.geronimo that return J2EEResource
 J2EEResource[] J2EEServer.getResourceInstances()
          A list of resources available to this server.
 J2EEResource[] J2EEApplication.getResources()
          A list of J2EEResources deployed with this application.
 



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