cdx.scorebot.net.tests
Class AdminService

java.lang.Object
  extended by cdx.scorebot.net.tests.Service
      extended by cdx.scorebot.net.tests.AdminService
All Implemented Interfaces:
java.io.Serializable

public class AdminService
extends Service
implements java.io.Serializable

a pseudo service which is intended only to be the target of ManualScoreEvents which impact score for administrative reasons (like reporting penalties, etc)

Author:
David Underhill
See Also:
Serialized Form

Field Summary
static TestSuite ADMIN_SUITE
          the only instance of a test suite with an admin service
 
Method Summary
 
Methods inherited from class cdx.scorebot.net.tests.Service
equals, getTargetAddress, getTargetInetAddress, getTargetPort, setTargetAddress, setTargetInetAddress, setTargetPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN_SUITE

public static final TestSuite ADMIN_SUITE
the only instance of a test suite with an admin service