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

All Superinterfaces:
Cloneable, CopyableMetaData, IdDecoratedMetadata, JCAMetadata, Serializable

public interface MessageListener
extends IdDecoratedMetadata, CopyableMetaData

A MessageListener.

Author:
Stefano Maestri

Nested Class Summary
static class MessageListener.Attribute
          A Attribute.
static class MessageListener.Tag
          A Tag.
 
Method Summary
 boolean equals(Object obj)
          
 Activationspec15 getActivationspec()
           
 String getId()
          Return the String representing xml ID
 XsdString getMessagelistenerType()
           
 int hashCode()
          
 String toString()
          
 
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
 

Method Detail

getMessagelistenerType

XsdString getMessagelistenerType()
Returns:
messagelistenerType

getActivationspec

Activationspec15 getActivationspec()
Returns:
activationspec

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()


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