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

All Superinterfaces:
Cloneable, CopyableMetaData, IdDecoratedMetadata, JCAMetadata, MergeableMetadata<OutboundResourceAdapter>, Serializable

public interface OutboundResourceAdapter
extends IdDecoratedMetadata, MergeableMetadata<OutboundResourceAdapter>, CopyableMetaData

A OutboundResourceAdapter.

Author:
Stefano Maestri

Nested Class Summary
static class OutboundResourceAdapter.Attribute
          A Attribute.
static class OutboundResourceAdapter.Tag
          A Tag.
 
Method Summary
 boolean equals(Object obj)
          
 List<AuthenticationMechanism> getAuthenticationMechanisms()
           
 List<ConnectionDefinition> getConnectionDefinitions()
           
 String getId()
          Return the String representing xml ID
 boolean getReauthenticationSupport()
           
 TransactionSupportEnum getTransactionSupport()
           
 int hashCode()
          
 String toString()
          
 boolean validationAsBoolean()
          A validate method.
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ra.MergeableMetadata
merge
 
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
 

Method Detail

getConnectionDefinitions

List<ConnectionDefinition> getConnectionDefinitions()
Returns:
connectionDefinition

getTransactionSupport

TransactionSupportEnum getTransactionSupport()
Returns:
transactionSupport

getAuthenticationMechanisms

List<AuthenticationMechanism> getAuthenticationMechanisms()
Returns:
authenticationMechanism

getReauthenticationSupport

boolean getReauthenticationSupport()
Returns:
reauthenticationSupport

getId

String getId()
Return the String representing xml ID

Specified by:
getId in interface IdDecoratedMetadata
Returns:
the XML ID
See Also:
IdDecoratedMetadata.getId()

hashCode

int hashCode()

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

String toString()

Overrides:
toString in class Object
See Also:
Object.toString()

validationAsBoolean

boolean validationAsBoolean()
A validate method. Don't extending for the moment ValidatableMetadata

Returns:
true if Ra is valid, flase in the other cases


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