org.jboss.jca.common.metadata.ra.common
Class InboundResourceAdapter

java.lang.Object
  extended by org.jboss.jca.common.metadata.ra.common.InboundResourceAdapter
All Implemented Interfaces:
Serializable, JCAMetadata, IdDecoratedMetadata

public class InboundResourceAdapter
extends Object
implements IdDecoratedMetadata

Author:
Stefano Maestri
See Also:
Serialized Form

Nested Class Summary
static class InboundResourceAdapter.Attribute
          A Attribute.
static class InboundResourceAdapter.Tag
          A Tag.
 
Constructor Summary
InboundResourceAdapter(MessageAdapter messageadapter, String id)
           
 
Method Summary
 boolean equals(Object obj)
          
 String getId()
          Return the String representing xml ID
 MessageAdapter getMessageadapter()
           
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InboundResourceAdapter

public InboundResourceAdapter(MessageAdapter messageadapter,
                              String id)
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 Detail

getMessageadapter

public MessageAdapter getMessageadapter()
Returns:
messageadapter

getId

public String getId()
Return the String representing xml ID

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

hashCode

public int hashCode()

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

equals

public boolean equals(Object obj)

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

toString

public String toString()

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


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