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

All Superinterfaces:
CommonIronJacamar, JCAMetadata, Serializable

public interface ResourceAdapter
extends CommonIronJacamar

A ResourceAdapter.

Author:
Stefano Maestri

Nested Class Summary
static class ResourceAdapter.Attribute
          A Attribute.
static class ResourceAdapter.Tag
          A Tag.
 
Method Summary
 String getArchive()
          Get the archive.
 String getId()
          Get the id
 
Methods inherited from interface org.jboss.jca.common.api.metadata.common.CommonIronJacamar
getAdminObjects, getBeanValidationGroups, getBootstrapContext, getConfigProperties, getConnectionDefinitions, getTransactionSupport
 

Method Detail

getArchive

String getArchive()
Get the archive.

Returns:
the archive.

getId

String getId()
Get the id

Returns:
the value.


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