| Interface | Description |
|---|---|
| ControlFacet |
Interface that server plugin components must implement if they want to expose
control operations.
|
| ServerPluginComponent |
Performs global initialization and shutdown of a server side plugin.
|
| ServerPluginServiceMBean |
The MBean management interface that defines the lifecycle methods for the
ServerPluginService service. |
| ServerPluginValidator |
Validates that a given plugin descriptor is correct.
|
| Class | Description |
|---|---|
| AbstractTypeServerPluginContainer |
The abstract superclass for all plugin containers of the different
plugin types. |
| ClassLoaderManager |
Manages the classloaders created and used by the master plugin container and all plugins.
|
| ConcurrentJobWrapper |
The actual quartz job that the plugin container will submit when it needs to invoke
a concurrent scheduled job on behalf of a plugin.
|
| ControlResults |
Represents the results of a control operation invocation that a server plugin component performed.
|
| MasterServerPluginContainer |
The container responsible for managing all the plugin containers for all the
different plugin types.
|
| MasterServerPluginContainerConfiguration |
A very simple object used to contain master server plugin container configuration.
|
| RootServerPluginClassLoader |
This is the classloader that will be the parent to all plugin classloaders.
|
| ScheduledJobInvocationContext |
A scheduled job's invocation method can take a single argument of this type.
|
| ServerPluginClassLoader |
Classloader for the plugin jar itself and any embedded lib.
|
| ServerPluginContext |
A global context containing information about a server-side plugin.
|
| ServerPluginEnvironment |
Manages the context of a loaded plugin.
|
| ServerPluginManager |
Provides functionality to manage plugins for a plugin container.
|
| ServerPluginService |
This is the singleton management service responsible for managing the lifecycle of the
MasterServerPluginContainer. |
| ServerPluginType |
Defines the types of server-side plugins that are currently supported.
|
| ServerPluginValidatorUtil |
A utility to test that a set of server plugins are valid.
|
| StatefulJobWrapper |
The actual quartz job that the plugin container will submit when it needs to invoke
a scheduled job on behalf of a plugin.
|
| StatefulScheduledJobInvocationContext |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.