Uses of Class
org.apache.openejb.jee.wls.TimerDescriptor
-
Packages that use TimerDescriptor Package Description 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 Modifier and Type Field Description protected TimerDescriptorEntityDescriptor. timerDescriptorprotected TimerDescriptorMessageDrivenDescriptor. timerDescriptorprotected TimerDescriptorStatelessSessionDescriptor. timerDescriptorMethods in org.apache.openejb.jee.wls that return TimerDescriptor Modifier and Type Method Description TimerDescriptorObjectFactory. createTimerDescriptor()Create an instance ofTimerDescriptorTimerDescriptorEntityDescriptor. getTimerDescriptor()Gets the value of the timerDescriptor property.TimerDescriptorMessageDrivenDescriptor. getTimerDescriptor()Gets the value of the timerDescriptor property.TimerDescriptorStatelessSessionDescriptor. getTimerDescriptor()Gets the value of the timerDescriptor property.Methods in org.apache.openejb.jee.wls with parameters of type TimerDescriptor Modifier and Type Method Description voidEntityDescriptor. setTimerDescriptor(TimerDescriptor value)Sets the value of the timerDescriptor property.voidMessageDrivenDescriptor. setTimerDescriptor(TimerDescriptor value)Sets the value of the timerDescriptor property.voidStatelessSessionDescriptor. setTimerDescriptor(TimerDescriptor value)Sets the value of the timerDescriptor property.
-