Uses of Interface
ejava.examples.jndidemo.Scheduler
-
Packages that use Scheduler Package Description ejava.examples.jndidemo ejava.examples.jndidemo.ejb -
-
Uses of Scheduler in ejava.examples.jndidemo
Fields in ejava.examples.jndidemo declared as Scheduler Modifier and Type Field Description SchedulerSchedulerResources. cookGets a CookEJB for any bean injecting a Scheduler -
Uses of Scheduler in ejava.examples.jndidemo.ejb
Subinterfaces of Scheduler in ejava.examples.jndidemo.ejb Modifier and Type Interface Description interfaceAidSchedulerLocalThis interface is part of an EJB example to leverage the XML deployment descriptor as much as possible.interfaceAidSchedulerRemoteThis interface is part of an EJB example to leverage the XML deployment descriptor as much as possible.interfaceBakeSchedulerRemoteinterfaceCookLocalinterfaceHospitalLocalinterfaceHospitalRemoteinterfaceTrainSchedulerRemoteClasses in ejava.examples.jndidemo.ejb that implement Scheduler Modifier and Type Class Description classAidSchedulerEJBThis class is primarily an example of an EJB mostly configured through an external ejb-jar.xml deployment descriptor.classBakeSchedulerEJBThis class is primarily an example of configuring an EJB throughclassCookEJBclassHospitalEJBThis EJB is associated with an example to have the deployment leverage the XML deployment descriptors as much as possible.classSchedulerBaseclassTrainSchedulerEJBFields in ejava.examples.jndidemo.ejb declared as Scheduler Modifier and Type Field Description protected SchedulerTrainSchedulerEJB. cookThis will inject an EJB based on an Annotation qualifierprotected SchedulerTrainSchedulerEJB. cook2This will be looked up at runtime during the @PostConstructFields in ejava.examples.jndidemo.ejb with type parameters of type Scheduler Modifier and Type Field Description protected Instance<Scheduler>TrainSchedulerEJB. anyCookThis will inject the ability to get an Scheduler when the qualifier is known at runtime.
-