WebLogic Process Integrator Version 2.0

com.bea.wlpi.server.plugin
Interface PluginManagerCfgHome

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

public interface PluginManagerCfgHome
extends javax.ejb.EJBHome

The home interface for the plugin configuration manager.

Since:
WebLogic Process Integrator version 2.0
See Also:
PluginManagerHome

Method Summary
 PluginManagerCfg create()
          Create a new PluginManagerCfg EJB.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public PluginManagerCfg create()
                        throws javax.ejb.CreateException,
                               java.rmi.RemoteException
Create a new PluginManagerCfg EJB.
Returns:
A new plugin configuration manager bean.
Throws:
javax.ejb.CreateException - if the bean could not be created.
java.rmi.RemoteException - if a communications or runtime 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.