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

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

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

A InboundResourceAdapter.

Author:
Stefano Maestri

Nested Class Summary
static class InboundResourceAdapter.Attribute
          A Attribute.
static class InboundResourceAdapter.Tag
          A Tag.
 
Method Summary
 boolean equals(Object obj)
          
 String getId()
          Return the String representing xml ID
 Messageadapter getMessageadapter()
           
 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

getMessageadapter

Messageadapter getMessageadapter()
Returns:
messageadapter

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 © 2008 Red Hat Middleware LLC (http://www.jboss.com/)