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, java.lang.String appName)
           
static ApplicationRef Server.Duck.getApplicationRef(Server server, java.lang.String appName)
           
 ApplicationRef Server.getApplicationRef(java.lang.String appName)
           
 ApplicationRef Cluster.getApplicationRef(java.lang.String appName)
           
static ApplicationRef Domain.Duck.getApplicationRefInServer(Domain me, java.lang.String sn, java.lang.String name)
           
static ApplicationRef ConfigBeansUtilities.getApplicationRefInServer(java.lang.String sn, java.lang.String name)
           
 ApplicationRef Domain.getApplicationRefInServer(java.lang.String sn, java.lang.String name)
           
static ApplicationRef Domain.Duck.getApplicationRefInTarget(Domain me, java.lang.String appName, java.lang.String target)
           
 ApplicationRef Domain.getApplicationRefInTarget(java.lang.String appName, java.lang.String target)
           
 ApplicationRef Domain.getApplicationRefInTarget(java.lang.String appName, java.lang.String target, boolean includeInstances)
           
 

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