public class MessageDrivenBeanBinding extends EnterpriseBeanBinding
<complexType name="MessageDrivenBeanBinding">
<complexContent>
<extension base="{ejbbnd.xmi}EnterpriseBeanBinding">
<attribute name="activationSpecAuthAlias" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="activationSpecJndiName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="destinationJndiName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="listenerInputPortName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationSpecAuthAlias |
protected String |
activationSpecJndiName |
protected String |
destinationJndiName |
protected String |
listenerInputPortName |
cmpConnectionFactories, datasources, ejbName, ejbRefBindings, enterpriseBean, enterpriseBeans, extensions, href, id, idref, jndiName, label, messageDestinationRefBindings, resourceEnvRefBindings, resRefBindings, serviceRefBindings, type, uuid, version| Constructor and Description |
|---|
MessageDrivenBeanBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationSpecAuthAlias()
Gets the value of the activationSpecAuthAlias property.
|
String |
getActivationSpecJndiName()
Gets the value of the activationSpecJndiName property.
|
String |
getDestinationJndiName()
Gets the value of the destinationJndiName property.
|
String |
getListenerInputPortName()
Gets the value of the listenerInputPortName property.
|
void |
setActivationSpecAuthAlias(String value)
Sets the value of the activationSpecAuthAlias property.
|
void |
setActivationSpecJndiName(String value)
Sets the value of the activationSpecJndiName property.
|
void |
setDestinationJndiName(String value)
Sets the value of the destinationJndiName property.
|
void |
setListenerInputPortName(String value)
Sets the value of the listenerInputPortName property.
|
getCmpConnectionFactories, getDatasources, getEjbName, getEjbRefBindings, getEnterpriseBean, getEnterpriseBeans, getExtensions, getHref, getId, getIdref, getJndiName, getLabel, getMessageDestinationRefBindings, getResourceEnvRefBindings, getResRefBindings, getServiceRefBindings, getType, getUuid, getVersion, setEjbName, setEnterpriseBean, setHref, setId, setIdref, setJndiName, setLabel, setType, setUuid, setVersionprotected String activationSpecAuthAlias
protected String activationSpecJndiName
protected String destinationJndiName
protected String listenerInputPortName
public String getActivationSpecAuthAlias()
Stringpublic void setActivationSpecAuthAlias(String value)
value - allowed object is Stringpublic String getActivationSpecJndiName()
Stringpublic void setActivationSpecJndiName(String value)
value - allowed object is Stringpublic String getDestinationJndiName()
Stringpublic void setDestinationJndiName(String value)
value - allowed object is Stringpublic String getListenerInputPortName()
StringCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.