Sequence support

EAServer component interfaces can use IDL sequences as parameter or return types in method definitions. For example, in the home interface for an EJB entity bean component, finder methods may return a sequence of remote interface proxies for the entity bean.

In ActiveX clients and components, sequences are represented by the JCollection IDispatch interface. This interface is implemented by the EAServer ActiveX proxy.

The JCollection interface is documented in Chapter 4, “ActiveX Client Interfaces,” in the EAServer API Reference.