org.apache.geronimo.connector
Class ResourceAdapterModuleImpl
java.lang.Object
org.apache.geronimo.connector.ResourceAdapterModuleImpl
- All Implemented Interfaces:
- J2EEDeployedObject, J2EEManagedObject, J2EEModule, ResourceAdapterModule
public class ResourceAdapterModuleImpl
- extends Object
- implements ResourceAdapterModule
|
Constructor Summary |
ResourceAdapterModuleImpl(String objectName,
ResourceAdapter resourceAdapter,
J2EEServer server,
J2EEApplication application,
String deploymentDescriptor,
GBeanData resourceAdapterGBeanData,
Map activationSpecInfoMap,
Map adminObjectInfoMap,
Map managedConnectionFactoryInfoMap,
String displayName,
String description,
String vendorName,
String resourceAdapterVersion,
String eisType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceAdapterModuleImpl
public ResourceAdapterModuleImpl(String objectName,
ResourceAdapter resourceAdapter,
J2EEServer server,
J2EEApplication application,
String deploymentDescriptor,
GBeanData resourceAdapterGBeanData,
Map activationSpecInfoMap,
Map adminObjectInfoMap,
Map managedConnectionFactoryInfoMap,
String displayName,
String description,
String vendorName,
String resourceAdapterVersion,
String eisType)
getObjectName
public String getObjectName()
- Specified by:
getObjectName in interface J2EEManagedObject
isStateManageable
public boolean isStateManageable()
- Specified by:
isStateManageable in interface J2EEManagedObject
isStatisticsProvider
public boolean isStatisticsProvider()
- Specified by:
isStatisticsProvider in interface J2EEManagedObject
isEventProvider
public boolean isEventProvider()
- Specified by:
isEventProvider in interface J2EEManagedObject
getDeploymentDescriptor
public String getDeploymentDescriptor()
- Specified by:
getDeploymentDescriptor in interface J2EEDeployedObject
getServer
public String getServer()
- Specified by:
getServer in interface J2EEDeployedObject
getApplication
public String getApplication()
getJavaVMs
public String[] getJavaVMs()
- Specified by:
getJavaVMs in interface J2EEModule
getResourceAdapters
public String[] getResourceAdapters()
- Specified by:
getResourceAdapters in interface ResourceAdapterModule
getResourceAdapterGBeanData
public GBeanData getResourceAdapterGBeanData()
getActivationSpecInfoMap
public Map getActivationSpecInfoMap()
getAdminObjectInfoMap
public Map getAdminObjectInfoMap()
getManagedConnectionFactoryInfoMap
public Map getManagedConnectionFactoryInfoMap()
getDisplayName
public String getDisplayName()
getDescription
public String getDescription()
getVendorName
public String getVendorName()
getResourceAdapterVersion
public String getResourceAdapterVersion()
getEISType
public String getEISType()
getResourceAdapterInstances
public ResourceAdapter[] getResourceAdapterInstances()
Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.