| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractResourcePathCommand.assertLocalOrRemoteServer(ManagedServer managedServer) |
protected void |
AbstractResourcePathCommand.assertLocalServer(ManagedServer managedServer) |
protected org.jboss.as.controller.client.ModelControllerClient |
AbstractResourcePathCommand.createControllerClient(ManagedServer managedServer,
CommandContext context)
Returns a freshly opened
ModelControllerClient. |
protected void |
AddDatasourceCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
ManagedServer managedServer,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.AddDatasourceRequest> envelope,
org.hawkular.cmdgw.api.AddDatasourceResponse response,
CommandContext context) |
protected void |
AddJdbcDriverCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
ManagedServer managedServer,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.AddJdbcDriverRequest> envelope,
org.hawkular.cmdgw.api.AddJdbcDriverResponse response,
CommandContext context) |
protected void |
ExecuteOperationCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
ManagedServer managedServer,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.ExecuteOperationRequest> envelope,
org.hawkular.cmdgw.api.ExecuteOperationResponse response,
CommandContext context) |
protected void |
AbstractRemoveModelNodeCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
ManagedServer managedServer,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<REQ> envelope,
RESP response,
CommandContext context) |
protected abstract void |
AbstractResourcePathCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
ManagedServer managedServer,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<REQ> envelope,
RESP response,
CommandContext context)
Do whatever with the already validated parameters.
|
protected void |
UpdateDatasourceCommand.execute(org.jboss.as.controller.client.ModelControllerClient controllerClient,
ManagedServer managedServer,
String modelNodePath,
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.UpdateDatasourceRequest> envelope,
org.hawkular.cmdgw.api.UpdateDatasourceResponse response,
CommandContext context) |
protected void |
AddDatasourceCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.AddDatasourceRequest> envelope,
String managedServerName,
ManagedServer managedServer) |
protected void |
RemoveDatasourceCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.RemoveDatasourceRequest> envelope,
String managedServerName,
ManagedServer managedServer) |
protected void |
RemoveJdbcDriverCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.RemoveJdbcDriverRequest> envelope,
String managedServerName,
ManagedServer managedServer) |
protected void |
AbstractResourcePathCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<REQ> envelope,
String managedServerName,
ManagedServer managedServer)
|
protected void |
UpdateDatasourceCommand.validate(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.UpdateDatasourceRequest> envelope,
String managedServerName,
ManagedServer managedServer) |
| Modifier and Type | Field and Description |
|---|---|
Map<Name,ManagedServer> |
MonitorServiceConfiguration.managedServersMap |
| Constructor and Description |
|---|
MonitorServiceConfiguration(boolean subsystemEnabled,
String apiJndi,
int numMetricSchedulerThreads,
int numAvailSchedulerThreads,
int numDmrSchedulerThreads,
int metricDispatcherBufferSize,
int metricDispatcherMaxBatchSize,
int availDispatcherBufferSize,
int availDispatcherMaxBatchSize,
MonitorServiceConfiguration.Diagnostics diagnostics,
MonitorServiceConfiguration.StorageAdapter storageAdapter,
TypeSets<DMRResourceType,DMRMetricType,DMRAvailType> dmrTypeSets,
TypeSets<JMXResourceType,JMXMetricType,JMXAvailType> jmxTypeSets,
TypeSets<PlatformResourceType,PlatformMetricType,PlatformAvailType> platformTypeSets,
Map<Name,ManagedServer> managedServersMap) |
| Modifier and Type | Method and Description |
|---|---|
ManagedServer |
InventoryManager.getManagedServer() |
| Modifier and Type | Method and Description |
|---|---|
static ID |
InventoryIdUtil.generateResourceId(String feedId,
ManagedServer managedServer,
String idPart)
Generates an ID for a resource.
|
| Constructor and Description |
|---|
InventoryManager(String feedId,
MetadataManager<RT,MT,AT,O,RCPT> metadataManager,
ResourceManager<R> resourceManager,
ManagedServer managedServer,
ME endpoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalDMRManagedServer |
class |
RemoteDMRManagedServer |
| Constructor and Description |
|---|
DMRInventoryManager(String feedId,
MetadataManager<DMRResourceType,DMRMetricType,DMRAvailType,DMROperation,DMRResourceConfigurationPropertyType> metadataManager,
ResourceManager<DMRResource> resourceManager,
ManagedServer managedServer,
DMREndpoint dmrEndpoint,
ModelControllerClientFactory dmrClientFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteJMXManagedServer |
| Constructor and Description |
|---|
JMXInventoryManager(String feedId,
MetadataManager<JMXResourceType,JMXMetricType,JMXAvailType,JMXOperation,JMXResourceConfigurationPropertyType> metadataManager,
ResourceManager<JMXResource> resourceManager,
ManagedServer managedServer,
JMXEndpoint dmrEndpoint,
JmxClientFactory jmxClientFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformManagedServer |
| Constructor and Description |
|---|
PlatformInventoryManager(String feedId,
MetadataManager<PlatformResourceType,PlatformMetricType,PlatformAvailType,PlatformOperation,PlatformResourceConfigurationPropertyType> metadataManager,
ResourceManager<PlatformResource> resourceManager,
ManagedServer managedServer,
PlatformEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Map<ManagedServer,DMRInventoryManager> |
MonitorService.getDmrServerInventories() |
Map<ManagedServer,DMRInventoryManager> |
DiscoveryService.getDmrServerInventories() |
Map<ManagedServer,JMXInventoryManager> |
MonitorService.getJmxServerInventories() |
Map<ManagedServer,JMXInventoryManager> |
DiscoveryService.getJmxServerInventories() |
Copyright © 2015 Red Hat, Inc.. All rights reserved.