Class MessageListenerImpl
- java.lang.Object
-
- org.jboss.jca.common.metadata.spec.MessageListenerImpl
-
- All Implemented Interfaces:
Serializable,Cloneable,CopyableMetaData,JCAMetadata,IdDecoratedMetadata,MessageListener
public class MessageListenerImpl extends Object implements MessageListener
A MessageListener implementation- Author:
- Stefano Maestri, Jesper Pedersen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageListenerImpl(XsdString messagelistenerType, Activationspec activationspec, String id)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CopyableMetaDatacopy()booleanequals(Object obj)ActivationspecgetActivationspec()StringgetId()XsdStringgetMessagelistenerType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
MessageListenerImpl
public MessageListenerImpl(XsdString messagelistenerType, Activationspec activationspec, String id)
Constructor- Parameters:
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 ID
-
-
Method Detail
-
getMessagelistenerType
public XsdString getMessagelistenerType()
- Specified by:
getMessagelistenerTypein interfaceMessageListener
-
getActivationspec
public Activationspec getActivationspec()
- Specified by:
getActivationspecin interfaceMessageListener
-
getId
public String getId()
- Specified by:
getIdin interfaceIdDecoratedMetadata
-
copy
public CopyableMetaData copy()
- Specified by:
copyin interfaceCopyableMetaData
-
-