|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.MetaData
org.jboss.metadata.OldMetaData<JBossEnterpriseBeanMetaData>
org.jboss.metadata.BeanMetaData
org.jboss.metadata.MessageDrivenMetaData
@Deprecated public class MessageDrivenMetaData
Provides a container and parser for the metadata of a message driven bean.
Have to add changes ApplicationMetaData and ConfigurationMetaData.
Field Summary | |
---|---|
static int |
AUTO_ACKNOWLEDGE_MODE
Deprecated. Auto Acknowledge |
static int |
CLIENT_ACKNOWLEDGE_MODE
Deprecated. Client Acknowledge |
static String |
DEFAULT_MESSAGE_DRIVEN_BEAN_INVOKER_PROXY_BINDING
Deprecated. The default message driven invoker |
static String |
DEFAULT_MESSAGING_TYPE
Deprecated. The default listener type |
static int |
DUPS_OK_ACKNOWLEDGE_MODE
Deprecated. DUPS_OK |
static byte |
DURABLE_SUBSCRIPTION
Deprecated. Durable subscription |
static byte |
NON_DURABLE_SUBSCRIPTION
Deprecated. NonDurable subscription |
static byte |
TX_UNSET
Deprecated. Transaction unset |
Fields inherited from class org.jboss.metadata.BeanMetaData |
---|
ENTITY_TYPE, LOCAL_INVOKER_PROXY_BINDING, MDB_TYPE, SESSION_TYPE |
Fields inherited from class org.jboss.metadata.MetaData |
---|
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
Constructor Summary | |
---|---|
protected |
MessageDrivenMetaData(ApplicationMetaData app,
JBossEnterpriseBeanMetaData delegate)
Deprecated. Create a new MessageDrivenBeanMetaData. |
protected |
MessageDrivenMetaData(org.jboss.metadata.spi.MetaData metaData)
Deprecated. Create a new MessageDrivenMetaData. |
Method Summary | |
---|---|
int |
getAcknowledgeMode()
Deprecated. Get the message acknowledgement mode. |
HashMap<String,ActivationConfigPropertyMetaData> |
getActivationConfigProperties()
Deprecated. Get all the activation config properties |
ActivationConfigPropertyMetaData |
getActivationConfigProperty(String name)
Deprecated. Get a particular activation config property |
String |
getClientId()
Deprecated. Get the client id |
ClusterConfigMetaData |
getClusterConfigMetaData()
Deprecated. Get the cluster config |
JBossMessageDrivenBeanMetaData |
getDelegate()
Deprecated. Get the delegate. |
String |
getDestinationJndiName()
Deprecated. Get the destination jndi name |
String |
getDestinationLink()
Deprecated. Get the destination link |
String |
getDestinationType()
Deprecated. Get the destination type |
SecurityIdentityMetaData |
getEjbTimeoutIdentity()
Deprecated. Get the ejb timeout identity |
String |
getHome()
Deprecated. Get the home class name |
String |
getJndiName()
Deprecated. Get the jndi name |
String |
getLocal()
Deprecated. Get the local class name |
String |
getLocalHome()
Deprecated. Get the local home class name |
String |
getMessageSelector()
Deprecated. Get the message selector |
String |
getMessagingType()
Deprecated. Get the messaging type |
byte |
getMethodTransactionType()
Deprecated. Check MDB methods TX type, is cached here |
byte |
getMethodTransactionType(String methodName,
Class[] signature)
Deprecated. Check MDB methods TX type, is cached here |
byte |
getMethodTransactionType(String methodName,
Class[] params,
InvocationType iface)
Deprecated. Get the method transaction type |
String |
getPasswd()
Deprecated. Get the password |
String |
getRemote()
Deprecated. Get the remote class name |
String |
getResourceAdapterName()
Deprecated. Get the resource adapter name |
Iterator<SecurityRoleRefMetaData> |
getSecurityRoleReferences()
Deprecated. Get the security role references |
String |
getServiceEndpoint()
Deprecated. Get the service endpoint |
byte |
getSubscriptionDurability()
Deprecated. Get the subscription durability mode. |
String |
getSubscriptionId()
Deprecated. Get the subscription id |
String |
getUser()
Deprecated. Get the user |
boolean |
isCallByValue()
Deprecated. Get the callByValue. |
boolean |
isClustered()
Deprecated. Get whether it is clustered. |
boolean |
isJMSMessagingType()
Deprecated. Is this JMS |
Methods inherited from class org.jboss.metadata.OldMetaData |
---|
equals, getMetaData, hashCode, importEjbJarXml, importJbossXml, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int AUTO_ACKNOWLEDGE_MODE
public static final int DUPS_OK_ACKNOWLEDGE_MODE
public static final int CLIENT_ACKNOWLEDGE_MODE
public static final byte DURABLE_SUBSCRIPTION
public static final byte NON_DURABLE_SUBSCRIPTION
public static final byte TX_UNSET
public static final String DEFAULT_MESSAGE_DRIVEN_BEAN_INVOKER_PROXY_BINDING
public static final String DEFAULT_MESSAGING_TYPE
Constructor Detail |
---|
protected MessageDrivenMetaData(ApplicationMetaData app, JBossEnterpriseBeanMetaData delegate)
delegate
- the delegate
IllegalArgumentException
- for a null delegateprotected MessageDrivenMetaData(org.jboss.metadata.spi.MetaData metaData)
metaData
- the delegate metadata
IllegalArgumentException
- for a null metaData
IllegalStateException
- if the metadata doesn't have an EnterpriseBeanMetaData
Method Detail |
---|
public JBossMessageDrivenBeanMetaData getDelegate()
OldMetaData
getDelegate
in class OldMetaData<JBossEnterpriseBeanMetaData>
public String getHome()
BeanMetaData
getHome
in class BeanMetaData
public String getLocal()
BeanMetaData
getLocal
in class BeanMetaData
public String getLocalHome()
BeanMetaData
getLocalHome
in class BeanMetaData
public String getRemote()
BeanMetaData
getRemote
in class BeanMetaData
public String getServiceEndpoint()
BeanMetaData
getServiceEndpoint
in class BeanMetaData
public String getMessagingType()
public boolean isJMSMessagingType()
public String getDestinationType()
public String getDestinationLink()
public HashMap<String,ActivationConfigPropertyMetaData> getActivationConfigProperties()
public ActivationConfigPropertyMetaData getActivationConfigProperty(String name)
name
- the name of the property
public byte getMethodTransactionType()
public byte getMethodTransactionType(String methodName, Class[] signature)
methodName
- the method namesignature
- the signature
public byte getMethodTransactionType(String methodName, Class[] params, InvocationType iface)
BeanMetaData
getMethodTransactionType
in class BeanMetaData
methodName
- the method nameparams
- the parametersiface
- the interface type
public int getAcknowledgeMode()
public String getMessageSelector()
public String getDestinationJndiName()
public String getUser()
public String getPasswd()
public String getClientId()
public String getSubscriptionId()
public byte getSubscriptionDurability()
public String getResourceAdapterName()
public String getJndiName()
BeanMetaData
getJndiName
in class BeanMetaData
public boolean isCallByValue()
BeanMetaData
isCallByValue
in class BeanMetaData
public boolean isClustered()
BeanMetaData
isClustered
in class BeanMetaData
public Iterator<SecurityRoleRefMetaData> getSecurityRoleReferences()
BeanMetaData
getSecurityRoleReferences
in class BeanMetaData
public ClusterConfigMetaData getClusterConfigMetaData()
BeanMetaData
getClusterConfigMetaData
in class BeanMetaData
public SecurityIdentityMetaData getEjbTimeoutIdentity()
BeanMetaData
getEjbTimeoutIdentity
in class BeanMetaData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |