| java.lang.Object org.jboss.metadata.MetaData org.jboss.metadata.BeanMetaData org.jboss.metadata.MessageDrivenMetaData
AUTO_ACKNOWLEDGE_MODE | final public static int AUTO_ACKNOWLEDGE_MODE(Code) | | |
CLIENT_ACKNOWLEDGE_MODE | final public static int CLIENT_ACKNOWLEDGE_MODE(Code) | | |
DEFAULT_MESSAGE_DRIVEN_BEAN_INVOKER_PROXY_BINDING | final public static String DEFAULT_MESSAGE_DRIVEN_BEAN_INVOKER_PROXY_BINDING(Code) | | |
DEFAULT_MESSAGING_TYPE | final public static String DEFAULT_MESSAGING_TYPE(Code) | | |
DUPS_OK_ACKNOWLEDGE_MODE | final public static int DUPS_OK_ACKNOWLEDGE_MODE(Code) | | |
DURABLE_SUBSCRIPTION | final public static byte DURABLE_SUBSCRIPTION(Code) | | |
NON_DURABLE_SUBSCRIPTION | final public static byte NON_DURABLE_SUBSCRIPTION(Code) | | |
TX_UNSET | final public static byte TX_UNSET(Code) | | |
defaultInvokerBindings | public void defaultInvokerBindings()(Code) | | |
getAcknowledgeMode | public int getAcknowledgeMode()(Code) | | Get the message acknowledgement mode.
MessageDrivenMetaData.AUTO_ACKNOWLADGE_MODE orMessageDrivenMetaData.DUPS_OK_AKNOWLEDGE_MODE orMessageDrivenMetaData.CLIENT_ACKNOWLEDGE_MODE |
getActivationConfigProperties | public HashMap getActivationConfigProperties()(Code) | | Get all the activation config properties
a collection of ActivationConfigPropertyMetaData elements |
getActivationConfigProperty | public ActivationConfigPropertyMetaData getActivationConfigProperty(String name)(Code) | | Get a particular activation config property
Parameters: name - the name of the property the ActivationConfigPropertyMetaData or null if not found |
getDefaultConfigurationName | public String getDefaultConfigurationName()(Code) | | |
getDestinationJndiName | public String getDestinationJndiName()(Code) | | |
getMethodTransactionType | public byte getMethodTransactionType()(Code) | | Check MDB methods TX type, is cached here
|
getMethodTransactionType | public byte getMethodTransactionType(String methodName, Class[] signature)(Code) | | Check MDB methods TX type, is cached here
|
getMethodTransactionType | public byte getMethodTransactionType(String methodName, Class[] params, InvocationType iface)(Code) | | Overide here, since a message driven bean only ever have one method,
which we might cache.
|
getResourceAdapterName | public String getResourceAdapterName()(Code) | | Get the resource adapter name
the resource adapter name or null if none specified |
getSubscriptionDurability | public byte getSubscriptionDurability()(Code) | | Get the subscription durability mode.
MessageDrivenMetaData.DURABLE_SUBSCRIPTION orMessageDrivenMetaData.NON_DURABLE_SUBSCRIPTION |
importEjbJarXml | public void importEjbJarXml(Element element) throws DeploymentException(Code) | | |
importJbossXml | public void importJbossXml(Element element) throws DeploymentException(Code) | | |
isJMSMessagingType | public boolean isJMSMessagingType()(Code) | | |
Methods inherited from org.jboss.metadata.MetaData | public Object clone()(Code)(Java Doc) public static Iterator getChildrenByTagName(Element element, String tagName)(Code)(Java Doc) public static String getElementAttribute(Element element, String attrName)(Code)(Java Doc) public static String getElementAttribute(Element element, String attrName, boolean replace)(Code)(Java Doc) public static String getElementContent(Element element)(Code)(Java Doc) public static String getElementContent(Element element, String defaultStr)(Code)(Java Doc) public static String getElementContent(Element element, String defaultStr, boolean replace)(Code)(Java Doc) public static String getFirstElementContent(Element element, String defaultStr)(Code)(Java Doc) public static String getFirstElementContent(Element element, String defaultStr, boolean replace)(Code)(Java Doc) public static Element getOptionalChild(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static Element getOptionalChild(Element element, String tagName, Element defaultElement) throws DeploymentException(Code)(Java Doc) public static boolean getOptionalChildBooleanContent(Element element, String name) throws DeploymentException(Code)(Java Doc) public static boolean getOptionalChildBooleanContent(Element element, String name, boolean defaultValue) throws DeploymentException(Code)(Java Doc) public static String getOptionalChildContent(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static String getOptionalChildContent(Element element, String tagName, String defaultValue) throws DeploymentException(Code)(Java Doc) public static Element getUniqueChild(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static String getUniqueChildContent(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public void importEjbJarXml(Element element) throws DeploymentException(Code)(Java Doc) public void importJbossXml(Element element) throws DeploymentException(Code)(Java Doc) public void importXml(Element element) throws DeploymentException(Code)(Java Doc) protected boolean jdk13Enabled()(Code)(Java Doc)
|
|
|