Uses of Interface
net.jetrix.Service

Packages that use Service
net.jetrix The main package for Jetrix. 
net.jetrix.config Configuration classes for Jetrix elements (server, channels, filters, etc..). 
net.jetrix.listeners Contains concrete Listener implementations. 
net.jetrix.services   
 

Uses of Service in net.jetrix
 

Subinterfaces of Service in net.jetrix
 interface Listener
          A service bound to a port.
 

Uses of Service in net.jetrix.config
 

Methods in net.jetrix.config that return types with arguments of type Service
 List<Service> ServerConfig.getServices()
          Return the list of services currently registered on the server
 

Methods in net.jetrix.config with parameters of type Service
 void ServerConfig.addService(Service service)
          Add a new service to the server.
 

Uses of Service in net.jetrix.listeners
 

Classes in net.jetrix.listeners that implement Service
 class ClientListener
          Abstract Listener waiting for incoming clients.
 class HttpListener
          Web administration console.
 class IRCListener
          Listener for IRC clients.
 class ShutdownListener
          Listens for shutdown commands from the localhost.
 class TetrinetListener
          Listener for tetrinet and tetrifast clients.
 class TSpecListener
          Listener for tspec clients.
 

Uses of Service in net.jetrix.services
 

Classes in net.jetrix.services that implement Service
 class AbstractService
          An abstract Service.
 class CronService
          A service running a task at a fixed date.
 class GhostbusterService
          A service to remove players not properly disconnected from the server due to a network issue.
 class PublishingService
          A service publishing the address of the server on public server lists (tetrinet.org and tsrv.com).
 class ScheduledService
          A service running a task at a fixed rate.
 class VersionService
          Service checking the availability of a new release.
 



Copyright © 2001-2010. All Rights Reserved.