|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputPort
A representation of the model object 'Input Port'. The Input Port defines the details required by the CMM Receiver beans when they are constructed from Session Beans. Receiver beans based upon message-driven beans do not require an Input port as the details are associated with the deployed MDB and Message Listener Service. The Input Port defines the properties for the receiving JMS destination, optional details on how to select and handle the message, together with the details, if required, for the reply destination.
The following features are supported:
Connection Factory JNDI Name
Destination JNDI Name
Acknowledge Mode
Subscription Durability
Destination Type
Reply Connection Factory JNDI Name
Reply Destination JNDI Name
CmmPackage.getInputPort()
Method Summary | |
---|---|
AcknowledgeMode |
getAcknowledgeMode()
Returns the value of the 'Acknowledge Mode' attribute. |
java.lang.String |
getConnectionFactoryJNDIName()
Returns the value of the 'Connection Factory JNDI Name' attribute |
java.lang.String |
getDestinationJNDIName()
Returns the value of the 'Destination JNDI Name' attribute |
DestinationType |
getDestinationType()
Returns the value of the 'Destination Type' attribute. |
java.lang.String |
getReplyConnectionFactoryJNDIName()
Returns the value of the 'Reply Connection Factory JNDI Name' attribute |
java.lang.String |
getReplyDestinationJNDIName()
Returns the value of the 'Reply Destination JNDI Name' attribute |
SubscriptionDurabilityKind |
getSubscriptionDurability()
Returns the value of the 'Subscription Durability' attribute. |
void |
setAcknowledgeMode(AcknowledgeMode value)
Sets the value of the ' Acknowledge Mode ' attribute |
void |
setConnectionFactoryJNDIName(java.lang.String value)
Sets the value of the ' Connection Factory JNDI Name ' attribute |
void |
setDestinationJNDIName(java.lang.String value)
Sets the value of the ' Destination JNDI Name ' attribute |
void |
setDestinationType(DestinationType value)
Sets the value of the ' Destination Type ' attribute |
void |
setReplyConnectionFactoryJNDIName(java.lang.String value)
Sets the value of the ' Reply Connection Factory JNDI Name ' attribute |
void |
setReplyDestinationJNDIName(java.lang.String value)
Sets the value of the ' Reply Destination JNDI Name ' attribute |
void |
setSubscriptionDurability(SubscriptionDurabilityKind value)
Sets the value of the ' Subscription Durability ' attribute |
Methods inherited from interface com.ibm.ejs.models.base.resources.env.ResourceEnvEntry |
---|
getReferenceable, setReferenceable |
Methods inherited from interface com.ibm.ejs.models.base.resources.J2EEResourceFactory |
---|
getCategory, getDescription, getJndiName, getName, getPropertySet, getProvider, getProviderType, setCategory, setDescription, setJndiName, setName, setPropertySet, setProvider, setProviderType |
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 getConnectionFactoryJNDIName()
setConnectionFactoryJNDIName(String)
,
CmmPackage.getInputPort_ConnectionFactoryJNDIName()
void setConnectionFactoryJNDIName(java.lang.String value)
Connection Factory JNDI Name
' attribute.
value
- the new value of the 'Connection Factory JNDI Name' attribute.getConnectionFactoryJNDIName()
java.lang.String getDestinationJNDIName()
setDestinationJNDIName(String)
,
CmmPackage.getInputPort_DestinationJNDIName()
void setDestinationJNDIName(java.lang.String value)
Destination JNDI Name
' attribute.
value
- the new value of the 'Destination JNDI Name' attribute.getDestinationJNDIName()
AcknowledgeMode getAcknowledgeMode()
"AutoAcknowledge"
.
The literals are from the enumeration AcknowledgeMode
.
JMS acknowledgment mode to be used for acknowledging messages
AcknowledgeMode
,
setAcknowledgeMode(AcknowledgeMode)
,
CmmPackage.getInputPort_AcknowledgeMode()
void setAcknowledgeMode(AcknowledgeMode value)
Acknowledge Mode
' attribute.
value
- the new value of the 'Acknowledge Mode' attribute.AcknowledgeMode
,
getAcknowledgeMode()
SubscriptionDurabilityKind getSubscriptionDurability()
"NonDurable"
.
The literals are from the enumeration SubscriptionDurabilityKind
.
The durability of subscriptions to a JMS Topic
SubscriptionDurabilityKind
,
setSubscriptionDurability(SubscriptionDurabilityKind)
,
CmmPackage.getInputPort_SubscriptionDurability()
void setSubscriptionDurability(SubscriptionDurabilityKind value)
Subscription Durability
' attribute.
value
- the new value of the 'Subscription Durability' attribute.SubscriptionDurabilityKind
,
getSubscriptionDurability()
DestinationType getDestinationType()
"QUEUE"
.
The literals are from the enumeration DestinationType
.
The type of the JMS resource
DestinationType
,
setDestinationType(DestinationType)
,
CmmPackage.getInputPort_DestinationType()
void setDestinationType(DestinationType value)
Destination Type
' attribute.
value
- the new value of the 'Destination Type' attribute.DestinationType
,
getDestinationType()
java.lang.String getReplyConnectionFactoryJNDIName()
setReplyConnectionFactoryJNDIName(String)
,
CmmPackage.getInputPort_ReplyConnectionFactoryJNDIName()
void setReplyConnectionFactoryJNDIName(java.lang.String value)
Reply Connection Factory JNDI Name
' attribute.
value
- the new value of the 'Reply Connection Factory JNDI Name' attribute.getReplyConnectionFactoryJNDIName()
java.lang.String getReplyDestinationJNDIName()
setReplyDestinationJNDIName(String)
,
CmmPackage.getInputPort_ReplyDestinationJNDIName()
void setReplyDestinationJNDIName(java.lang.String value)
Reply Destination JNDI Name
' attribute.
value
- the new value of the 'Reply Destination JNDI Name' attribute.getReplyDestinationJNDIName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |