| Package | Description |
|---|---|
| org.hawkular.agent.monitor.cmd | |
| org.hawkular.agent.monitor.extension | |
| org.hawkular.agent.monitor.protocol | |
| org.hawkular.agent.monitor.protocol.dmr |
| Modifier and Type | Method and Description |
|---|---|
protected org.hawkular.bus.common.BinaryData |
AddDatasourceCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
EndpointService<DMRNodeLocation,DMRSession> endpointService,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.AddDatasourceRequest> envelope,
org.hawkular.cmdgw.api.AddDatasourceResponse response,
CommandContext context,
DMRSession dmrContext) |
protected org.hawkular.bus.common.BinaryData |
AddJdbcDriverCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
EndpointService<DMRNodeLocation,DMRSession> endpointService,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.AddJdbcDriverRequest> envelope,
org.hawkular.cmdgw.api.AddJdbcDriverResponse response,
CommandContext context,
DMRSession dmrContext) |
protected org.hawkular.bus.common.BinaryData |
DeployApplicationCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
EndpointService<DMRNodeLocation,DMRSession> endpointService,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.DeployApplicationRequest> envelope,
org.hawkular.cmdgw.api.DeployApplicationResponse response,
CommandContext context,
DMRSession dmrContext) |
protected org.hawkular.bus.common.BinaryData |
ExecuteOperationCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
EndpointService<DMRNodeLocation,DMRSession> endpointService,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.ExecuteOperationRequest> envelope,
org.hawkular.cmdgw.api.ExecuteOperationResponse response,
CommandContext context,
DMRSession dmrContext) |
protected org.hawkular.bus.common.BinaryData |
ExportJdrCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
EndpointService<DMRNodeLocation,DMRSession> endpointService,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.ExportJdrRequest> envelope,
org.hawkular.cmdgw.api.ExportJdrResponse response,
CommandContext context,
DMRSession dmrContext) |
protected org.hawkular.bus.common.BinaryData |
AbstractRemoveModelNodeCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
EndpointService<DMRNodeLocation,DMRSession> endpointService,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<REQ> envelope,
RESP response,
CommandContext context,
DMRSession dmrContext) |
protected abstract org.hawkular.bus.common.BinaryData |
AbstractResourcePathCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
EndpointService<DMRNodeLocation,DMRSession> endpointService,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<REQ> envelope,
RESP response,
CommandContext context,
DMRSession dmrContext)
Do whatever with the already validated parameters.
|
protected org.hawkular.bus.common.BinaryData |
UpdateDatasourceCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
EndpointService<DMRNodeLocation,DMRSession> endpointService,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.UpdateDatasourceRequest> envelope,
org.hawkular.cmdgw.api.UpdateDatasourceResponse response,
CommandContext context,
DMRSession dmrContext) |
| Modifier and Type | Method and Description |
|---|---|
MonitorServiceConfiguration.ProtocolConfiguration<DMRNodeLocation> |
MonitorServiceConfiguration.getDmrConfiguration() |
| Constructor and Description |
|---|
MonitorServiceConfiguration(MonitorServiceConfiguration.GlobalConfiguration globalConfiguration,
MonitorServiceConfiguration.DiagnosticsConfiguration diagnostics,
MonitorServiceConfiguration.StorageAdapterConfiguration storageAdapter,
MonitorServiceConfiguration.ProtocolConfiguration<DMRNodeLocation> dmrConfiguration,
MonitorServiceConfiguration.ProtocolConfiguration<JMXNodeLocation> jmxConfiguration,
MonitorServiceConfiguration.ProtocolConfiguration<PlatformNodeLocation> platformConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolService<DMRNodeLocation,DMRSession> |
ProtocolServices.getDmrProtocolService() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolServices.Builder |
ProtocolServices.Builder.dmrProtocolService(ModelControllerClientFactory localModelControllerClientFactory,
MonitorServiceConfiguration.ProtocolConfiguration<DMRNodeLocation> protocolConfig) |
| Constructor and Description |
|---|
ProtocolServices(ProtocolService<DMRNodeLocation,DMRSession> dmrProtocolService,
ProtocolService<JMXNodeLocation,JMXSession> jmxProtocolService,
ProtocolService<PlatformNodeLocation,PlatformSession> platformProtocolService,
int autoDiscoveryScanPeriodSecs) |
| Modifier and Type | Method and Description |
|---|---|
DMRNodeLocation |
DMRLocationResolver.absolutize(DMRNodeLocation base,
DMRNodeLocation location) |
static DMRNodeLocation |
DMRNodeLocation.empty() |
static DMRNodeLocation |
DMRNodeLocation.of(org.jboss.dmr.ModelNode addressNode) |
static DMRNodeLocation |
DMRNodeLocation.of(String path) |
| Modifier and Type | Method and Description |
|---|---|
Map<DMRNodeLocation,Object> |
DMRDriver.fetchAttributeAsMap(AttributeLocation<DMRNodeLocation> location) |
Map<DMRNodeLocation,org.jboss.dmr.ModelNode> |
DMRDriver.fetchNodes(DMRNodeLocation query) |
| Modifier and Type | Method and Description |
|---|---|
DMRNodeLocation |
DMRLocationResolver.absolutize(DMRNodeLocation base,
DMRNodeLocation location) |
String |
DMRLocationResolver.applyTemplate(String nameTemplate,
DMRNodeLocation location,
String endpointName) |
Map<DMRNodeLocation,org.jboss.dmr.ModelNode> |
DMRDriver.fetchNodes(DMRNodeLocation query) |
String |
DMRLocationResolver.findWildcardMatch(DMRNodeLocation multiTargetLocation,
DMRNodeLocation singleLocation) |
boolean |
DMRLocationResolver.isMultiTarget(DMRNodeLocation location) |
boolean |
DMRLocationResolver.isParent(DMRNodeLocation parent,
DMRNodeLocation child) |
boolean |
DMRLocationResolver.matches(DMRNodeLocation query,
DMRNodeLocation location) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DMRDriver.attributeExists(AttributeLocation<DMRNodeLocation> location) |
Object |
DMRDriver.fetchAttribute(AttributeLocation<DMRNodeLocation> location) |
Map<DMRNodeLocation,Object> |
DMRDriver.fetchAttributeAsMap(AttributeLocation<DMRNodeLocation> location) |
| Constructor and Description |
|---|
DMREndpointService(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<DMRNodeLocation> resourceTypeManager,
ModelControllerClientFactory modelControllerClientFactory,
ProtocolDiagnostics diagnostics) |
DMRSession(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<DMRNodeLocation> resourceTypeManager,
Driver<DMRNodeLocation> driver,
LocationResolver<DMRNodeLocation> locationResolver,
org.jboss.as.controller.client.ModelControllerClient client) |
DMRSession(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<DMRNodeLocation> resourceTypeManager,
Driver<DMRNodeLocation> driver,
LocationResolver<DMRNodeLocation> locationResolver,
org.jboss.as.controller.client.ModelControllerClient client) |
DMRSession(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<DMRNodeLocation> resourceTypeManager,
Driver<DMRNodeLocation> driver,
LocationResolver<DMRNodeLocation> locationResolver,
org.jboss.as.controller.client.ModelControllerClient client) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.