Package | Description |
---|---|
org.eclipse.jetty.cdi | |
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.bindings |
Jetty Deploy : Standard Deployment Bindings
|
org.eclipse.jetty.deploy.graph |
Jetty Deploy : Deployment Graph
|
org.eclipse.jetty.osgi.boot |
Modifier and Type | Method and Description |
---|---|
void |
WeldDeploymentBinding.processBinding(Node node,
App app) |
Modifier and Type | Method and Description |
---|---|
Node |
DeploymentManager.AppEntry.getLifecyleNode() |
Modifier and Type | Method and Description |
---|---|
Collection<Node> |
DeploymentManager.getNodes() |
Map<Node,Long> |
DeploymentManager.AppEntry.getStateTimestamps() |
Modifier and Type | Method and Description |
---|---|
Collection<App> |
DeploymentManager.getApps(Node node)
|
Set<AppLifeCycle.Binding> |
AppLifeCycle.getBindings(Node node)
Get all objects bound to a specific
Node |
void |
AppLifeCycle.Binding.processBinding(Node node,
App app)
Event called to process a
AppLifeCycle binding. |
void |
AppLifeCycle.runBindings(Node node,
App app,
DeploymentManager deploymentManager) |
Modifier and Type | Method and Description |
---|---|
void |
StandardUndeployer.processBinding(Node node,
App app) |
void |
StandardStopper.processBinding(Node node,
App app) |
void |
StandardStarter.processBinding(Node node,
App app) |
void |
StandardDeployer.processBinding(Node node,
App app) |
void |
OrderedGroupBinding.processBinding(Node node,
App app) |
void |
GlobalWebappConfigBinding.processBinding(Node node,
App app) |
void |
DebugBinding.processBinding(Node node,
App app) |
Modifier and Type | Method and Description |
---|---|
Node |
Path.firstNode() |
Node |
Edge.getFrom() |
Node |
Path.getNode(int index) |
Node |
Graph.getNodeByName(String name)
Get the Node by Name.
|
Node |
Edge.getTo() |
Node |
Path.lastNode() |
Modifier and Type | Method and Description |
---|---|
List<Node> |
Path.getEdges() |
List<Node> |
Path.getNodes() |
Set<Node> |
Graph.getNodes() |
Modifier and Type | Method and Description |
---|---|
void |
Graph.addNode(Node node) |
Set<Edge> |
Graph.findEdges(Node node)
Find all edges that are connected to the specific node, both as an outgoing
Edge.getFrom() or incoming
Edge.getTo() end point. |
Set<Edge> |
Graph.findEdgesFrom(Node from)
Find all edges that are connected
Edge.getFrom() the specific node. |
Path |
Graph.getPath(Node from,
Node to)
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) |
Modifier and Type | Method and Description |
---|---|
void |
Graph.setNodes(Set<Node> nodes) |
Constructor and Description |
---|
Edge(Node from,
Node to) |
Modifier and Type | Method and Description |
---|---|
void |
OSGiUndeployer.processBinding(Node node,
App app) |
void |
OSGiDeployer.processBinding(Node node,
App app) |
Copyright © 1995-2015 Webtide. All Rights Reserved.