|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventContext | |
---|---|
org.rhq.core.pluginapi.event.log | |
org.rhq.core.pluginapi.inventory | |
org.rhq.core.pluginapi.upgrade |
Uses of EventContext in org.rhq.core.pluginapi.event.log |
---|
Constructors in org.rhq.core.pluginapi.event.log with parameters of type EventContext | |
---|---|
LogFileEventPoller(EventContext eventContext,
String eventType,
File logFile,
LogEntryProcessor entryProcessor)
|
Uses of EventContext in org.rhq.core.pluginapi.inventory |
---|
Methods in org.rhq.core.pluginapi.inventory that return EventContext | |
---|---|
EventContext |
ResourceContext.getEventContext()
Returns an EventContext , if the resource supports one or more types of
Event s, or null otherwise. |
Constructors in org.rhq.core.pluginapi.inventory with parameters of type EventContext | |
---|---|
ResourceContext(Resource resource,
T parentResourceComponent,
ResourceDiscoveryComponent<T> resourceDiscoveryComponent,
SystemInfo systemInfo,
File temporaryDirectory,
File dataDirectory,
String pluginContainerName,
EventContext eventContext,
OperationContext operationContext,
ContentContext contentContext,
Executor availCollectorThreadPool,
PluginContainerDeployment pluginContainerDeployment)
Creates a new ResourceContext object. |
Uses of EventContext in org.rhq.core.pluginapi.upgrade |
---|
Constructors in org.rhq.core.pluginapi.upgrade with parameters of type EventContext | |
---|---|
ResourceUpgradeContext(Resource resource,
ResourceContext<?> parentResourceContext,
T parentResourceComponent,
ResourceDiscoveryComponent<T> resourceDiscoveryComponent,
SystemInfo systemInfo,
File temporaryDirectory,
File dataDirectory,
String pluginContainerName,
EventContext eventContext,
OperationContext operationContext,
ContentContext contentContext,
Executor availCollectorThreadPool,
PluginContainerDeployment pluginContainerDeployment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |