Class InboundResourceAdapterImpl
java.lang.Object
org.jboss.jca.common.metadata.spec.InboundResourceAdapterImpl
- All Implemented Interfaces:
Serializable,Cloneable,CopyableMetaData,JCAMetadata,IdDecoratedMetadata,InboundResourceAdapter,MergeableMetadata<InboundResourceAdapter>
An InboundResourceAdapter implementation
- Author:
- Stefano Maestri, Jesper Pedersen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInboundResourceAdapterImpl(Messageadapter messageadapter, String id) Constructor -
Method Summary
-
Constructor Details
-
InboundResourceAdapterImpl
Constructor- Parameters:
messageadapter- The messageadapterType specifies information about the messaging capabilities of the resource adapter. This contains information specific to the implementation of the resource adapter library as specified through the messagelistener element.id- XML ID
-
-
Method Details
-
getMessageadapter
- Specified by:
getMessageadapterin interfaceInboundResourceAdapter
-
getId
- Specified by:
getIdin interfaceIdDecoratedMetadata
-
validationAsBoolean
public boolean validationAsBoolean()A validate method. Don't extending for the moment ValidatableMetadata- Specified by:
validationAsBooleanin interfaceInboundResourceAdapter- Returns:
- true if Ra is valid, false in the other cases
-
merge
- Specified by:
mergein interfaceMergeableMetadata<InboundResourceAdapter>- Throws:
Exception
-
copy
- Specified by:
copyin interfaceCopyableMetaData
-
hashCode
public int hashCode() -
equals
-
toString
-