org.kuali.common.deploy.monitoring.spring
Class AppDynamicsConfig

java.lang.Object
  extended by org.kuali.common.deploy.monitoring.spring.AppDynamicsConfig
All Implemented Interfaces:
MonitoringConfig

@Configuration
@Import(value={DefaultDeployContextConfig.class,org.kuali.common.util.spring.service.SpringServiceConfig.class,DefaultSecureChannelConfig.class})
public class AppDynamicsConfig
extends Object
implements MonitoringConfig


Constructor Summary
AppDynamicsConfig()
           
 
Method Summary
 Monitoring applicationMonitoring()
           
protected  MachineAgent getMachineAgent()
           
protected  Deployable getMachineAgentController()
           
protected  ServerAgent getServerAgent()
           
protected  Deployable getServerAgentController()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppDynamicsConfig

public AppDynamicsConfig()
Method Detail

applicationMonitoring

@Bean
public Monitoring applicationMonitoring()
Specified by:
applicationMonitoring in interface MonitoringConfig

getMachineAgentController

protected Deployable getMachineAgentController()

getServerAgentController

protected Deployable getServerAgentController()

getMachineAgent

protected MachineAgent getMachineAgent()

getServerAgent

protected ServerAgent getServerAgent()


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.