org.jboss.jca.common.api.metadata.ra
Interface ResourceAdapter

All Superinterfaces:
Cloneable, CopyableMetaData, IdDecoratedMetadata, JCAMetadata, Serializable, ValidatableMetadata
All Known Subinterfaces:
ResourceAdapter10, ResourceAdapter1516

public interface ResourceAdapter
extends IdDecoratedMetadata, ValidatableMetadata, CopyableMetaData

A ResourceAdapter.

Author:
Stefano Maestri

Method Summary
 List<? extends ConfigProperty> getConfigProperties()
          It return an Unmodifiable List of config properties
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ra.IdDecoratedMetadata
getId
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
 
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
 

Method Detail

getConfigProperties

List<? extends ConfigProperty> getConfigProperties()
It return an Unmodifiable List of config properties

Returns:
an Unmodifiable List of config properties


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)