Package Name | Comment |
javax.ejb |
The javax.ejb package contains the Enterprise JavaBeans classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the EJB container.
|
javax.ejb.spi |
The javax.ejb.spi package defines interfaces that are implemented by
the EJB container. These interfaces are not used by application components.
|
javax.interceptor |
The javax.interceptor package contains classes and interfaces for
use with EJB interceptors.
|