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 MessageListener
public Activationspec getActivationspec()
getActivationspec
in interface MessageListener
public java.lang.String getId()
getId
in interface IdDecoratedMetadata
public CopyableMetaData copy()
copy
in interface CopyableMetaData
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)