public class MessageListenerImpl extends java.lang.Object implements MessageListener
MessageListener.Attribute, MessageListener.Tag
Constructor and Description |
---|
MessageListenerImpl(XsdString messagelistenerType,
Activationspec15 activationspec,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
Activationspec15 |
getActivationspec() |
java.lang.String |
getId()
Return the String representing xml ID
|
XsdString |
getMessagelistenerType() |
int |
hashCode() |
java.lang.String |
toString() |
public MessageListenerImpl(XsdString messagelistenerType, Activationspec15 activationspec, java.lang.String id)
messagelistenerType
- full qualified name of the java typeactivationspec
- 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 IDpublic XsdString getMessagelistenerType()
getMessagelistenerType
in interface MessageListener
public Activationspec15 getActivationspec()
getActivationspec
in interface MessageListener
public java.lang.String getId()
MessageListener
getId
in interface IdDecoratedMetadata
getId
in interface MessageListener
IdDecoratedMetadata.getId()
public int hashCode()
hashCode
in interface MessageListener
hashCode
in class java.lang.Object
Object.hashCode()
public boolean equals(java.lang.Object obj)
equals
in interface MessageListener
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String toString()
toString
in interface MessageListener
toString
in class java.lang.Object
Object.toString()
public CopyableMetaData copy()
CopyableMetaData
copy
in interface CopyableMetaData
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)