public class MessageListenerImpl extends Object implements MessageListener
Constructor and Description |
---|
MessageListenerImpl(XsdString messagelistenerType,
Activationspec activationspec,
String id)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CopyableMetaData |
copy() |
boolean |
equals(Object obj) |
Activationspec |
getActivationspec() |
String |
getId() |
XsdString |
getMessagelistenerType() |
int |
hashCode() |
String |
toString() |
public MessageListenerImpl(XsdString messagelistenerType, Activationspec activationspec, 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 String getId()
getId
in interface IdDecoratedMetadata
public CopyableMetaData copy()
copy
in interface CopyableMetaData
Copyright © 2021 JBoss by Red Hat. All rights reserved.