org.apache.geronimo.management
Interface JCAResource

All Superinterfaces:
J2EEManagedObject, J2EEResource
All Known Subinterfaces:
JCAResource
All Known Implementing Classes:
JCAResourceImpl

public interface JCAResource
extends J2EEResource

Represents the JSR-77 type with the same name


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

Method Detail

getConnectionFactories

String[] getConnectionFactories()
A list of connection factories provided by this resource.

Returns:
the ObjectNames of the connection factories provided by this resource
See Also:
"JSR77.3.22.1.1"


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