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, removeMatchingProfiles
close, getComment, getLabel, getType, getURI, setComment, setLabel
public void communicationChannelBroken()
ServiceCallee
communicationChannelBroken
in class ServiceCallee
public ServiceResponse handleCall(ServiceCall call)
ServiceCallee
ServiceCallee
. It is called
by the bus whenever there is a call that need to be serviced by this
ServiceCallee
.handleCall
in class ServiceCallee
call
- 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.