WebLogic Integration


com.bea.wlai.client
Interface ConnectionFactoryManagerHome


public interface ConnectionFactoryManagerHome
extends javax.ejb.EJBHome

Home interface for the ConnectionFactoryManager EJB.

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

Method Summary
 ConnectionFactoryManager create()
          Create/get an instance of an ConnectionFactoryManager remote interface.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public ConnectionFactoryManager create()
                                throws javax.ejb.CreateException,
                                       java.rmi.RemoteException
Create/get an instance of an ConnectionFactoryManager remote interface.

Throws:
javax.ejb.CreateException - If an error occurs creating a new instance.
java.rmi.RemoteException - If an RMI communication error occurs.

WebLogic Integration

WebLogic Integration (WLI)