Oracle Corporation

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

All Known Subinterfaces:
ManagedPluginService
All Known Implementing Classes:
AbstractManagedPlugin

public interface PluginInstanceFactory

Plugin instance factory creates instances of a plug-in.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Method Summary
 ManagedPluginInstance createInstance(String pluginInstanceId)
          Creates a new instance for this plug-in.
 

Method Detail

createInstance

public ManagedPluginInstance createInstance(String pluginInstanceId)
                                     throws DeploymentException
Creates a new instance for this plug-in.

Parameters:
pluginInstanceId - The id of the instance.
Returns:
A new plug-in instance.
Throws:
DeploymentException

Oracle Corporation