Internal Name: |
RHQ Server Plugin Subsystem |
Description: |
Details on the server-side plugin container subsystem |
Singleton: |
yes |
Plugin: |
RHQServer |
Name |
Description |
Required |
Internal Name |
Object Name |
|
yes |
objectName |
Name Template |
|
yes |
nameTemplate |
Description Template |
|
yes |
descriptionTemplate |
You must use the internal name to reference properties in Dynamic Group Definition expressions.
Name |
Type |
Description |
Internal Name |
Plugin Directory |
trait |
The location where this plugin container expects to find all of its plugins. |
{masterPluginContainer.configuration.pluginDirectory} |
Temporary Directory |
trait |
The location that the plugin uses to store transient files. Dependency jars found in plugins will be stored here to help build plugin classloaders. |
{masterPluginContainer.configuration.temporaryDirectory} |
You must use the internal name to reference traits in Dynamic Group Definition expressions.
Name |
Description |
Start Master Plugin Container |
Starts the master plugin container which will load and initialize all server-side plugins. |
Stop Master Plugin Container |
Stops the master plugin container which will shutdown all server-side plugins. |
Restart Master Plugin Container |
Convienence operation that first stops and then immediately restarts the master plugin container. |