cdx.scorebot.net.tests.generic
Class GenericService

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

public class GenericService
extends Service
implements java.io.Serializable

An extension of Service for which isn't specific to any service. This may be used to hold tests which may apply to any service. Also, this allows one to test a service which isn't directly supported with any of the generic tests.

Author:
David Underhill
See Also:
Serialized Form

Constructor Summary
GenericService()
          default constructor
 
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
 

Constructor Detail

GenericService

public GenericService()
default constructor