org.glassfish.admingui.common.util
Class DeployUtil

java.lang.Object
  extended by org.glassfish.admingui.common.util.DeployUtil

public class DeployUtil
extends Object

Author:
anilam

Constructor Summary
DeployUtil()
           
 
Method Summary
static List getApplicationTarget(String appName, String ref)
           
static List<Map> getRefEndpoints(String name, String ref)
           
static String getTargetEnableInfo(String appName, boolean useImage, boolean isApp)
           
static boolean reloadApplication(String appName, List<String> targets, com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployUtil

public DeployUtil()
Method Detail

reloadApplication

public static boolean reloadApplication(String appName,
                                        List<String> targets,
                                        com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)

getApplicationTarget

public static List getApplicationTarget(String appName,
                                        String ref)

getRefEndpoints

public static List<Map> getRefEndpoints(String name,
                                        String ref)

getTargetEnableInfo

public static String getTargetEnableInfo(String appName,
                                         boolean useImage,
                                         boolean isApp)


Copyright © 2012. All Rights Reserved.