|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
cdx.scorebot.app.reporter | Contains classes related to the Reporter. |
cdx.scorebot.app.util | Contains utility classes whose primary purpose is to maintain information about services, tests, test options, and test returns for other GUIs. |
cdx.scorebot.net | Implementation of tests for various services and the framework which configures and executes those tests. |
cdx.scorebot.net.tests | Individual test implementations and the generic test framework; subpackages may have protected helper classes. |
cdx.scorebot.net.tests.dns | DNS tests |
cdx.scorebot.net.tests.email | Email tests |
cdx.scorebot.net.tests.generic | Tests which run on any Service |
cdx.scorebot.net.tests.jabber | Jabber tests |
cdx.scorebot.net.tests.smb | Samba tests |
cdx.scorebot.net.tests.webserver | Webserver tests |
Uses of Service in cdx.scorebot.app.reporter |
---|
Fields in cdx.scorebot.app.reporter with type parameters of type Service | |
---|---|
java.util.HashMap<Service,java.util.Vector<TestSuite>> |
TeamScoringInfo.assocTS
|
java.util.Vector<Service> |
TeamScoringInfo.services
all services |
Methods in cdx.scorebot.app.reporter with parameters of type Service | |
---|---|
protected java.lang.Integer |
TeamScoringInfo.getIndex(Service s)
|
java.lang.String |
CompleteScoringStats.subServiceInfo(java.lang.String page,
Service s)
substitute in Service information |
Uses of Service in cdx.scorebot.app.util |
---|
Methods in cdx.scorebot.app.util that return Service | |
---|---|
Service |
ServiceInfo.getService()
gets the service |
Service |
ScorebotInfo.getServiceByName(java.lang.String name)
gets Service by its String rep returns null if the string isn't found |
Methods in cdx.scorebot.app.util that return types with arguments of type Service | |
---|---|
java.util.Vector<Service> |
ScorebotInfo.getServices()
gets all known services |
Methods in cdx.scorebot.app.util with parameters of type Service | |
---|---|
java.lang.String |
ScorebotInfo.getServiceDescription(Service s)
gets the description of this service (returns "unknown service" if the requested one isn't found) |
java.lang.String |
ScorebotInfo.getServiceName(Service s)
gets the name of a service (returns "unknown service" if the requested one isn't found) |
ServiceType |
ScorebotInfo.getServiceType(Service s)
gets the type of this service (returns null if the requested one isn't found) |
Test |
ScorebotInfo.getTestByName(Service s,
java.lang.String name)
get test by a string rep of it's name returns null if the name isn't found |
java.util.Vector<Test> |
ScorebotInfo.getTestFactories(Service s)
gets all known tests (factory instantiations) for a particular service (includes those for a generic service) |
java.util.Vector<Test> |
ScorebotInfo.getTestFactories(Service s,
boolean getGenericTestsToo)
gets all known tests (factory instantiations) for a particular service |
void |
ServiceInfo.setService(Service service)
sets the service |
Uses of Service in cdx.scorebot.net |
---|
Methods in cdx.scorebot.net that return Service | |
---|---|
Service |
TestSuite.getService()
gets the service being tested by this suite |
Constructors in cdx.scorebot.net with parameters of type Service | |
---|---|
TestSuite(Service service)
instantiates a TestSuite for the specified Service |
Uses of Service in cdx.scorebot.net.tests |
---|
Classes in cdx.scorebot.net.tests with type parameters of type Service | |
---|---|
class |
Test<S extends Service>
An abstract test which is the skeleton for individual tests on particular services. |
Subclasses of Service in cdx.scorebot.net.tests | |
---|---|
class |
AdminService
a pseudo service which is intended only to be the target of ManualScoreEvents which impact score for administrative reasons (like reporting penalties, etc) |
class |
ConnectionOrientedService
an abstract Service whose Tests must first establish a session with the Service |
class |
ConnectionOrientedUserService
an abstract ConnectionOrientedervice whose Tests must first establish a session with the service with a specified username and password |
Methods in cdx.scorebot.net.tests with parameters of type Service | |
---|---|
boolean |
Service.equals(Service s)
|
Uses of Service in cdx.scorebot.net.tests.dns |
---|
Subclasses of Service in cdx.scorebot.net.tests.dns | |
---|---|
class |
DNSService
extension of Service for DNS |
Uses of Service in cdx.scorebot.net.tests.email |
---|
Subclasses of Service in cdx.scorebot.net.tests.email | |
---|---|
class |
EmailService
extension of ConnectionOrientedUserService which handles connections to a SMTP server |
Uses of Service in cdx.scorebot.net.tests.generic |
---|
Subclasses of Service in cdx.scorebot.net.tests.generic | |
---|---|
class |
GenericService
An extension of Service for which isn't specific to any service. |
Constructors in cdx.scorebot.net.tests.generic with parameters of type Service | |
---|---|
Ping(Service service)
Instantiates a test (with no configuration) for the purpose of instantiating tests of this type with different configurations later. |
|
Ping(Service service,
java.util.HashMap<java.lang.String,ConfigOption> config)
Instantiates a test with the specified config (it will verify that it includes all needed configuration options). |
Uses of Service in cdx.scorebot.net.tests.jabber |
---|
Subclasses of Service in cdx.scorebot.net.tests.jabber | |
---|---|
class |
JabberService
extension of ConnectionOrientedUserService which handles connections to a Jabber server |
Uses of Service in cdx.scorebot.net.tests.smb |
---|
Subclasses of Service in cdx.scorebot.net.tests.smb | |
---|---|
class |
SMBService
extension of ConnectionOrientedUserService which handles connections to a Samba file share |
Uses of Service in cdx.scorebot.net.tests.webserver |
---|
Subclasses of Service in cdx.scorebot.net.tests.webserver | |
---|---|
class |
WebService
extension of Service which handles connections to a web server |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |