
public class ContextHistoryCallee extends ServiceCallee
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.
|
Resource |
getAnonymousResource(String oURI,
String propURI,
Set visited)
Get a blank node description from an object property.
|
Resource |
getFullResourceGraph(String uri,
Set visited)
Get the full Resource graph of a given URI.
|
ServiceResponse |
handleCall(ServiceCall call)
The actual service method of the
ServiceCallee. |
void |
setSerializer(MessageContentSerializer service) |
addNewServiceProfiles, addNewServiceProfiles, busDyingOut, getMyID, handleRequest, removeMatchingProfilesclose, getComment, getLabel, getType, getURI, setComment, setLabelpublic 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.public Resource getFullResourceGraph(String uri, Set visited)
uri - visited - initially null, or containing the URIs to be ignored.public Resource getAnonymousResource(String oURI, String propURI, Set visited)
oURI - The parent object URIpropURI - The property URI where the nameless object residesvisited - initially null, or containing the URIs to be ignored.public void setSerializer(MessageContentSerializer service)
service - Copyright © 2018 universAAL Consortium. All rights reserved.