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

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

public class MessageListener
extends Object
implements IdDecoratedMetadata

Author:
Stefano Maestri
See Also:
Serialized Form

Nested Class Summary
static class MessageListener.Attribute
          A Attribute.
static class MessageListener.Tag
          A Tag.
 
Constructor Summary
MessageListener(XsdString messagelistenerType, Activationspec15 activationspec, String id)
           
 
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageListener

public MessageListener(XsdString messagelistenerType,
                       Activationspec15 activationspec,
                       String id)
Parameters:
messagelistenerType - full qualified name of the java type
activationspec - The activationspecType specifies an activation specification. The information includes fully qualified Java class name of an activation specification and a set of required configuration property names.
id - XML ID
Method Detail

getMessagelistenerType

public XsdString getMessagelistenerType()
Returns:
messagelistenerType

getActivationspec

public Activationspec15 getActivationspec()
Returns:
activationspec

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