|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface PluginMeta
Models a plugin type in the edge server. This contains:
PluginMetas in
a role and is used to identify the type of the plugin.
| Nested Class Summary | |
|---|---|
static interface |
PluginMeta.Role
Plugin roles supported by the configuration framework. |
| Method Summary | |
|---|---|
void |
addParameterMeta(PluginParameterMeta parameterMeta)
Adds a configuration parameter description to the list of supported by this plugin type. |
String |
getDescription()
Returns a short description of the plugin type that this PluginMeta represents. |
String |
getDisplayName()
Returns the display name of this PluginMeta. |
String |
getKeyName()
Returns key name that uniquely identifies this PluginMeta within its role. |
PluginParameterMeta |
getParameterMeta(String keyName)
Returns the configuration parameter description for the given parameter key name. |
List |
getParameterMetaList()
Returns a list of PluginParameterMeta representing the configuration parameters
supported by this plugin type. |
String |
getRole()
Returns the role or group to which this PluginMeta belongs. |
void |
setDescription(String description)
Sets the short description of the plugin type that this PluginMeta represents. |
void |
setParameterMetaList(List parameterMetaList)
Sets the configuration parameter descriptions for this plugin type. |
| Method Detail |
|---|
String getRole()
String getKeyName()
String getDisplayName()
String getDescription()
void setDescription(String description)
description - short description of the plugin type that this PluginMeta representsList getParameterMetaList()
PluginParameterMeta representing the configuration parameters
supported by this plugin type. The configuration parameters may be in a nested hierarchy,
in which case, the corresponding PluginParameterMeta would represent a parameter group.
PluginParameterMeta representing the configuration parameters
supported by the plugin typevoid setParameterMetaList(List parameterMetaList)
parameterMetaList - the list of PluginParameterMeta representing
the configuration parametersvoid addParameterMeta(PluginParameterMeta parameterMeta)
parameterMeta - the PluginParameterMeta representing the configuration
parameter that is to be added to the plugin type's supported list
PluginParameterMeta getParameterMeta(String keyName)
throws NoSuchNameException
keyName - the key name of the parameter whose description is to be found
PluginParameterMeta representing the configuration parameter
NoSuchNameException - If the plugin type does not support configuration parameter
with the specified key name
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||