Uses of Interface
com.sun.enterprise.config.serverbeans.ApplicationRef
-
Packages that use ApplicationRef Package Description com.sun.enterprise.config.serverbeans -
-
Uses of ApplicationRef in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return ApplicationRef Modifier and Type Method Description static ApplicationRefCluster.Duck. getApplicationRef(Cluster cluster, String appName)ApplicationRefCluster. getApplicationRef(String appName)static ApplicationRefServer.Duck. getApplicationRef(Server server, String appName)ApplicationRefServer. getApplicationRef(String appName)ApplicationRefConfigBeansUtilities. getApplicationRefInServer(String sn, String name)static ApplicationRefDomain.Duck. getApplicationRefInServer(Domain me, String sn, String name)ApplicationRefDomain. getApplicationRefInServer(String sn, String name)static ApplicationRefDomain.Duck. getApplicationRefInTarget(Domain me, String appName, String target)ApplicationRefDomain. getApplicationRefInTarget(String appName, String target)ApplicationRefDomain. getApplicationRefInTarget(String appName, String target, boolean includeInstances)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ApplicationRef Modifier and Type Method Description List<ApplicationRef>RefContainer. getApplicationRef()List of all the applications that this instance is referencing.List<ApplicationRef>ConfigBeansUtilities. getApplicationRefsInServer(String sn)Lists the app refs for non-system apps assigned to the specified serverList<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. getApplicationRefsInServer(Domain me, String sn)List<ApplicationRef>Domain. getApplicationRefsInServer(String sn)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 Modifier and Type Method Description static org.glassfish.api.deployment.DeployCommandParametersApplication.Duck. getDeployParameters(Application app, ApplicationRef appRef)org.glassfish.api.deployment.DeployCommandParametersApplication. getDeployParameters(ApplicationRef appRef)
-