Class MessageDrivenBeanBinding
- java.lang.Object
-
- org.apache.openejb.jee.was.v6.ejbbnd.EnterpriseBeanBinding
-
- org.apache.openejb.jee.was.v6.ejbbnd.MessageDrivenBeanBinding
-
public class MessageDrivenBeanBinding extends EnterpriseBeanBinding
Binding information for MessageDrivenBeans. Java class for MessageDrivenBeanBinding complex type. The following schema fragment specifies the expected content contained within this class.<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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivationSpecAuthAliasprotected StringactivationSpecJndiNameprotected StringdestinationJndiNameprotected StringlistenerInputPortName-
Fields inherited from class org.apache.openejb.jee.was.v6.ejbbnd.EnterpriseBeanBinding
cmpConnectionFactories, datasources, ejbName, ejbRefBindings, enterpriseBean, enterpriseBeans, extensions, href, id, idref, jndiName, label, messageDestinationRefBindings, resourceEnvRefBindings, resRefBindings, serviceRefBindings, type, uuid, version
-
-
Constructor Summary
Constructors Constructor Description MessageDrivenBeanBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActivationSpecAuthAlias()Gets the value of the activationSpecAuthAlias property.StringgetActivationSpecJndiName()Gets the value of the activationSpecJndiName property.StringgetDestinationJndiName()Gets the value of the destinationJndiName property.StringgetListenerInputPortName()Gets the value of the listenerInputPortName property.voidsetActivationSpecAuthAlias(String value)Sets the value of the activationSpecAuthAlias property.voidsetActivationSpecJndiName(String value)Sets the value of the activationSpecJndiName property.voidsetDestinationJndiName(String value)Sets the value of the destinationJndiName property.voidsetListenerInputPortName(String value)Sets the value of the listenerInputPortName property.-
Methods inherited from class org.apache.openejb.jee.was.v6.ejbbnd.EnterpriseBeanBinding
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, setVersion
-
-
-
-
Method Detail
-
getActivationSpecAuthAlias
public String getActivationSpecAuthAlias()
Gets the value of the activationSpecAuthAlias property.- Returns:
- possible object is
String
-
setActivationSpecAuthAlias
public void setActivationSpecAuthAlias(String value)
Sets the value of the activationSpecAuthAlias property.- Parameters:
value- allowed object isString
-
getActivationSpecJndiName
public String getActivationSpecJndiName()
Gets the value of the activationSpecJndiName property.- Returns:
- possible object is
String
-
setActivationSpecJndiName
public void setActivationSpecJndiName(String value)
Sets the value of the activationSpecJndiName property.- Parameters:
value- allowed object isString
-
getDestinationJndiName
public String getDestinationJndiName()
Gets the value of the destinationJndiName property.- Returns:
- possible object is
String
-
setDestinationJndiName
public void setDestinationJndiName(String value)
Sets the value of the destinationJndiName property.- Parameters:
value- allowed object isString
-
getListenerInputPortName
public String getListenerInputPortName()
Gets the value of the listenerInputPortName property.- Returns:
- possible object is
String
-
-