WebLogic Integration


com.bea.wlpi.server.plugin
Interface PluginHome


public interface PluginHome
extends javax.ejb.EJBHome

The home interface for all plugins. Plugin implementors must use this home interface, in order for the plugin framework to recognize the EJB as a plugin.

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

Method Summary
 Plugin create()
          Create a remote plugin object reference.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Plugin create()
              throws javax.ejb.CreateException,
                     java.rmi.RemoteException
Create a remote plugin object reference.

Returns:
A reference to a remote object stub that implements the Plugin interface.

WebLogic Integration

WebLogic Integration (WLI)