Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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
abstract  ManagedPluginInstance getInstance(java.lang.String pluginInstanceId)
          Gets the instance for a spcific plug-in instance id.
abstract  java.lang.String[] listInstances()
          Lists all available instances.
 

Method Detail

getInstance

public ManagedPluginInstance getInstance(java.lang.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 java.lang.String[] listInstances()
Lists all available instances.

Returns:
A list of pluginInstanceIds.

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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