Uses of Class
org.eclipse.jetty.deploy.graph.Node
Packages that use 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
Methods in org.eclipse.jetty.deploy that return NodeMethods in org.eclipse.jetty.deploy that return types with arguments of type NodeModifier and TypeMethodDescriptionDeploymentManager.getNodes()
DeploymentManager.AppEntry.getStateTimestamps()
Methods in org.eclipse.jetty.deploy with parameters of type NodeModifier 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
Methods in org.eclipse.jetty.deploy.bindings with parameters of type NodeModifier and TypeMethodDescriptionvoid
DebugBinding.processBinding
(Node node, App app) void
DebugListenerBinding.processBinding
(Node node, App app) void
GlobalWebappConfigBinding.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
Methods in org.eclipse.jetty.deploy.graph that return NodeModifier and TypeMethodDescriptionPath.firstNode()
Edge.getFrom()
Path.getNode
(int index) Graph.getNodeByName
(String name) Get the Node by Name.Edge.getTo()
Path.lastNode()
Methods in org.eclipse.jetty.deploy.graph that return types with arguments of type NodeMethods in org.eclipse.jetty.deploy.graph with parameters of type NodeModifier 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) Method parameters in org.eclipse.jetty.deploy.graph with type arguments of type NodeConstructors in org.eclipse.jetty.deploy.graph with parameters of type Node -
Uses of Node in org.eclipse.jetty.osgi.boot
Methods in org.eclipse.jetty.osgi.boot with parameters of type NodeModifier and TypeMethodDescriptionprotected void
OSGiDeployer.doProcessBinding
(Node node, App app) void
OSGiDeployer.processBinding
(Node node, App app) void
OSGiUndeployer.processBinding
(Node node, App app)