Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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


public interface PluginPool

PluginPool is a collection of PluginInstances. The pool is populated internally using the PluginInstanceFactory.


Method Summary
 ManagedPluginInstance getInstance(String pluginInstanceId)
          Gets the instance for a spcific plug-in instance id.
 String[] listInstances()
          Lists all available instances.

 

Method Detail

getInstance

public ManagedPluginInstance getInstance(String pluginInstanceId)
Gets the instance for a spcific plug-in instance id.
Parameters:
pluginInstanceId - Id for the instance.
Returns:
The plug-in instance or null if no such instance exists.

listInstances

public String[] listInstances()
Lists all available instances.
Returns:
A list of pluginInstanceIds.

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.