Uses of Class
org.jcsp.net.settings.Service
-
Packages that use Service Package Description org.jcsp.net.settings This package is used internally by the JCSP network infrastructure to load XML configuration files and represent their structure. -
-
Uses of Service in org.jcsp.net.settings
Methods in org.jcsp.net.settings that return Service Modifier and Type Method Description Service
Services. getLastService()
Service
Services. getService(String name)
Service[]
Services. getServices()
Methods in org.jcsp.net.settings with parameters of type Service Modifier and Type Method Description void
Services. addService(Service s)
void
Services. removeService(Service s)
-