WebLogic Process Integrator Version 2.0

com.bea.wlpi.server.plugin
Interface PluginHome

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

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.


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 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.