WebLogic Integration


com.bea.wlpi.server.serverproperties
Interface ServerPropertiesHome


public interface ServerPropertiesHome
extends javax.ejb.EJBHome

Home interface for the ServerProperties session EJB.

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

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

Method Detail

create

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

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)