Interface MessageListener
-
- All Superinterfaces:
Cloneable,CopyableMetaData,IdDecoratedMetadata,JCAMetadata,Serializable
public interface MessageListener extends IdDecoratedMetadata, CopyableMetaData
A MessageListener.- Author:
- Stefano Maestri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivationspecgetActivationspec()XsdStringgetMessagelistenerType()-
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
-
Methods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getId
-
-
-
-
Method Detail
-
getMessagelistenerType
XsdString getMessagelistenerType()
- Returns:
- messagelistenerType
-
getActivationspec
Activationspec getActivationspec()
- Returns:
- activationspec
-
-