Oracle Corporation

Uses of Interface
com.bea.wlcp.wlng.api.plugin.PluginInstanceFactory

Packages that use PluginInstanceFactory
com.bea.wlcp.wlng.api.plugin   
com.bea.wlcp.wlng.api.plugin.common   
 

Uses of PluginInstanceFactory in com.bea.wlcp.wlng.api.plugin
 

Subinterfaces of PluginInstanceFactory in com.bea.wlcp.wlng.api.plugin
 interface ManagedPluginService
          Defines a plug-in service that each plug-in must implement.
 

Uses of PluginInstanceFactory in com.bea.wlcp.wlng.api.plugin.common
 

Classes in com.bea.wlcp.wlng.api.plugin.common that implement PluginInstanceFactory
 class AbstractManagedPlugin
          Deprecated. Use instead ManagedPluginService. AbstractManagedPlugin is a helper class for implementing a PluginService. A plug-in that implements this interface will have one plug-in instance created if it registers any north or south interfaces.
 


Oracle Corporation