|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.was.v6.ejbbnd.EnterpriseBeanBinding
org.apache.openejb.jee.was.v6.ejbbnd.MessageDrivenBeanBinding
public class MessageDrivenBeanBinding
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 String |
activationSpecAuthAlias
|
protected String |
activationSpecJndiName
|
protected String |
destinationJndiName
|
protected 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 | |
---|---|
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. |
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 |
---|
protected String activationSpecAuthAlias
protected String activationSpecJndiName
protected String destinationJndiName
protected String listenerInputPortName
Constructor Detail |
---|
public MessageDrivenBeanBinding()
Method Detail |
---|
public String getActivationSpecAuthAlias()
String
public void setActivationSpecAuthAlias(String value)
value
- allowed object is String
public String getActivationSpecJndiName()
String
public void setActivationSpecJndiName(String value)
value
- allowed object is String
public String getDestinationJndiName()
String
public void setDestinationJndiName(String value)
value
- allowed object is String
public String getListenerInputPortName()
String
public void setListenerInputPortName(String value)
value
- allowed object is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |