cdx.scorebot.net.tests
Class ConnectionOrientedUserService

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

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

an abstract ConnectionOrientedervice whose Tests must first establish a session with the service with a specified username and password

Author:
David Underhill
See Also:
Serialized Form

Constructor Summary
ConnectionOrientedUserService()
          default constructor (blank username and password)
 
Method Summary
 java.lang.String getPassword()
          gets the password
 java.lang.String getUsername()
          gets the username
 void setPassword(java.lang.String password)
          sets the password
 void setUsername(java.lang.String username)
          sets the username
 
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

ConnectionOrientedUserService

public ConnectionOrientedUserService()
default constructor (blank username and password)

Method Detail

getUsername

public java.lang.String getUsername()
gets the username


setUsername

public void setUsername(java.lang.String username)
sets the username


getPassword

public java.lang.String getPassword()
gets the password


setPassword

public void setPassword(java.lang.String password)
sets the password