Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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


public interface PluginPool

PluginPool is a collection of PluginInstance's. The pool is populated internaly 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 pluginInstanceId's

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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