|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.connector.ResourceAdapterModuleImpl
public class ResourceAdapterModuleImpl
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)
|
Method Summary | |
---|---|
Map |
getActivationSpecInfoMap()
|
Map |
getAdminObjectInfoMap()
|
String |
getApplication()
|
String |
getDeploymentDescriptor()
The deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process. |
String |
getDescription()
|
String |
getDisplayName()
|
String |
getEISType()
|
String[] |
getJavaVMs()
A list of JVMs this module is running on. |
Map |
getManagedConnectionFactoryInfoMap()
|
String |
getObjectName()
Gets the unique name of this object. |
GBeanData |
getResourceAdapterGBeanData()
|
ResourceAdapter[] |
getResourceAdapterInstances()
|
String[] |
getResourceAdapters()
A list of Resource Adapters included in this RAR |
String |
getResourceAdapterVersion()
|
String |
getServer()
The J2EE server the application or module is deployed on. |
String |
getVendorName()
|
boolean |
isEventProvider()
Determines if this object implemnts the event provider type defined in the J2EE Management specification. |
boolean |
isStateManageable()
Determines if this object implements the state manageable type defined in the J2EE Management specification. |
boolean |
isStatisticsProvider()
Determines if this object implemnts the statistics provider type defined in the J2EE Management specification. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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)
Method Detail |
---|
public String getObjectName()
J2EEManagedObject
getObjectName
in interface J2EEManagedObject
public boolean isStateManageable()
J2EEManagedObject
isStateManageable
in interface J2EEManagedObject
public boolean isStatisticsProvider()
J2EEManagedObject
isStatisticsProvider
in interface J2EEManagedObject
public boolean isEventProvider()
J2EEManagedObject
isEventProvider
in interface J2EEManagedObject
public String getDeploymentDescriptor()
J2EEDeployedObject
getDeploymentDescriptor
in interface J2EEDeployedObject
public String getServer()
J2EEDeployedObject
getServer
in interface J2EEDeployedObject
public String getApplication()
public String[] getJavaVMs()
J2EEModule
getJavaVMs
in interface J2EEModule
public String[] getResourceAdapters()
ResourceAdapterModule
getResourceAdapters
in interface ResourceAdapterModule
public GBeanData getResourceAdapterGBeanData()
public Map getActivationSpecInfoMap()
public Map getAdminObjectInfoMap()
public Map getManagedConnectionFactoryInfoMap()
public String getDisplayName()
public String getDescription()
public String getVendorName()
public String getResourceAdapterVersion()
public String getEISType()
public ResourceAdapter[] getResourceAdapterInstances()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |