public class RDFAgentImpl extends RDFAgent
RDFAgent.RDFAgentException| Constructor and Description |
|---|
RDFAgentImpl(RDFAgentsPlatform platform,
AgentId id) |
| Modifier and Type | Method and Description |
|---|---|
RDFJadeAgent.Task |
cancelQuery(String conversationId,
AgentId server,
CancellationCallback callback) |
RDFJadeAgent.Task |
cancelSubscription(String conversationId,
AgentId publisher,
CancellationCallback callback) |
void |
putObject(Object obj) |
void |
setController(jade.wrapper.AgentController controller) |
void |
setJadeAgent(RDFJadeAgent jadeAgent) |
void |
setPubsubProvider(PubsubProvider<org.openrdf.model.Value,Dataset> pubsubProvider) |
void |
setQueryProvider(QueryProvider<org.openrdf.model.Value,Dataset> queryProvider) |
RDFJadeAgent.Task |
submitQuery(org.openrdf.model.Value resource,
AgentId server,
ConsumerCallback<Dataset> callback) |
RDFJadeAgent.Task |
subscribe(org.openrdf.model.Value topic,
AgentId publisher,
ConsumerCallback<Dataset> callback) |
getIdentitypublic RDFAgentImpl(RDFAgentsPlatform platform, AgentId id) throws RDFAgent.RDFAgentException
RDFAgent.RDFAgentExceptionpublic void setQueryProvider(QueryProvider<org.openrdf.model.Value,Dataset> queryProvider)
setQueryProvider in class RDFAgentpublic void setPubsubProvider(PubsubProvider<org.openrdf.model.Value,Dataset> pubsubProvider)
setPubsubProvider in class RDFAgentpublic void setJadeAgent(RDFJadeAgent jadeAgent)
public void setController(jade.wrapper.AgentController controller)
public void putObject(Object obj) throws jade.wrapper.StaleProxyException
jade.wrapper.StaleProxyExceptionpublic RDFJadeAgent.Task submitQuery(org.openrdf.model.Value resource, AgentId server, ConsumerCallback<Dataset> callback)
public RDFJadeAgent.Task cancelQuery(String conversationId, AgentId server, CancellationCallback callback)
public RDFJadeAgent.Task subscribe(org.openrdf.model.Value topic, AgentId publisher, ConsumerCallback<Dataset> callback)
public RDFJadeAgent.Task cancelSubscription(String conversationId, AgentId publisher, CancellationCallback callback)
Copyright © 2014. All Rights Reserved.