net.jetrix.services
Class GhostbusterService

java.lang.Object
  extended by net.jetrix.services.AbstractService
      extended by net.jetrix.services.ScheduledService
          extended by 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

Field Summary
 
Fields inherited from class net.jetrix.services.AbstractService
autoStart
 
Constructor Summary
GhostbusterService()
           
 
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 net.jetrix.services.ScheduledService
getDelay, getPeriod, isRunning, setDelay, setPeriod, start, stop
 
Methods inherited from class net.jetrix.services.AbstractService
isAutoStart, setAutoStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhostbusterService

public GhostbusterService()
Method Detail

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.