public class SCallee extends ServiceCallee
| Modifier and Type | Field and Description |
|---|---|
protected static String |
NAMESPACE
Default namespace root.
|
busResourceURI, owner, theBus| Modifier | Constructor and Description |
|---|---|
protected |
SCallee(ModuleContext context)
Default constructor.
|
protected |
SCallee(ModuleContext context,
ServiceProfile[] realizedServices)
Default 2-argument constructor.
|
| 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, setLabelprotected static final String NAMESPACE
protected SCallee(ModuleContext context, ServiceProfile[] realizedServices)
context - universAAL module contextrealizedServices - provided service profilesprotected SCallee(ModuleContext context)
context - universAAL module contextpublic void communicationChannelBroken()
ServiceCalleecommunicationChannelBroken in class ServiceCalleepublic 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.Copyright © 2018 universAAL Consortium. All rights reserved.