| Modifier and Type | Method and Description |
|---|---|
MonitoredEndpoint |
SamplingService.getEndpoint() |
MonitoredEndpoint |
InventoryEvent.getEndpoint() |
| Constructor and Description |
|---|
InventoryEvent(String feedId,
MonitoredEndpoint endpoint,
SamplingService<L> samplingService,
List<Resource<L>> payload) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractResourcePathCommand.assertLocalServer(MonitoredEndpoint endpoint) |
protected void |
AddDatasourceCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.AddDatasourceRequest> envelope,
MonitoredEndpoint endpoint) |
protected void |
AddJdbcDriverCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.AddJdbcDriverRequest> envelope,
MonitoredEndpoint endpoint) |
protected void |
DeployApplicationCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.DeployApplicationRequest> envelope,
MonitoredEndpoint endpoint) |
protected void |
ExecuteOperationCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.ExecuteOperationRequest> envelope,
MonitoredEndpoint endpoint) |
protected void |
ExportJdrCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.ExportJdrRequest> envelope,
MonitoredEndpoint endpoint) |
protected void |
RemoveDatasourceCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.RemoveDatasourceRequest> envelope,
MonitoredEndpoint endpoint) |
protected void |
RemoveJdbcDriverCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.RemoveJdbcDriverRequest> envelope,
MonitoredEndpoint endpoint) |
protected abstract void |
AbstractResourcePathCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<REQ> envelope,
MonitoredEndpoint endpoint)
Validation for subclasses.
|
protected void |
UpdateDatasourceCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.UpdateDatasourceRequest> envelope,
MonitoredEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
static MonitoredEndpoint |
MonitoredEndpoint.getDefaultLocalDmrEndpoint() |
static MonitoredEndpoint |
MonitoredEndpoint.of(MonitorServiceConfiguration.EndpointConfiguration endpointConfiguration,
SSLContext sslContext)
|
| Modifier and Type | Method and Description |
|---|---|
static ID |
InventoryIdUtil.generateResourceId(MonitoredEndpoint endpoint,
String idPart)
Generates an ID for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MsgLogger_$logger.errorDiscoveryFailed(Exception e,
MonitoredEndpoint endpoint) |
void |
MsgLogger.errorDiscoveryFailed(Exception e,
MonitoredEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
MonitoredEndpoint |
Session.getEndpoint() |
MonitoredEndpoint |
EndpointService.getEndpoint() |
| Constructor and Description |
|---|
EndpointService(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<L> resourceTypeManager,
LocationResolver<L> locationResolver,
ProtocolDiagnostics diagnostics) |
Session(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<L> resourceTypeManager,
Driver<L> driver,
LocationResolver<L> locationResolver) |
| Modifier and Type | Method and Description |
|---|---|
static ModelControllerClientFactory |
ModelControllerClientFactory.createRemote(MonitoredEndpoint endpoint) |
| Constructor and Description |
|---|
DMRDriver(org.jboss.as.controller.client.ModelControllerClient client,
MonitoredEndpoint endpoint,
ProtocolDiagnostics diagnostics) |
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) |
| Constructor and Description |
|---|
JmxClientFactory(MonitoredEndpoint endpoint) |
JMXEndpointService(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<JMXNodeLocation> resourceTypeManager,
ProtocolDiagnostics diagnostics) |
JMXSession(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<JMXNodeLocation> resourceTypeManager,
Driver<JMXNodeLocation> driver,
LocationResolver<JMXNodeLocation> locationResolver,
org.jolokia.client.J4pClient client) |
| Constructor and Description |
|---|
PlatformEndpointService(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<PlatformNodeLocation> resourceTypeManager,
ProtocolDiagnostics diagnostics) |
PlatformSession(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<PlatformNodeLocation> resourceTypeManager,
Driver<PlatformNodeLocation> driver,
LocationResolver<PlatformNodeLocation> locationResolver) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.