Methods inherited from class org.jboss.metadata.BeanMetaData |
addExcludedMethod, addPermissionMethod, addTransactionMethod, getApplicationMetaData, getConfigurationName, getContainerConfiguration, getEjbClass, getEjbLocalRefByName, getEjbLocalReferences, getEjbName, getEjbRefByName, getEjbReferences, getEnvironmentEntries, getExcludedMethods, getHome, getJndiName, getLocal, getLocalHome, getLocalJndiName, getMethodPermissions, getPermissionMethods, getRemote, getResourceEnvReferences, getResourceReferences, getSecurityIdentityMetaData, getSecurityProxy, getSecurityRoleReferences, getTransactionMethods, isBeanManagedTx, isContainerManagedTx, isEntity, isMessageDriven, isSession, trim |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTO_ACKNOWLEDGE_MODE
public static final int AUTO_ACKNOWLEDGE_MODE
DUPS_OK_ACKNOWLEDGE_MODE
public static final int DUPS_OK_ACKNOWLEDGE_MODE
CLIENT_ACKNOWLEDGE_MODE
public static final int CLIENT_ACKNOWLEDGE_MODE
DURABLE_SUBSCRIPTION
public static final byte DURABLE_SUBSCRIPTION
NON_DURABLE_SUBSCRIPTION
public static final byte NON_DURABLE_SUBSCRIPTION
TX_UNSET
public static final byte TX_UNSET
MessageDrivenMetaData
public MessageDrivenMetaData(ApplicationMetaData app)
getAcknowledgeMode
public int getAcknowledgeMode()
- returns MessageDrivenMetaData.AUTO_ACKNOWLADGE_MODE or
MessageDrivenMetaData.DUPS_OK_AKNOWLEDGE_MODE, or MessageDrivenMetaData.CLIENT_ACKNOWLEDGE_MODE
getDestinationType
public java.lang.String getDestinationType()
getMessageSelector
public java.lang.String getMessageSelector()
getDestinationJndiName
public java.lang.String getDestinationJndiName()
getUser
public java.lang.String getUser()
getPasswd
public java.lang.String getPasswd()
getClientId
public java.lang.String getClientId()
getMethodTransactionType
public byte getMethodTransactionType()
getMethodTransactionType
public byte getMethodTransactionType(java.lang.String methodName,
java.lang.Class[] params,
boolean remote)
- Overrides:
getMethodTransactionType
in class BeanMetaData
getSubscriptionDurability
public byte getSubscriptionDurability()
- returns MessageDrivenMetaData.DURABLE_SUBSCRIPTION or
MessageDrivenMetaData.NON_DURABLE_SUBSCRIPTION
getDefaultConfigurationName
public java.lang.String getDefaultConfigurationName()
- Overrides:
getDefaultConfigurationName
in class BeanMetaData
importEjbJarXml
public void importEjbJarXml(org.w3c.dom.Element element)
throws DeploymentException
- Overrides:
importEjbJarXml
in class BeanMetaData
importJbossXml
public void importJbossXml(org.w3c.dom.Element element)
throws DeploymentException
- Overrides:
importJbossXml
in class BeanMetaData
Copyright © 2000 The JBoss Organization. All Rights Reserved.