WebLogic Integration


com.bea.wlai.client
Interface ApplicationViewHome


public interface ApplicationViewHome
extends javax.ejb.EJBHome

Home interface for the ApplicationView EJB. This class is looked up in JNDI, and used to create instances of ApplicationViewRemote (the remote interface for the ApplicationView EJB. It is generally recommended that users use the ApplicationView class instead of the EJB. The ApplicationView class provides event notification facilities that are NOT offered by this EJB. The ApplicationView EJB is a STATELESS session EJB.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
ApplicationView

Method Summary
 ApplicationViewRemote create()
          Create/get an instance of the ApplicationView EJB.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public ApplicationViewRemote create()
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException
Create/get an instance of the ApplicationView EJB.

Throws:
javax.ejb.CreateException - If an error occurs while creating a new instance.

WebLogic Integration

WebLogic Integration (WLI)