public class QueryConsumerImpl extends QueryConsumer<org.openrdf.model.Value,Dataset>
| Constructor and Description |
|---|
QueryConsumerImpl(RDFAgent agent) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String conversationId,
AgentId remoteParticipant,
CancellationCallback callback) |
String |
submit(org.openrdf.model.Value query,
AgentId remoteParticipant,
ConsumerCallback<Dataset> callback) |
public QueryConsumerImpl(RDFAgent agent)
public String submit(org.openrdf.model.Value query, AgentId remoteParticipant, ConsumerCallback<Dataset> callback) throws LocalFailure
submit in class QueryConsumer<org.openrdf.model.Value,Dataset>LocalFailurepublic void cancel(String conversationId, AgentId remoteParticipant, CancellationCallback callback) throws LocalFailure
cancel in class QueryConsumer<org.openrdf.model.Value,Dataset>LocalFailureCopyright © 2015. All Rights Reserved.