net.jetrix.services
Class GhostbusterService
java.lang.Object
net.jetrix.services.AbstractService
net.jetrix.services.ScheduledService
net.jetrix.services.GhostbusterService
- All Implemented Interfaces:
- Service
public class GhostbusterService
- extends ScheduledService
A service to remove players not properly disconnected from the server due to
a network issue.
- Version:
- $Revision: 580 $, $Date: 2005-01-11 02:41:24 +0100 (mar., 11 janv. 2005) $
- Author:
- Emmanuel Bourg
Method Summary |
String |
getName()
Return the name of the service. |
protected void |
init()
Initialization performed before the timer is started. |
void |
run()
Execute the task |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GhostbusterService
public GhostbusterService()
getName
public String getName()
- Description copied from interface:
Service
- Return the name of the service.
init
protected void init()
- Description copied from class:
ScheduledService
- Initialization performed before the timer is started.
- Overrides:
init
in class ScheduledService
run
public void run()
- Description copied from class:
ScheduledService
- Execute the task
- Specified by:
run
in class ScheduledService
Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.