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