EntityEJBControl Interface

Base interface for  EJB controls that represent Entity Beans. Subclass of EJBControl.

Syntax

package weblogic.jws.control;


public class EntityEJBControl extends EJBControl

Remarks

The methods of this interface may be invoked by any web service with a EJB control instance.

Members

Constructors

Methods

Supports iteration through a Collection of entity bean instances returned by a multi-select finder method.

Fields

Events

Related Topic

Overview: Enterprise Java Beans (EJBs)

EJB Control: Using Enterprise Java Beans from a Web Service

EJBControl Interface

SessionEJBControl Interface