
public class MessageListenerImpl extends java.lang.Object implements MessageListener
| Constructor and Description |
|---|
MessageListenerImpl(XsdString messagelistenerType,
Activationspec activationspec,
java.lang.String id)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
Activationspec |
getActivationspec() |
java.lang.String |
getId()
Return the String representing xml ID
|
XsdString |
getMessagelistenerType() |
int |
hashCode() |
java.lang.String |
toString() |
public MessageListenerImpl(XsdString messagelistenerType, Activationspec 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 MessageListenerpublic Activationspec getActivationspec()
getActivationspec in interface MessageListenerpublic java.lang.String getId()
getId in interface IdDecoratedMetadatapublic CopyableMetaData copy()
copy in interface CopyableMetaDatapublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)