Uses of Interface
com.sun.enterprise.config.serverbeans.ApplicationRef

Packages that use ApplicationRef
com.sun.enterprise.config.serverbeans   
 

Uses of ApplicationRef in com.sun.enterprise.config.serverbeans
 

Methods in com.sun.enterprise.config.serverbeans that return ApplicationRef
static ApplicationRef Cluster.Duck.getApplicationRef(Cluster cluster, String appName)
           
static ApplicationRef Server.Duck.getApplicationRef(Server server, String appName)
           
 ApplicationRef Server.getApplicationRef(String appName)
           
 ApplicationRef Cluster.getApplicationRef(String appName)
           
static ApplicationRef Domain.Duck.getApplicationRefInServer(Domain me, String sn, String name)
           
static ApplicationRef ConfigBeansUtilities.getApplicationRefInServer(String sn, String name)
           
 ApplicationRef Domain.getApplicationRefInServer(String sn, String name)
           
static ApplicationRef Domain.Duck.getApplicationRefInTarget(Domain me, String appName, String target)
           
 ApplicationRef Domain.getApplicationRefInTarget(String appName, String target)
           
 ApplicationRef Domain.getApplicationRefInTarget(String appName, String target, boolean includeInstances)
           
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ApplicationRef
 List<ApplicationRef> RefContainer.getApplicationRef()
          List of all the applications that this instance is referencing.
static List<ApplicationRef> Domain.Duck.getApplicationRefsInServer(Domain me, String sn)
           
static List<ApplicationRef> ConfigBeansUtilities.getApplicationRefsInServer(String sn)
          Lists the app refs for non-system apps assigned to the specified server
 List<ApplicationRef> Domain.getApplicationRefsInServer(String sn)
           
static List<ApplicationRef> ConfigBeansUtilities.getApplicationRefsInServer(String sn, boolean excludeSystemApps)
          Lists the app refs for apps assigned to the specified server, excluding system apps from the result if requested.
static List<ApplicationRef> Domain.Duck.getApplicationRefsInTarget(Domain me, String target)
           
static List<ApplicationRef> Domain.Duck.getApplicationRefsInTarget(Domain me, String tgt, boolean includeInstances)
           
 List<ApplicationRef> Domain.getApplicationRefsInTarget(String target)
           
 

Methods in com.sun.enterprise.config.serverbeans with parameters of type ApplicationRef
static DeployCommandParameters Application.Duck.getDeployParameters(Application app, ApplicationRef appRef)
           
 DeployCommandParameters Application.getDeployParameters(ApplicationRef appRef)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.