RDFJadeAgent.Task |
RDFJadeAgent.cancelQuery(String conversationId,
AgentId server,
CancellationCallback callback) |
RDFJadeAgent.Task |
RDFAgentImpl.cancelQuery(String conversationId,
AgentId server,
CancellationCallback callback) |
RDFJadeAgent.Task |
RDFJadeAgent.cancelSubscription(String conversationId,
AgentId server,
CancellationCallback callback) |
RDFJadeAgent.Task |
RDFAgentImpl.cancelSubscription(String conversationId,
AgentId publisher,
CancellationCallback callback) |
RDFJadeAgent.Task |
RDFJadeAgent.submitQuery(org.openrdf.model.Value resource,
AgentId server,
ConsumerCallback<Dataset> callback) |
RDFJadeAgent.Task |
RDFAgentImpl.submitQuery(org.openrdf.model.Value resource,
AgentId server,
ConsumerCallback<Dataset> callback) |
RDFJadeAgent.Task |
RDFJadeAgent.subscribe(org.openrdf.model.Value topic,
AgentId publisher,
ConsumerCallback<Dataset> callback) |
RDFJadeAgent.Task |
RDFAgentImpl.subscribe(org.openrdf.model.Value topic,
AgentId publisher,
ConsumerCallback<Dataset> callback) |