org.jboss.jca.common.api.metadata.common
Interface CommonIronJacamar

All Superinterfaces:
JCAMetadata, Serializable
All Known Subinterfaces:
CommonIronJacamar, IronJacamar, ResourceAdapter, ResourceAdapter

public interface CommonIronJacamar
extends JCAMetadata

A CommonIronJacamar.

Author:
Stefano Maestri

Method Summary
 List<CommonAdminObject> getAdminObjects()
          Get the adminObjects.
 List<String> getBeanValidationGroups()
          Get the beanValidationGroups.
 String getBootstrapContext()
          Get the bootstrapContext.
 Map<String,String> getConfigProperties()
          Get the configProperties.
 List<CommonConnDef> getConnectionDefinitions()
          Get the connectionFactories.
 TransactionSupportEnum getTransactionSupport()
          Get the transactionSupport.
 

Method Detail

getTransactionSupport

TransactionSupportEnum getTransactionSupport()
Get the transactionSupport.

Returns:
the transactionSupport.

getConnectionDefinitions

List<CommonConnDef> getConnectionDefinitions()
Get the connectionFactories.

Returns:
the connectionFactories.

getAdminObjects

List<CommonAdminObject> getAdminObjects()
Get the adminObjects.

Returns:
the adminObjects.

getConfigProperties

Map<String,String> getConfigProperties()
Get the configProperties.

Returns:
the configProperties.

getBeanValidationGroups

List<String> getBeanValidationGroups()
Get the beanValidationGroups.

Returns:
the beanValidationGroups.

getBootstrapContext

String getBootstrapContext()
Get the bootstrapContext.

Returns:
the bootstrapContext.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)