public class SecuredGraphEventManager extends Object implements GraphEventManager
Constructor and Description |
---|
SecuredGraphEventManager(SecuredGraph securedGraph,
Graph baseGraph,
GraphEventManager manager) |
Modifier and Type | Method and Description |
---|---|
boolean |
listening() |
void |
notifyAddArray(Graph g,
Triple[] triples) |
void |
notifyAddGraph(Graph g,
Graph added) |
void |
notifyAddIterator(Graph g,
Iterator<Triple> it) |
void |
notifyAddIterator(Graph g,
List<Triple> triples) |
void |
notifyAddList(Graph g,
List<Triple> triples) |
void |
notifyAddTriple(Graph g,
Triple t) |
void |
notifyDeleteArray(Graph g,
Triple[] triples) |
void |
notifyDeleteGraph(Graph g,
Graph removed) |
void |
notifyDeleteIterator(Graph g,
Iterator<Triple> it) |
void |
notifyDeleteIterator(Graph g,
List<Triple> triples) |
void |
notifyDeleteList(Graph g,
List<Triple> L) |
void |
notifyDeleteTriple(Graph g,
Triple t) |
void |
notifyEvent(Graph source,
Object value) |
GraphEventManager |
register(GraphListener listener) |
GraphEventManager |
unregister(GraphListener listener) |
public SecuredGraphEventManager(SecuredGraph securedGraph, Graph baseGraph, GraphEventManager manager)
public boolean listening()
listening
in interface GraphEventManager
public void notifyAddArray(Graph g, Triple[] triples) throws AuthenticationRequiredException
notifyAddArray
in interface GraphListener
AuthenticationRequiredException
public void notifyAddGraph(Graph g, Graph added) throws AuthenticationRequiredException
notifyAddGraph
in interface GraphListener
AuthenticationRequiredException
public void notifyAddIterator(Graph g, Iterator<Triple> it) throws AuthenticationRequiredException
notifyAddIterator
in interface GraphListener
AuthenticationRequiredException
public void notifyAddIterator(Graph g, List<Triple> triples) throws AuthenticationRequiredException
notifyAddIterator
in interface GraphEventManager
AuthenticationRequiredException
public void notifyAddList(Graph g, List<Triple> triples) throws AuthenticationRequiredException
notifyAddList
in interface GraphListener
AuthenticationRequiredException
public void notifyAddTriple(Graph g, Triple t) throws AuthenticationRequiredException
notifyAddTriple
in interface GraphListener
AuthenticationRequiredException
public void notifyDeleteArray(Graph g, Triple[] triples) throws AuthenticationRequiredException
notifyDeleteArray
in interface GraphListener
AuthenticationRequiredException
public void notifyDeleteGraph(Graph g, Graph removed) throws AuthenticationRequiredException
notifyDeleteGraph
in interface GraphListener
AuthenticationRequiredException
public void notifyDeleteIterator(Graph g, Iterator<Triple> it) throws AuthenticationRequiredException
notifyDeleteIterator
in interface GraphListener
AuthenticationRequiredException
public void notifyDeleteIterator(Graph g, List<Triple> triples) throws AuthenticationRequiredException
notifyDeleteIterator
in interface GraphEventManager
AuthenticationRequiredException
public void notifyDeleteList(Graph g, List<Triple> L) throws AuthenticationRequiredException
notifyDeleteList
in interface GraphListener
AuthenticationRequiredException
public void notifyDeleteTriple(Graph g, Triple t) throws AuthenticationRequiredException
notifyDeleteTriple
in interface GraphListener
AuthenticationRequiredException
public void notifyEvent(Graph source, Object value) throws AuthenticationRequiredException
notifyEvent
in interface GraphListener
AuthenticationRequiredException
public GraphEventManager register(GraphListener listener)
register
in interface GraphEventManager
public GraphEventManager unregister(GraphListener listener)
unregister
in interface GraphEventManager
Licensed under the Apache License, Version 2.0