JBoss Metadata EJB 7.2.2.Final

Uses of Class
org.jboss.metadata.ejb.spec.TimerMetaData

Packages that use TimerMetaData
org.jboss.metadata.common.ejb   
org.jboss.metadata.ejb.jboss   
org.jboss.metadata.ejb.parser.spec   
org.jboss.metadata.ejb.spec   
 

Uses of TimerMetaData in org.jboss.metadata.common.ejb
 

Methods in org.jboss.metadata.common.ejb that return types with arguments of type TimerMetaData
 List<TimerMetaData> IScheduleTarget.getTimers()
           
 

Methods in org.jboss.metadata.common.ejb with parameters of type TimerMetaData
 void IScheduleTarget.addTimer(TimerMetaData timer)
           
 

Method parameters in org.jboss.metadata.common.ejb with type arguments of type TimerMetaData
 void IScheduleTarget.setTimers(List<TimerMetaData> timers)
           
 

Uses of TimerMetaData in org.jboss.metadata.ejb.jboss
 

Methods in org.jboss.metadata.ejb.jboss that return types with arguments of type TimerMetaData
 List<TimerMetaData> JBossMessageDrivenBean31MetaData.getTimers()
          Deprecated. Returns the TimerMetaData associated with this bean
 List<TimerMetaData> JBossSessionBean31MetaData.getTimers()
          Deprecated. Returns the TimerMetaData associated (if any) with this bean
 

Methods in org.jboss.metadata.ejb.jboss with parameters of type TimerMetaData
 void JBossMessageDrivenBean31MetaData.addTimer(TimerMetaData timer)
          Deprecated.  
 void JBossSessionBean31MetaData.addTimer(TimerMetaData timer)
          Deprecated.  
 

Method parameters in org.jboss.metadata.ejb.jboss with type arguments of type TimerMetaData
 void JBossMessageDrivenBean31MetaData.setTimers(List<TimerMetaData> timers)
          Deprecated. Sets the TimerMetaData for this bean
 void JBossSessionBean31MetaData.setTimers(List<TimerMetaData> timer)
          Deprecated. Sets the TimerMetaData associated with this bean
 

Uses of TimerMetaData in org.jboss.metadata.ejb.parser.spec
 

Methods in org.jboss.metadata.ejb.parser.spec that return TimerMetaData
 TimerMetaData TimerMetaDataParser.parse(XMLStreamReader reader, PropertyReplacer propertyReplacer)
          Creates and returns TimerMetaData
 

Methods in org.jboss.metadata.ejb.parser.spec with parameters of type TimerMetaData
protected  void TimerMetaDataParser.processElement(TimerMetaData timer, XMLStreamReader reader, PropertyReplacer propertyReplacer)
          Parses the child elements of the <timer> element and updates the passed TimerMetaData accordingly.
 

Uses of TimerMetaData in org.jboss.metadata.ejb.spec
 

Methods in org.jboss.metadata.ejb.spec that return types with arguments of type TimerMetaData
 List<TimerMetaData> MessageDrivenBean31MetaData.getTimers()
          Returns the TimerMetaData associated with this bean
 List<TimerMetaData> SessionBean31MetaData.getTimers()
           
 


JBoss Metadata EJB 7.2.2.Final

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