public class SmSnAgent extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SmSnAgent.Service |
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_BODY |
static String |
PROP_TAG |
| Constructor and Description |
|---|
SmSnAgent(boolean listenForServices) |
SmSnAgent(String agentIri,
boolean listenForServices) |
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.model.IRI |
getAgentIri() |
Connection |
getCoordinatorConnection() |
SmSnAgent.Service |
getCoordinatorService() |
net.fortytwo.rdfagents.data.DatasetFactory |
getDatasetFactory() |
Pinger |
getPinger() |
net.fortytwo.stream.sparql.RDFStreamProcessor |
getStreamProcessor() |
void |
sendDataset(net.fortytwo.rdfagents.model.Dataset d,
int ttl)
Sends an RDF Dataset to the continuous query engine
|
void |
sendOSCMessageToCoordinator(com.illposed.osc.OSCMessage m) |
void |
stop() |
public static final String PROP_BODY
public static final String PROP_TAG
public SmSnAgent(boolean listenForServices)
public SmSnAgent(String agentIri, boolean listenForServices)
public org.openrdf.model.IRI getAgentIri()
public Pinger getPinger()
public net.fortytwo.stream.sparql.RDFStreamProcessor getStreamProcessor()
public net.fortytwo.rdfagents.data.DatasetFactory getDatasetFactory()
public SmSnAgent.Service getCoordinatorService()
public Connection getCoordinatorConnection()
public void stop()
public void sendOSCMessageToCoordinator(com.illposed.osc.OSCMessage m)
public void sendDataset(net.fortytwo.rdfagents.model.Dataset d,
int ttl)
d - the RDF Dataset to sendttl - the time-to-live of the data, in milliseconds. Use ttl=0 for an infinite lifetimeCopyright © 2017. All Rights Reserved.