| Interface | Description |
|---|---|
| JavaHandlerContext<C extends com.tinkerpop.blueprints.Element> |
By implementing this interface your Java handler implementation can access the underlying graph and the framed vertex/edge.
|
| JavaHandlerFactory |
JavaHandlerModule uses this interface to create the concrete classes that will handle the method calls. |
| Class | Description |
|---|---|
| JavaHandlerModule |
Adds support for calling Java methods to handle a frames call.
|
| Exception | Description |
|---|---|
| JavaHandlerException |
| Annotation Type | Description |
|---|---|
| Initializer |
Allows methods in a java handler implementation to be called when a vertex or an edge is added to the graph.
|
| JavaHandler |
Use a Java class to handle frame method calls.
|
| JavaHandlerClass |
When using the
JavaHandler you can change the implementation class
from the default to another class by using this annotation on your frame
class. |
Copyright © 2011–2017 JBoss by Red Hat. All rights reserved.