WebLogic Integration


com.bea.wlpi.server.plugin
Interface PluginManagerCfgHome


public interface PluginManagerCfgHome
extends javax.ejb.EJBHome

The home interface for the plugin configuration manager.

Since:
WebLogic Process Integrator version 2.0
Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
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 Integration

WebLogic Integration (WLI)