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 Scheduler
SchedulerResources. cook
Gets 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 interface
AidSchedulerLocal
This interface is part of an EJB example to leverage the XML deployment descriptor as much as possible.interface
AidSchedulerRemote
This interface is part of an EJB example to leverage the XML deployment descriptor as much as possible.interface
BakeSchedulerRemote
interface
CookLocal
interface
HospitalLocal
interface
HospitalRemote
interface
TrainSchedulerRemote
Classes in ejava.examples.jndidemo.ejb that implement Scheduler Modifier and Type Class Description class
AidSchedulerEJB
This class is primarily an example of an EJB mostly configured through an external ejb-jar.xml deployment descriptor.class
BakeSchedulerEJB
This class is primarily an example of configuring an EJB throughclass
CookEJB
class
HospitalEJB
This EJB is associated with an example to have the deployment leverage the XML deployment descriptors as much as possible.class
SchedulerBase
class
TrainSchedulerEJB
Fields in ejava.examples.jndidemo.ejb declared as Scheduler Modifier and Type Field Description protected Scheduler
TrainSchedulerEJB. cook
This will inject an EJB based on an Annotation qualifierprotected Scheduler
TrainSchedulerEJB. cook2
This 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. anyCook
This will inject the ability to get an Scheduler when the qualifier is known at runtime.
-