Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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

All Known Subinterfaces:
ManagedPluginService
All Known Implementing Classes:
AbstractManagedPlugin

public interface PluginInstanceFactory

Plugin instance factory that creates instances of a plug-in.


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

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.