Package org.jcsp.net.settings
Class Services
- java.lang.Object
-
- org.jcsp.net.settings.Services
-
public class Services extends Object
Used internally within the JCSP network infrastructure to represent a set of services.- Author:
- Quickstone Technologies Limited
-
-
Constructor Summary
Constructors Constructor Description Services()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addService(Service s)
Service
getLastService()
Service
getService(String name)
Service[]
getServices()
void
removeService(Service s)
String
toString()
-