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