Uses of Class
org.eclipse.jetty.deploy.graph.Node
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Standard Deployment Bindings
Jetty Deploy : Deployment Graph
-
Uses of Node in org.eclipse.jetty.deploy
Modifier and TypeMethodDescriptionDeploymentManager.getNodes()
DeploymentManager.AppEntry.getStateTimestamps()
Modifier and TypeMethodDescriptionAppLifeCycle.getBindings
(Node node) Get all objects bound to a specificNode
void
AppLifeCycle.Binding.processBinding
(Node node, App app) Event called to process aAppLifeCycle
binding.void
AppLifeCycle.runBindings
(Node node, App app, DeploymentManager deploymentManager) -
Uses of Node in org.eclipse.jetty.deploy.bindings
Modifier and TypeMethodDescriptionvoid
DebugBinding.processBinding
(Node node, App app) void
OrderedGroupBinding.processBinding
(Node node, App app) void
StandardDeployer.processBinding
(Node node, App app) void
StandardStarter.processBinding
(Node node, App app) void
StandardStopper.processBinding
(Node node, App app) void
StandardUndeployer.processBinding
(Node node, App app) -
Uses of Node in org.eclipse.jetty.deploy.graph
Modifier and TypeMethodDescriptionRoute.firstNode()
Edge.getFrom()
Route.getNode
(int index) Graph.getNodeByName
(String name) Get the Node by Name.Edge.getTo()
Route.lastNode()
Modifier and TypeMethodDescriptionvoid
Find all edges that are connected to the specific node, both as an outgoingEdge.getFrom()
or incomingEdge.getTo()
end point.Graph.findEdgesFrom
(Node from) Find all edges that are connectedEdge.getFrom()
the specific node.Using BFS (Breadth First Search) return the path from a any arbitrary node to any other.void
Graph.insertNode
(Edge edge, Node node) Insert an arbitrary node on an existing edge.void
Graph.removeNode
(Node node) -
Uses of Node in org.eclipse.jetty.osgi
Modifier and TypeMethodDescriptionprotected void
OSGiDeployer.doProcessBinding
(Node node, App app) void
OSGiDeployer.processBinding
(Node node, App app) void
OSGiUndeployer.processBinding
(Node node, App app)