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