public class ServiceProvider extends ServiceCallee
| Modifier and Type | Field and Description |
|---|---|
static ServiceProfile |
myProfile |
static String |
START_URI |
static String |
UI_LIGHTING_CLIENT_NAMESPACE |
busResourceURI, owner, theBus| Modifier and Type | Method and Description |
|---|---|
void |
communicationChannelBroken()
This abstract method is called for each member of the bus when the bus is
being stopped.
|
ServiceResponse |
handleCall(ServiceCall call)
The actual service method of the
ServiceCallee. |
addNewServiceProfiles, addNewServiceProfiles, busDyingOut, getMyID, handleRequest, removeMatchingProfilesclose, getComment, getLabel, getType, getURI, setComment, setLabelpublic static final String UI_LIGHTING_CLIENT_NAMESPACE
public static final String START_URI
public static ServiceProfile myProfile
public void communicationChannelBroken()
ServiceCalleecommunicationChannelBroken in class ServiceCalleeServiceCallee.communicationChannelBroken()public ServiceResponse handleCall(ServiceCall call)
ServiceCalleeServiceCallee. It is called
by the bus whenever there is a call that need to be serviced by this
ServiceCallee.handleCall in class ServiceCalleecall - the call that needs to be serviced.ServiceCallee#handleCall(org.persona.middleware.service.ServiceCall)Copyright © 2018 universAAL Consortium. All rights reserved.