org.apache.geronimo.management
Interface ResourceAdapterModule

All Superinterfaces:
J2EEDeployedObject, J2EEManagedObject, J2EEModule
All Known Subinterfaces:
ResourceAdapterModule
All Known Implementing Classes:
ResourceAdapterModuleImpl

public interface ResourceAdapterModule
extends J2EEModule

Represents the JSR-77 type with the same name


Method Summary
 String[] getResourceAdapters()
          A list of Resource Adapters included in this RAR
 
Methods inherited from interface org.apache.geronimo.management.J2EEModule
getJavaVMs
 
Methods inherited from interface org.apache.geronimo.management.J2EEDeployedObject
getDeploymentDescriptor, getServer
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getResourceAdapters

String[] getResourceAdapters()
A list of Resource Adapters included in this RAR

Returns:
the ObjectNames of the Resource Adapters in this RAR
See Also:
"JSR77.3.18.1.1"


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.