org.apache.geronimo.connector
Class JCAResourceImpl

java.lang.Object
  extended byorg.apache.geronimo.connector.JCAResourceImpl
All Implemented Interfaces:
org.apache.geronimo.management.J2EEManagedObject, org.apache.geronimo.management.J2EEResource, org.apache.geronimo.management.geronimo.JCAResource, org.apache.geronimo.management.JCAResource

public class JCAResourceImpl
extends Object
implements org.apache.geronimo.management.geronimo.JCAResource

Version:
$Rev: 396206 $ $Date: 2006-04-23 04:55:45 +0200 (Sun, 23 Apr 2006) $

Constructor Summary
JCAResourceImpl(String objectName, Collection connectionFactories, Collection resourceAdapters, Collection adminObjects)
           
 
Method Summary
 org.apache.geronimo.management.geronimo.JCAAdminObject[] getAdminObjectInstances()
           
 org.apache.geronimo.management.geronimo.JCAAdminObject[] getAdminObjectInstances(String adminObjectInterface)
           
 org.apache.geronimo.management.geronimo.JCAAdminObject[] getAdminObjectInstances(String[] adminObjectInterfaces)
           
 String[] getAdminObjects()
           
 String[] getConnectionFactories()
           
 org.apache.geronimo.management.geronimo.JCAConnectionFactory[] getConnectionFactoryInstances()
           
 String getObjectName()
           
 org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory[] getOutboundFactories()
           
 org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory[] getOutboundFactories(String connectionFactoryInterface)
           
 org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory[] getOutboundFactories(String[] connectionFactoryInterfaces)
           
 String[] getResourceAdapterInstanceNames()
           
 org.apache.geronimo.management.geronimo.JCAResourceAdapter[] getResourceAdapterInstances()
           
 boolean isEventProvider()
           
 boolean isStateManageable()
           
 boolean isStatisticsProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCAResourceImpl

public JCAResourceImpl(String objectName,
                       Collection connectionFactories,
                       Collection resourceAdapters,
                       Collection adminObjects)
Method Detail

getConnectionFactories

public String[] getConnectionFactories()
Specified by:
getConnectionFactories in interface org.apache.geronimo.management.JCAResource

getResourceAdapterInstanceNames

public String[] getResourceAdapterInstanceNames()
Specified by:
getResourceAdapterInstanceNames in interface org.apache.geronimo.management.geronimo.JCAResource

getResourceAdapterInstances

public org.apache.geronimo.management.geronimo.JCAResourceAdapter[] getResourceAdapterInstances()
Specified by:
getResourceAdapterInstances in interface org.apache.geronimo.management.geronimo.JCAResource

getConnectionFactoryInstances

public org.apache.geronimo.management.geronimo.JCAConnectionFactory[] getConnectionFactoryInstances()
Specified by:
getConnectionFactoryInstances in interface org.apache.geronimo.management.geronimo.JCAResource

getOutboundFactories

public org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory[] getOutboundFactories()
Specified by:
getOutboundFactories in interface org.apache.geronimo.management.geronimo.JCAResource

getOutboundFactories

public org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory[] getOutboundFactories(String connectionFactoryInterface)
Specified by:
getOutboundFactories in interface org.apache.geronimo.management.geronimo.JCAResource

getOutboundFactories

public org.apache.geronimo.management.geronimo.JCAManagedConnectionFactory[] getOutboundFactories(String[] connectionFactoryInterfaces)
Specified by:
getOutboundFactories in interface org.apache.geronimo.management.geronimo.JCAResource

getAdminObjects

public String[] getAdminObjects()
Specified by:
getAdminObjects in interface org.apache.geronimo.management.geronimo.JCAResource

getAdminObjectInstances

public org.apache.geronimo.management.geronimo.JCAAdminObject[] getAdminObjectInstances()
Specified by:
getAdminObjectInstances in interface org.apache.geronimo.management.geronimo.JCAResource

getAdminObjectInstances

public org.apache.geronimo.management.geronimo.JCAAdminObject[] getAdminObjectInstances(String adminObjectInterface)
Specified by:
getAdminObjectInstances in interface org.apache.geronimo.management.geronimo.JCAResource

getAdminObjectInstances

public org.apache.geronimo.management.geronimo.JCAAdminObject[] getAdminObjectInstances(String[] adminObjectInterfaces)
Specified by:
getAdminObjectInstances in interface org.apache.geronimo.management.geronimo.JCAResource

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 © 2003-2007 Apache Software Foundation. All Rights Reserved.