|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageListener
A representation of the model object 'Message Listener'.
The following features are supported:
JcaPackage.getMessageListener()
Method Summary | |
---|---|
ActivationSpec |
getActivationSpec()
Returns the value of the 'Activation Spec' containment reference |
java.lang.String |
getMessageListenerType()
Returns the value of the 'Message Listener Type' attribute |
void |
setActivationSpec(ActivationSpec value)
Sets the value of the ' Activation Spec ' containment reference |
void |
setMessageListenerType(java.lang.String value)
Sets the value of the ' Message Listener Type ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getMessageListenerType()
If the meaning of the 'Message Listener Type' attribute isn't clear, there really should be more of a description here...
The element messagelistener-type specifies the fully qualified name of the Java type of a message listener interface. Example:
setMessageListenerType(String)
,
JcaPackage.getMessageListener_MessageListenerType()
void setMessageListenerType(java.lang.String value)
Message Listener Type
' attribute.
value
- the new value of the 'Message Listener Type' attribute.getMessageListenerType()
ActivationSpec getActivationSpec()
If the meaning of the 'Activation Spec' containment reference isn't clear, there really should be more of a description here...
setActivationSpec(ActivationSpec)
,
JcaPackage.getMessageListener_ActivationSpec()
void setActivationSpec(ActivationSpec value)
Activation Spec
' containment reference.
value
- the new value of the 'Activation Spec' containment reference.getActivationSpec()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |