org.apache.geronimo.connector
Class JCAResourceImpl
java.lang.Object
  
org.apache.geronimo.connector.JCAResourceImpl
- All Implemented Interfaces: 
 - org.apache.geronimo.management.J2EEManagedObject, org.apache.geronimo.management.J2EEResource, org.apache.geronimo.management.JCAResource
 
public class JCAResourceImpl
- extends Object
- implements org.apache.geronimo.management.geronimo.JCAResource
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JCAResourceImpl
public JCAResourceImpl(String objectName,
                       Collection connectionFactories,
                       Collection resourceAdapters,
                       Collection adminObjects)
getConnectionFactories
public String[] getConnectionFactories()
- Specified by:
 getConnectionFactories in interface org.apache.geronimo.management.JCAResource
 
 
getResourceAdapterInstanceNames
public String[] getResourceAdapterInstanceNames()
 
 
getResourceAdapterInstances
public org.apache.geronimo.management.geronimo.JCAResourceAdapter[] getResourceAdapterInstances()
 
 
getConnectionFactoryInstances
public org.apache.geronimo.management.geronimo.JCAConnectionFactory[] getConnectionFactoryInstances()
 
 
getOutboundFactories
public org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory[] getOutboundFactories()
 
 
getOutboundFactories
public org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory[] getOutboundFactories(String connectionFactoryInterface)
 
 
getOutboundFactories
public org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory[] getOutboundFactories(String[] connectionFactoryInterfaces)
 
 
getAdminObjects
public String[] getAdminObjects()
 
 
getAdminObjectInstances
public org.apache.geronimo.management.geronimo.JCAAdminObject[] getAdminObjectInstances()
 
 
getAdminObjectInstances
public org.apache.geronimo.management.geronimo.JCAAdminObject[] getAdminObjectInstances(String adminObjectInterface)
 
 
getAdminObjectInstances
public org.apache.geronimo.management.geronimo.JCAAdminObject[] getAdminObjectInstances(String[] adminObjectInterfaces)
 
 
getObjectName
public String getObjectName()
- Specified by:
 getObjectName in interface org.apache.geronimo.management.J2EEManagedObject
 
 
isStateManageable
public boolean isStateManageable()
- Specified by:
 isStateManageable in interface org.apache.geronimo.management.J2EEManagedObject
 
 
isStatisticsProvider
public boolean isStatisticsProvider()
- Specified by:
 isStatisticsProvider in interface org.apache.geronimo.management.J2EEManagedObject
 
 
isEventProvider
public boolean isEventProvider()
- Specified by:
 isEventProvider in interface org.apache.geronimo.management.J2EEManagedObject
 
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.