JBoss Metadata EJB 7.2.2.Final

org.jboss.metadata.ejb.jboss
Class JBossMessageDrivenBean31MetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.NamedMetaData
          extended by org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptionGroup
              extended by org.jboss.metadata.ejb.jboss.JBossEnterpriseBeanMetaData
                  extended by org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData
                      extended by org.jboss.metadata.ejb.jboss.JBossMessageDrivenBean31MetaData
All Implemented Interfaces:
Serializable, Cloneable, IEnterpriseBeanMetaData<JBossAssemblyDescriptorMetaData,JBossEnterpriseBeansMetaData,JBossEnterpriseBeanMetaData,JBossMetaData>, IScheduleTarget, ITimeoutTarget, Environment, RemoteEnvironment, IdMetaData, MappableMetaData
Direct Known Subclasses:
JBoss50MessageDrivenBeanMetaData, JBoss51MessageDrivenBeanMetaData

Deprecated.

@Deprecated
public class JBossMessageDrivenBean31MetaData
extends JBossMessageDrivenBeanMetaData
implements ITimeoutTarget, IScheduleTarget

Metadata for EJB3.1 MDBs

Version:
$Revision: $
Author:
Jaikiran Pai
See Also:
Serialized Form

Constructor Summary
JBossMessageDrivenBean31MetaData()
          Deprecated.  
 
Method Summary
 void addTimer(TimerMetaData timer)
          Deprecated.  
 List<TimerMetaData> getTimers()
          Deprecated. Returns the TimerMetaData associated with this bean
 void merge(JBossEnterpriseBeanMetaData override, EnterpriseBeanMetaData original, String overridenFile, String overrideFile, boolean mustOverride)
          Deprecated. 
 void merge(JBossEnterpriseBeanMetaData overrideEjb, JBossEnterpriseBeanMetaData originalEjb)
          Deprecated. 
 void setTimers(List<TimerMetaData> timers)
          Deprecated. Sets the TimerMetaData for this bean
 
Methods inherited from class org.jboss.metadata.ejb.jboss.JBossMessageDrivenBeanMetaData
determineJndiName, getAcknowledgeMode, getActivationConfig, getAroundInvokes, getDefaultActivationConfig, getDefaultConfigurationName, getDefaultInvokerJndiName, getDefaultInvokerName, getDestinationJndiName, getEjbTimeoutIdentity, getMdbClientId, getMdbPassword, getMdbSubscriptionId, getMdbUser, getMessageDestinationLink, getMessageDestinationType, getMessageSelector, getMessagingType, getResourceAdapterName, getSubscriptionDurability, getTimeoutMethod, isCreateDestination, isJMS, isMessageDriven, merge, setAcknowledgeMode, setActivationConfig, setAroundInvokes, setCreateDestination, setDefaultActivationConfig, setDestinationJndiName, setEjbTimeoutIdentity, setMdbClientId, setMdbPassword, setMdbSubscriptionId, setMdbUser, setMessageDestinationLink, setMessageDestinationType, setMessageDrivenDestination, setMessageSelector, setMessagingType, setResourceAdapterName, setSubscriptionDurability, setTimeoutMethod
 
Methods inherited from class org.jboss.metadata.ejb.jboss.JBossEnterpriseBeanMetaData
checkValid, determineAllDepends, determineConfigurationName, determineContainerConfiguration, determineContainerName, determineInvokerBinding, determineInvokerBindings, determineLocalJndiName, getAnnotatedEjbReferences, getAnnotations, getAopDomainName, getAssemblyDescriptor, getConfigurationName, getContainerName, getContainerObjectNameJndiName, getContainerTransactions, getDataSourceByName, getDataSources, getDefaultInvokers, getDepends, getEjbClass, getEjbJarMetaData, getEjbLocalReferenceByName, getEjbLocalReferences, getEjbName, getEjbReferenceByName, getEjbReferences, getEnterpriseBeansMetaData, getEnvironmentEntries, getEnvironmentEntryByName, getExcludeList, getGeneratedContainerName, getIgnoreDependency, getInvokerBindings, getIorSecurityConfig, getJBossMetaData, getJBossMetaDataWithCheck, getJndiBindingPolicy, getJndiEnvironmentRefsGroup, getJndiRefs, getLocalJndiName, getMappedName, getMessageDestinationReferenceByName, getMessageDestinationReferences, getMethodAttributes, getMethodPermissions, getMethodPermissions, getMethodTransactionTimeout, getMethodTransactionTimeout, getMethodTransactionType, getMethodTransactionType, getPersistenceContextReferenceByName, getPersistenceContextRefs, getPersistenceUnitReferenceByName, getPersistenceUnitRefs, getPoolConfig, getPostConstructs, getPreDestroys, getResourceEnvironmentReferenceByName, getResourceEnvironmentReferences, getResourceReferenceByName, getResourceReferences, getSecurityDomain, getSecurityIdentity, getSecurityProxy, getSecurityRole, getSecurityRolePrincipals, getSecurityRoleRefs, getSecurityRolesPrincipalVersusRolesMap, getServiceReferenceByName, getServiceReferences, getTransactionType, hasMethodPermissions, isBMT, isCMT, isConsumer, isEntity, isExceptionOnRollback, isGeneric, isMethodReadOnly, isMethodReadOnly, isService, isSession, isTimerPersistence, merge, newBean, newBean, setAnnotations, setAopDomainName, setConfigurationName, setContainerName, setDepends, setEjbClass, setEjbName, setEnterpriseBeansMetaData, setEnvironmentRefsGroup, setExceptionOnRollback, setGeneratedContainerName, setIgnoreDependency, setInvokerBindings, setIorSecurityConfig, setJndiBindingPolicy, setJndiEnvironmentRefsGroup, setJndiRefs, setLocalJndiName, setMappedName, setMethodAttributes, setPoolConfig, setSecurityDomain, setSecurityIdentity, setSecurityProxy, setTimerPersistence, setTransactionType
 
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptionGroup
getDescriptionGroup, setDescriptionGroup
 
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData
equals, getKey, getName, hashCode, setName, toString
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.metadata.common.ejb.ITimeoutTarget
getTimeoutMethod, setTimeoutMethod
 
Methods inherited from interface org.jboss.metadata.common.ejb.IEnterpriseBeanMetaData
getDescriptionGroup, getId, setDescriptionGroup
 
Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData
getKey
 

Constructor Detail

JBossMessageDrivenBean31MetaData

public JBossMessageDrivenBean31MetaData()
Deprecated. 
Method Detail

getTimers

public List<TimerMetaData> getTimers()
Deprecated. 
Returns the TimerMetaData associated with this bean

Specified by:
getTimers in interface IScheduleTarget

setTimers

public void setTimers(List<TimerMetaData> timers)
Deprecated. 
Sets the TimerMetaData for this bean

Specified by:
setTimers in interface IScheduleTarget

addTimer

public void addTimer(TimerMetaData timer)
Deprecated. 
Specified by:
addTimer in interface IScheduleTarget

merge

public void merge(JBossEnterpriseBeanMetaData override,
                  EnterpriseBeanMetaData original,
                  String overridenFile,
                  String overrideFile,
                  boolean mustOverride)
Deprecated. 

Overrides:
merge in class JBossMessageDrivenBeanMetaData

merge

public void merge(JBossEnterpriseBeanMetaData overrideEjb,
                  JBossEnterpriseBeanMetaData originalEjb)
Deprecated. 

Overrides:
merge in class JBossMessageDrivenBeanMetaData

JBoss Metadata EJB 7.2.2.Final

Copyright © 2015 JBoss by Red Hat. All Rights Reserved.