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

Sun Microsystem Inc

package javax.ejb

Enterprise JavaBeans v1.1, Final Release

Enterprise JavaBeans™ API Reference

Chapter 20 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 SessionBean public interface SessionContext

public interface SessionSynchronization

283

11/24/99

Sun Microsystems Inc.

Enterprise JavaBeans™ API Reference

Enterprise JavaBeans v1.1, Final Release

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 is 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 compliant Containers.

We intend to a tool which will help convert an EJB 1.0 deployment descriptor to the EJB 1.1 XML-based format. The javax.ejb.deployment package will be provided only as part of this tool.

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

11/24/99

284