Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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
abstract  ManagedPluginInstance createInstance(java.lang.String pluginInstanceId)
          Creates a new instance for this plug-in.
 

Method Detail

createInstance

public ManagedPluginInstance createInstance(java.lang.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

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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