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 void
destroy()
void
init(org.apache.commons.daemon.DaemonContext daemonContext)
void
start()
void
stop()
-
-
-
Method Detail
-
init
public void init(org.apache.commons.daemon.DaemonContext daemonContext)
- Specified by:
init
in interfaceorg.apache.commons.daemon.Daemon
-
start
public void start()
- Specified by:
start
in interfaceorg.apache.commons.daemon.Daemon
-
stop
public void stop()
- Specified by:
stop
in interfaceorg.apache.commons.daemon.Daemon
-
destroy
public void destroy()
- Specified by:
destroy
in interfaceorg.apache.commons.daemon.Daemon
-
-