Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Enterprise JavaBeans™ Specification, Version 2.0 - Sun Microsystems.pdf
Скачиваний:
14
Добавлен:
24.05.2014
Размер:
2.71 Mб
Скачать

Sun Microsystems Inc

package javax.ejb

Enterprise JavaBeans 2.0, Public Draft

Enterprise JavaBeans™ API Reference

Chapter 25 Enterprise JavaBeans™ API Reference

The following interfaces and classes comprise the Enterprise JavaBeans API:

package javax.ejb

Interfaces:

public interface EJBContext public interface EJBHome public interface EJBMetaData public interface EJBObject public interface EnterpriseBean public interface EntityBean public interface EntityContext public interface Handle

public interface HomeHandle public interface MessageDrivenBean

public interface MessageDrivenContext public interface SessionBean

public interface SessionContext

public interface SessionSynchronization

471

5/31/00

Sun Microsystems Inc.

Enterprise JavaBeans™ API Reference

Enterprise JavaBeans 2.0, Public Draft

package javax.ejb.deployment

Classes:

public class CreateException public class DuplicateKeyException public class EJBException

public class FinderException

public class ObjectNotFoundException public class RemoveException

package javax.ejb.deployment

The javax.ejb.deployment package that was defined in the EJB 1.0 specification was deprecated in EJB 1.1. The EJB 1.0 deployment descriptor format should not be used by ejb-jar file producer, and the support for it is not required by EJB 1.1 and later compliant Containers.

The Javadoc specification of the EJB interface is included in a ZIP file distributed with this document.

5/31/00

472