Uses of Class
cdx.scorebot.app.util.ServiceInfo

Packages that use ServiceInfo
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. 
 

Uses of ServiceInfo in cdx.scorebot.app.util
 

Methods in cdx.scorebot.app.util that return ServiceInfo
 ServiceInfo ScorebotInfo.getServiceInfo(int index)
          Gets the specified service
 

Methods in cdx.scorebot.app.util that return types with arguments of type ServiceInfo
 java.util.Vector<ServiceInfo> ScorebotInfo.getServiceInfos()
          gets the services in this service
 

Methods in cdx.scorebot.app.util with parameters of type ServiceInfo
 void ScorebotInfo.addServiceInfo(ServiceInfo si)
          Adds a service to be serviceed.
 boolean ScorebotInfo.removeServiceInfo(ServiceInfo si)
          Removes the service from this info