cdx.scorebot.net.tests
Class ConnectionOrientedService

java.lang.Object
  extended by cdx.scorebot.net.tests.Service
      extended by cdx.scorebot.net.tests.ConnectionOrientedService
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionOrientedUserService

public abstract class ConnectionOrientedService
extends Service
implements java.io.Serializable

an abstract Service whose Tests must first establish a session with the Service

Author:
David Underhill
See Also:
Serialized Form

Constructor Summary
ConnectionOrientedService()
          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

ConnectionOrientedService

public ConnectionOrientedService()
default constructor