Package | Description |
---|---|
ejava.examples.jndidemo | |
ejava.examples.jndidemo.ejb |
Modifier and Type | Field and Description |
---|---|
Scheduler |
SchedulerResources.cook
Gets a CookEJB for any bean injecting a Scheduler
|
Modifier and Type | Interface and 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 |
Modifier and Type | Class and 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 through
|
class |
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 |
Modifier and Type | Field and Description |
---|---|
protected Scheduler |
TrainSchedulerEJB.cook
This will inject an EJB based on an Annotation qualifier
|
protected Scheduler |
TrainSchedulerEJB.cook2
This will be looked up at runtime during the @PostConstruct
|
Modifier and Type | Field and Description |
---|---|
protected Instance<Scheduler> |
TrainSchedulerEJB.anyCook
This will inject the ability to get an Scheduler when the qualifier is
known at runtime.
|
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.