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 voidaddService(Service s)ServicegetLastService()ServicegetService(String name)Service[]getServices()voidremoveService(Service s)StringtoString()
-