Uses of Class
org.apache.openejb.jee.wls.TimerDescriptor

Packages that use TimerDescriptor
org.apache.openejb.jee.wls Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of TimerDescriptor in org.apache.openejb.jee.wls
 

Fields in org.apache.openejb.jee.wls declared as TimerDescriptor
protected  TimerDescriptor EntityDescriptor.timerDescriptor
           
protected  TimerDescriptor StatelessSessionDescriptor.timerDescriptor
           
protected  TimerDescriptor MessageDrivenDescriptor.timerDescriptor
           
 

Methods in org.apache.openejb.jee.wls that return TimerDescriptor
 TimerDescriptor ObjectFactory.createTimerDescriptor()
          Create an instance of TimerDescriptor
 TimerDescriptor EntityDescriptor.getTimerDescriptor()
          Gets the value of the timerDescriptor property.
 TimerDescriptor StatelessSessionDescriptor.getTimerDescriptor()
          Gets the value of the timerDescriptor property.
 TimerDescriptor MessageDrivenDescriptor.getTimerDescriptor()
          Gets the value of the timerDescriptor property.
 

Methods in org.apache.openejb.jee.wls with parameters of type TimerDescriptor
 void EntityDescriptor.setTimerDescriptor(TimerDescriptor value)
          Sets the value of the timerDescriptor property.
 void StatelessSessionDescriptor.setTimerDescriptor(TimerDescriptor value)
          Sets the value of the timerDescriptor property.
 void MessageDrivenDescriptor.setTimerDescriptor(TimerDescriptor value)
          Sets the value of the timerDescriptor property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.