Context can refer to service. With this function, context can manage one or more UDTT services in context lifecycle. Following is the definition sample:
The context interface has the following APIs to support this function:
public void addService(Service aService, String aServiceName, String aServiceType) throws DSEInvalidRequestException; public Hashtable getServices(); public Service getService(String aServiceName) throws DSEObjectNotFoundException; public void stopServicesInChildren() throws DSEInvalidRequestException ; public void stopServices();