|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginConfiguration
This interface defines the configuration of a plugin.
An experimental configuration provider is available from AbstractPlugin.getConfiguration(Class)
.
Method Summary | |
---|---|
Plugin |
getFirstNextPlugin() Return the plugin that is the next plugin relative to the plugin that owns this configuration. |
java.lang.String |
getName() Returns the name of the plugin that owns this configuration. |
java.util.List<Plugin> |
getNextPlugins() Return the list of plugins configured as next plugins relative to the plugin that owns this configuration. |
java.util.Set<java.lang.String> |
getProperties() Returns the raw configuration properties defined for the plugin that owns this configuration. |
java.lang.Class<? extends ManagedPlugin> |
getType() Returns the type of the plugin that owns this configuration. |
Method Detail |
---|
Plugin getFirstNextPlugin()
java.util.List<Plugin> getNextPlugins()
Note that the indexation can be different between restarts of the server.
java.lang.String getName()
java.lang.Class<? extends ManagedPlugin> getType()
java.util.Set<java.lang.String> getProperties()
|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |