org.apache.openejb.jee.was.v6.ejbbnd
Class MessageDrivenBeanBinding

java.lang.Object
  extended by org.apache.openejb.jee.was.v6.ejbbnd.EnterpriseBeanBinding
      extended by 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
protected  java.lang.String activationSpecAuthAlias
           
protected  java.lang.String activationSpecJndiName
           
protected  java.lang.String destinationJndiName
           
protected  java.lang.String listenerInputPortName
           
 
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
MessageDrivenBeanBinding()
           
 
Method Summary
 java.lang.String getActivationSpecAuthAlias()
          Gets the value of the activationSpecAuthAlias property.
 java.lang.String getActivationSpecJndiName()
          Gets the value of the activationSpecJndiName property.
 java.lang.String getDestinationJndiName()
          Gets the value of the destinationJndiName property.
 java.lang.String getListenerInputPortName()
          Gets the value of the listenerInputPortName property.
 void setActivationSpecAuthAlias(java.lang.String value)
          Sets the value of the activationSpecAuthAlias property.
 void setActivationSpecJndiName(java.lang.String value)
          Sets the value of the activationSpecJndiName property.
 void setDestinationJndiName(java.lang.String value)
          Sets the value of the destinationJndiName property.
 void setListenerInputPortName(java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activationSpecAuthAlias

protected java.lang.String activationSpecAuthAlias

activationSpecJndiName

protected java.lang.String activationSpecJndiName

destinationJndiName

protected java.lang.String destinationJndiName

listenerInputPortName

protected java.lang.String listenerInputPortName
Constructor Detail

MessageDrivenBeanBinding

public MessageDrivenBeanBinding()
Method Detail

getActivationSpecAuthAlias

public java.lang.String getActivationSpecAuthAlias()
Gets the value of the activationSpecAuthAlias property.

Returns:
possible object is String

setActivationSpecAuthAlias

public void setActivationSpecAuthAlias(java.lang.String value)
Sets the value of the activationSpecAuthAlias property.

Parameters:
value - allowed object is String

getActivationSpecJndiName

public java.lang.String getActivationSpecJndiName()
Gets the value of the activationSpecJndiName property.

Returns:
possible object is String

setActivationSpecJndiName

public void setActivationSpecJndiName(java.lang.String value)
Sets the value of the activationSpecJndiName property.

Parameters:
value - allowed object is String

getDestinationJndiName

public java.lang.String getDestinationJndiName()
Gets the value of the destinationJndiName property.

Returns:
possible object is String

setDestinationJndiName

public void setDestinationJndiName(java.lang.String value)
Sets the value of the destinationJndiName property.

Parameters:
value - allowed object is String

getListenerInputPortName

public java.lang.String getListenerInputPortName()
Gets the value of the listenerInputPortName property.

Returns:
possible object is String

setListenerInputPortName

public void setListenerInputPortName(java.lang.String value)
Sets the value of the listenerInputPortName property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.