| Package | Description |
|---|---|
| org.rhq.enterprise.server.plugin.pc |
| Modifier and Type | Method and Description |
|---|---|
ServerPluginContext |
ScheduledJobInvocationContext.getServerPluginContext()
General information for the job's plugin.
|
protected ServerPluginContext |
ServerPluginManager.getServerPluginContext(ServerPluginEnvironment env) |
| 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) |
void |
ServerPluginComponent.initialize(ServerPluginContext context)
When a plugin's container loads a plugin, this method will be called.
|
| Constructor and Description |
|---|
ScheduledJobInvocationContext(ScheduledJobDefinition jobDefinition,
ServerPluginContext pluginContext,
ServerPluginComponent serverPluginComponent) |
StatefulScheduledJobInvocationContext(ScheduledJobDefinition jobDefinition,
ServerPluginContext pluginContext,
ServerPluginComponent serverPluginComponent,
Map<String,String> jobData) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.