org.apache.geronimo.management.geronimo
Interface JCAResource

All Superinterfaces:
J2EEManagedObject, J2EEResource, JCAResource

public interface JCAResource
extends JCAResource

Geronimo override of the JCAResource management interface.

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $

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.
 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

public 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

public JCAResourceAdapter[] getResourceAdapterInstances()

getConnectionFactoryInstances

public JCAConnectionFactory[] getConnectionFactoryInstances()

getOutboundFactories

public JCAManagedConnectionFactory[] getOutboundFactories()

getOutboundFactories

public JCAManagedConnectionFactory[] getOutboundFactories(String connectionFactoryInterface)

getOutboundFactories

public JCAManagedConnectionFactory[] getOutboundFactories(String[] connectionFactoryInterfaces)

getAdminObjects

public String[] getAdminObjects()

getAdminObjectInstances

public JCAAdminObject[] getAdminObjectInstances()

getAdminObjectInstances

public JCAAdminObject[] getAdminObjectInstances(String adminObjectInterface)

getAdminObjectInstances

public JCAAdminObject[] getAdminObjectInstances(String[] adminObjectInterfaces)


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