com.limegroup.gnutella
Class ConnectionWatchdog
java.lang.Object
com.limegroup.gnutella.ConnectionWatchdog
- All Implemented Interfaces:
- Service
public final class ConnectionWatchdog
- extends Object
- implements Service
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionWatchdog
@Inject
public ConnectionWatchdog(ScheduledExecutorService backgroundExecutor,
com.google.inject.Provider<MessageRouter> messageRouter,
com.google.inject.Provider<ConnectionManager> connectionManager,
ConnectionServices connectionServices,
PingRequestFactory pingRequestFactory)
getServiceName
public String getServiceName()
- Specified by:
getServiceName in interface Service
initialize
public void initialize()
- Specified by:
initialize in interface Service
stop
public void stop()
- Specified by:
stop in interface Service
start
public void start()
- Starts the ConnectionWatchdog.
- Specified by:
start in interface Service
Copyright © 2009. All Rights Reserved.