org.apache.geronimo.management.geronimo
Interface JCAResource

All Superinterfaces:
J2EEManagedObject, J2EEResource, JCAResource

public interface JCAResource
extends JCAResource

Geronimo override of the JCAResource management interface.


Method Summary
 JCAAdminObject[] getAdminObjectInstances()
           
 JCAAdminObject[] getAdminObjectInstances(String adminObjectInterface)
           
 JCAAdminObject[] getAdminObjectInstances(String[] adminObjectInterfaces)
           
 String[] getAdminObjects()
           
 JCAConnectionFactory[] getConnectionFactoryInstances()
           
 JCAManagedConnectionFactory[] getOutboundFactories()
           
 JCAManagedConnectionFactory[] getOutboundFactories(String connectionFactoryInterface)
           
 JCAManagedConnectionFactory[] getOutboundFactories(String[] connectionFactoryInterfaces)
           
 String[] getResourceAdapterInstanceNames()
          A list of instances of this resource adapter (e.g. the RA may have several instances configured each with different config settings).
 JCAResourceAdapter[] getResourceAdapterInstances()
           
 
Methods inherited from interface org.apache.geronimo.management.JCAResource
getConnectionFactories
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getResourceAdapterInstanceNames

String[] getResourceAdapterInstanceNames()
A list of instances of this resource adapter (e.g. the RA may have several instances configured each with different config settings).

Returns:
the ObjectNames of the resource adapter instances provided by this resource

getResourceAdapterInstances

JCAResourceAdapter[] getResourceAdapterInstances()

getConnectionFactoryInstances

JCAConnectionFactory[] getConnectionFactoryInstances()

getOutboundFactories

JCAManagedConnectionFactory[] getOutboundFactories()

getOutboundFactories

JCAManagedConnectionFactory[] getOutboundFactories(String connectionFactoryInterface)

getOutboundFactories

JCAManagedConnectionFactory[] getOutboundFactories(String[] connectionFactoryInterfaces)

getAdminObjects

String[] getAdminObjects()

getAdminObjectInstances

JCAAdminObject[] getAdminObjectInstances()

getAdminObjectInstances

JCAAdminObject[] getAdminObjectInstances(String adminObjectInterface)

getAdminObjectInstances

JCAAdminObject[] getAdminObjectInstances(String[] adminObjectInterfaces)


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