Uses of Class
com.sun.grizzly.http.deployer.DeploymentID

Packages that use DeploymentID
com.sun.grizzly.http.deployer   
com.sun.grizzly.http.embed   
com.sun.grizzly.http.servlet.deployer   
 

Uses of DeploymentID in com.sun.grizzly.http.deployer
 

Methods in com.sun.grizzly.http.deployer that return DeploymentID
 DeploymentID FromURIDeployer.deploy(GrizzlyWebServer gws, URI deployFrom, T configuration)
          Deploy deployable to gws.
 DeploymentID Deployer.deploy(GrizzlyWebServer gws, V toDeploy, T configuration)
          Deploy Deployable to gws.
 

Methods in com.sun.grizzly.http.deployer with parameters of type DeploymentID
 void Deployer.undeploy(GrizzlyWebServer gws, DeploymentID deploymentId)
          Undeploy previously deployed deployable.
 

Uses of DeploymentID in com.sun.grizzly.http.embed
 

Methods in com.sun.grizzly.http.embed that return DeploymentID
<T extends Deployable,V extends DeploymentConfiguration>
DeploymentID
GrizzlyWebServer.deploy(T toDeploy, Deployer<T,V> deployer, V configuration)
          Deploy given deployable using provided deployer.
<T extends Deployable,V extends DeploymentConfiguration>
DeploymentID
GrizzlyWebServer.deploy(URI fromURI, FromURIDeployer<T,V> deployer, V configuration)
          Deploy from given uri using provided deployer.
 

Methods in com.sun.grizzly.http.embed with parameters of type DeploymentID
<T extends Deployable,V extends DeploymentConfiguration>
void
GrizzlyWebServer.undeploy(DeploymentID deploymentId, Deployer<T,V> deployer)
          Undeploy deploymentId using provided deployer.
 

Uses of DeploymentID in com.sun.grizzly.http.servlet.deployer
 

Fields in com.sun.grizzly.http.servlet.deployer with type parameters of type DeploymentID
protected  Map<String,DeploymentID> GrizzlyWebServerDeployer.deployedApplicationMap
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.