|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.Tracker
public class Tracker
Basic implementation of ITracker in order to pass trackers to replicate call on server
| Constructor Summary | |
|---|---|
Tracker(org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource context)
New Tracker |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
This is here simply to remind you to implement equals and hashCode when implementing this interface. |
org.openrdf.model.URI |
getContext()
Get the Context resource for tracker |
java.lang.String |
getMessageSelector()
Get the JMS message selector corresponding to this INotificationSelector's definition |
org.openrdf.model.Value |
getObject()
Get the Object value for the tracker |
org.openrdf.model.URI |
getPredicate()
Get the Predicate URI for the tracker |
java.lang.String |
getQueryString()
Get the Sparql query used in order to retrieve this queries matching statements from the dataset |
org.openrdf.model.Resource |
getSubject()
Get the Subject resource for the tracker |
boolean |
matchNamedGraphUri(org.openrdf.model.URI namedGraphUri)
Determine if a change to the given NamedGraph matches this tracker. |
boolean |
matchStatement(org.openrdf.model.Statement statement)
Determine if the given statement matches this tracker. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openanzo.services.trackers.ITracker |
|---|
hashCode |
| Constructor Detail |
|---|
public Tracker(org.openrdf.model.Resource subj,
org.openrdf.model.URI prop,
org.openrdf.model.Value obj,
org.openrdf.model.Resource context)
subj - subject of trackerprop - property of trackerobj - object of trackercontext - context of tracker| Method Detail |
|---|
public org.openrdf.model.URI getContext()
ITracker
getContext in interface ITrackerpublic org.openrdf.model.Resource getSubject()
ITracker
getSubject in interface ITrackerpublic org.openrdf.model.URI getPredicate()
ITracker
getPredicate in interface ITrackerpublic org.openrdf.model.Value getObject()
ITracker
getObject in interface ITrackerpublic boolean matchNamedGraphUri(org.openrdf.model.URI namedGraphUri)
ITracker
matchNamedGraphUri in interface ITrackernamedGraphUri - Uri of namedGraph to compare.
public boolean matchStatement(org.openrdf.model.Statement statement)
ITracker
matchStatement in interface ITrackerstatement - statement to compare
public java.lang.String getMessageSelector()
INotificationSelector
getMessageSelector in interface INotificationSelectorpublic java.lang.String getQueryString()
ITracker
getQueryString in interface ITrackerpublic boolean equals(java.lang.Object obj)
ITracker
equals in interface ITrackerequals in class java.lang.Objectobj - object to determine equality
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||