Uses of Interface
com.sun.enterprise.config.serverbeans.ApplicationRef
-
-
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 DeployCommandParametersApplication.Duck. getDeployParameters(Application app, ApplicationRef appRef)DeployCommandParametersApplication. getDeployParameters(ApplicationRef appRef) -
Uses of ApplicationRef in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server with parameters of type ApplicationRef Modifier and Type Method Description ExtendedDeploymentContextApplicationLifecycle. enable(String target, Application app, ApplicationRef appRef, ActionReport report, Logger logger)List<Deployment.ApplicationDeployment>ApplicationLoaderService. processApplication(Application app, ApplicationRef appRef) -
Uses of ApplicationRef in fish.payara.enterprise.config.serverbeans
Methods in fish.payara.enterprise.config.serverbeans that return ApplicationRef Modifier and Type Method Description static ApplicationRefDeploymentGroup.Duck. getApplicationRef(DeploymentGroup me, String appName)ApplicationRefDeploymentGroup. getApplicationRef(String appName) -
Uses of ApplicationRef in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment with parameters of type ApplicationRef Modifier and Type Method Description DeploymentContextDeployment. enable(String target, Application app, ApplicationRef appRef, ActionReport report, Logger logger) -
Uses of ApplicationRef in org.glassfish.loadbalancer.admin.cli.reader.impl
Method parameters in org.glassfish.loadbalancer.admin.cli.reader.impl with type arguments of type ApplicationRef Modifier and Type Method Description static WebModuleReader[]ClusterReaderHelper. getWebModules(Domain domain, ApplicationRegistry appRegistry, List<ApplicationRef> refs, String target)Returns the web module readers for a set of application refs.Constructors in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type ApplicationRef Constructor Description WebModuleReaderImpl(String name, ApplicationRef ref, Application application, WebBundleDescriptor webBundleDescriptor)WebServiceEndpointReaderImpl(String name, ApplicationRef ref, Application application, WebServiceEndpoint bean)
-