Interface Summary |
IDatabaseConnectionFactory |
Classes that implement this interface are capable of creating a connection
to a database. |
IDetection |
Classes that implement this interface are capable of detecting the current
application server. |
IHomeInterfaceFactory |
Classes that implement this interface are capable of looking up home
interfaces. |
IInitialContextFactory |
Classes that implement this interface can create an
InitialContext . |
ILocator |
|
IOrderConstants |
This interface contains the constants for specifying ordering to a bean. |
IOwnedTarget |
Classes that implement this interface have the ability to store an owner
username. |
IPersistable |
This interface marks a class as being "persistable", or capable of having its
fields introspected for storage in a database. |
IPrimaryKeyGenerator |
Classes that implement this interface are able to generate unique primary
keys. |
Class Summary |
BeanInfoWrapper |
This class decorates and provides additional functionality for
BeanInfo . |
ClassDetection |
Classes that implement this interface are capable of detecting the current
application server. |
DatabaseConnectionHelper |
This is a helper class to create database connections and perform common database
interactions. |
DefaultHomeInterfaceFactory |
This class implements the default home interface factory, which looks
up the name of the home interface. |
EjbLocator |
|
EjbLog |
This class logs messages and debugging for Enterprise JavaBeans. |
EjbLogFactory |
This class is capable of creating EjbLog instances. |
EjbRuntimeProperties |
This class encapsulates access to the ejbruntime.properties file. |
EjbServiceRegistry |
This class is the ServiceRegistry for the EJB runtime environment. |
HomeInterfaceFactory |
This class has the ability to lookup home interfaces. |
JmsUtility |
JMS utility class. |
PolicyManager |
A class which extends this class is capable of moderating the access to a
resource. |
RuntimeProperties |
This class encapsulates access to the ejbruntime.properties file. |
SystemInformation |
This class dumps system information to standard output. |
SystemTimePKGenerator |
This class has the ability to generate unique primary keys using the
current system time. |
TimeAndIPPKGenerator |
This class has the ability to generate unique primary keys using the
current system time and local IP address. |
The Ejb package is a set of classes that make up the EJB runtime. This includes
functionality for primary key generation, making database connections and
creating the initial context factory.