|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
GrizzlyWebServer.deploy(T toDeploy,
Deployer<T,V> deployer,
V configuration)
Deploy given deployable using provided deployer. |
|
|
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 | ||
---|---|---|
|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |