WebLogic Process Integrator Version 2.0

com.bea.wlpi.server.catalog
Interface EJBCatalogHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface EJBCatalogHome
extends javax.ejb.EJBHome

Home interface for the EJBCatalog session EJB.


Method Summary
 EJBCatalog create()
          Create a remote EJBCatalog instance.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public EJBCatalog create()
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException
Create a remote EJBCatalog instance. The remote object may be used to catalog the EJBs deployed on a given system.
Returns:
Remote reference to newly created EJB catalog object.
Throws:
javax.ejb.CreateException - if the remote object could not be created.
java.rmi.RemoteException - if a communication error occurred.

WebLogic Process Integrator Version 2.0

BEA WebLogic Process Integrator is a trademark of BEA Systems, Inc.
Copyright (c) 2001 BEA Systems, Inc.
All rights reserved.