Uses of Interface
org.eclipse.jetty.deploy.AppLifeCycle.Binding

Packages that use AppLifeCycle.Binding
org.eclipse.jetty.deploy   
org.eclipse.jetty.deploy.bindings   
 

Uses of AppLifeCycle.Binding in org.eclipse.jetty.deploy
 

Methods in org.eclipse.jetty.deploy that return types with arguments of type AppLifeCycle.Binding
 Set<AppLifeCycle.Binding> AppLifeCycle.getBindings()
          Get all Node bound objects.
 Set<AppLifeCycle.Binding> AppLifeCycle.getBindings(Node node)
          Get all objects bound to a specific Node
 Set<AppLifeCycle.Binding> AppLifeCycle.getBindings(String nodeName)
          Get all objects bound to a specific Node
 Collection<AppLifeCycle.Binding> DeploymentManager.getLifeCycleBindings()
           
 

Methods in org.eclipse.jetty.deploy with parameters of type AppLifeCycle.Binding
 void AppLifeCycle.addBinding(AppLifeCycle.Binding binding)
           
 void DeploymentManager.addLifeCycleBinding(AppLifeCycle.Binding binding)
           
 void AppLifeCycle.removeBinding(AppLifeCycle.Binding binding)
           
 

Method parameters in org.eclipse.jetty.deploy with type arguments of type AppLifeCycle.Binding
 void DeploymentManager.setLifeCycleBindings(Collection<AppLifeCycle.Binding> bindings)
           
 

Uses of AppLifeCycle.Binding in org.eclipse.jetty.deploy.bindings
 

Classes in org.eclipse.jetty.deploy.bindings that implement AppLifeCycle.Binding
 class StandardDeployer
           
 class StandardStarter
           
 class StandardStopper
           
 class StandardUndeployer
           
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.