| Package | Description |
|---|---|
| org.rhq.enterprise.server.plugin.pc | |
| org.rhq.enterprise.server.plugin.pc.alert | |
| org.rhq.enterprise.server.plugin.pc.content |
| Modifier and Type | Method and Description |
|---|---|
protected ServerPluginComponent |
ServerPluginManager.createServerPluginComponent(ServerPluginEnvironment environment)
This will create a new
ServerPluginComponent instance for that is used to
initialize and shutdown a particular server plugin. |
ServerPluginComponent |
ScheduledJobInvocationContext.getServerPluginComponent()
If the job's plugin has a plugin component defined, this will return the instance of that component.
|
protected ServerPluginComponent |
ServerPluginManager.getServerPluginComponent(String pluginName)
Returns the main plugin component instance that is responsible for initializing and managing
the plugin.
|
| Modifier and Type | Method and Description |
|---|---|
protected ScheduledJobInvocationContext |
StatefulJobWrapper.createContext(ScheduledJobDefinition jobDefinition,
ServerPluginContext pluginContext,
ServerPluginComponent serverPluginComponent,
Map<String,String> jobData) |
protected ScheduledJobInvocationContext |
ConcurrentJobWrapper.createContext(ScheduledJobDefinition jobDefinition,
ServerPluginContext pluginContext,
ServerPluginComponent serverPluginComponent,
Map<String,String> jobData) |
| Constructor and Description |
|---|
ScheduledJobInvocationContext(ScheduledJobDefinition jobDefinition,
ServerPluginContext pluginContext,
ServerPluginComponent serverPluginComponent) |
StatefulScheduledJobInvocationContext(ScheduledJobDefinition jobDefinition,
ServerPluginContext pluginContext,
ServerPluginComponent serverPluginComponent,
Map<String,String> jobData) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlertSender<T extends ServerPluginComponent>
Abstract base class for all Alert senders.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
AlertSender.pluginComponent
Global component holding persistent resources
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPackageTypeBehavior<T extends ServerPluginComponent> |
| Modifier and Type | Field and Description |
|---|---|
protected T |
AbstractPackageTypeBehavior.pluginComponent |
| Modifier and Type | Method and Description |
|---|---|
AbstractPackageTypeBehavior<? extends ServerPluginComponent> |
PackageTypePluginManager.getBehavior(int packageTypeId) |
AbstractPackageTypeBehavior<? extends ServerPluginComponent> |
PackageTypePluginManager.getBehavior(String packageTypeName) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.