org.apache.geronimo.management
Interface ResourceAdapter

All Superinterfaces:
J2EEManagedObject
All Known Subinterfaces:
ResourceAdapter
All Known Implementing Classes:
ResourceAdapterImpl

public interface ResourceAdapter
extends J2EEManagedObject

Represents the JSR-77 type with the same name


Method Summary
 String[] getJCAResources()
          A list of JCA resources provided by this resource adapter.
 
Methods inherited from interface org.apache.geronimo.management.J2EEManagedObject
getObjectName, isEventProvider, isStateManageable, isStatisticsProvider
 

Method Detail

getJCAResources

String[] getJCAResources()
A list of JCA resources provided by this resource adapter.

Returns:
the ObjectNames of the JCAResources provided by this resource adapter
See Also:
"JSR77.3.19.1.1"


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