Package com.wavefront.agent
Class WavefrontProxyService
- java.lang.Object
-
- com.wavefront.agent.WavefrontProxyService
-
- All Implemented Interfaces:
org.apache.commons.daemon.Daemon
public class WavefrontProxyService extends Object implements org.apache.commons.daemon.Daemon
- Author:
- Mori Bellamy ([email protected])
-
-
Constructor Summary
Constructors Constructor Description WavefrontProxyService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidinit(org.apache.commons.daemon.DaemonContext daemonContext)voidstart()voidstop()
-
-
-
Method Detail
-
init
public void init(org.apache.commons.daemon.DaemonContext daemonContext)
- Specified by:
initin interfaceorg.apache.commons.daemon.Daemon
-
start
public void start()
- Specified by:
startin interfaceorg.apache.commons.daemon.Daemon
-
stop
public void stop()
- Specified by:
stopin interfaceorg.apache.commons.daemon.Daemon
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.apache.commons.daemon.Daemon
-
-