WebLogic Integration


com.bea.wlpi.server.admin
Interface AdminHome


public interface AdminHome
extends javax.ejb.EJBHome

Home interface for the Admin session EJB.

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

Method Summary
 Admin create()
          Create a remote object that implements the Admin interface.
 Admin create(boolean disableOptimizations)
          Create a remote object that implements the Admin interface.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Admin create()
             throws javax.ejb.CreateException,
                    java.rmi.RemoteException
Create a remote object that implements the Admin interface.

Throws:
javax.ejb.CreateException - if the remote object could not be created.
java.rmi.RemoteException - if a communications error occurred.

create

public Admin create(boolean disableOptimizations)
             throws javax.ejb.CreateException,
                    java.rmi.RemoteException
Create a remote object that implements the Admin interface.

Parameters:
disableOptimizations - Flag to disable read-mostly optimizations within Admin bean.
Throws:
javax.ejb.CreateException - if the remote object could not be created.
java.rmi.RemoteException - if a communications error occurred.

WebLogic Integration

WebLogic Integration (WLI)