public class WrapperS extends ServiceCallee
busResourceURI, owner, theBus| Modifier | Constructor and Description |
|---|---|
protected |
WrapperS(ModuleContext context,
ServiceProfile[] realizedServices,
ISListener l)
Constructor that takes the listener to associate.
|
| 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 s)
The actual service method of the
ServiceCallee. |
addNewServiceProfiles, addNewServiceProfiles, busDyingOut, getMyID, handleRequest, removeMatchingProfilesclose, getComment, getLabel, getType, getURI, setComment, setLabelprotected WrapperS(ModuleContext context, ServiceProfile[] realizedServices, ISListener l)
context - The universAAL Module Context.realizedServices - Service Profiles describing the services to provide.l - The associated ISListener.public void communicationChannelBroken()
ServiceCalleecommunicationChannelBroken in class ServiceCalleepublic ServiceResponse handleCall(ServiceCall s)
ServiceCalleeServiceCallee. It is called
by the bus whenever there is a call that need to be serviced by this
ServiceCallee.handleCall in class ServiceCallees - the call that needs to be serviced.Copyright © 2018 universAAL Consortium. All rights reserved.