Uses of Interface
org.opendaylight.graph.ConnectedVertexTrigger
Packages that use ConnectedVertexTrigger
-
Uses of ConnectedVertexTrigger in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type ConnectedVertexTriggerModifier and TypeMethodDescriptionbooleanConnectedVertex.registerTrigger(ConnectedVertexTrigger trigger, String key) Register a trigger that is executed when a problem occurs on the Connected Vertex.booleanConnectedVertex.unRegisterTrigger(ConnectedVertexTrigger trigger, String key) Un-register a trigger that is already registered on the Connected Vertex.Method parameters in org.opendaylight.graph with type arguments of type ConnectedVertexTriggerModifier and TypeMethodDescriptionvoidConnectedGraphTrigger.verifyVertex(Collection<ConnectedVertexTrigger> triggers, @Nullable ConnectedVertex next, @Nullable Vertex current) This method verifies the next Vertex attributes against the current one to determine if is necessary to launch correction which are left at the discretion of the class which implements this method.