|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.admingui.common.handlers.DeploymentHandler
public class DeploymentHandler
| Constructor Summary | |
|---|---|
DeploymentHandler()
|
|
| Method Summary | |
|---|---|
static void |
deploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
|
static void |
getDeploymentDescriptor(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
|
static void |
getDeploymentDescriptorList(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This method returns the deployment descriptors for a given app. |
static void |
redeploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler redeploy any application |
static void |
undeploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler takes in selected rows, and do the undeployment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentHandler()
| Method Detail |
|---|
public static void deploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
public static void redeploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler redeploy any application
public static void undeploy(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This handler takes in selected rows, and do the undeployment
Input value: "selectedRows" -- Type: java.util.List
Input value: "appType" -- Type: String
handlerCtx - The HandlerContext.public static void getDeploymentDescriptorList(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
This method returns the deployment descriptors for a given app.
Output value: "descriptors" -- Type: java.util.List/
handlerCtx - The HandlerContext.public static void getDeploymentDescriptor(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||