Uses of Class
org.glassfish.appclient.server.core.AppClientServerApplication
-
Packages that use AppClientServerApplication Package Description org.glassfish.appclient.server.core org.glassfish.appclient.server.core.jws -
-
Uses of AppClientServerApplication in org.glassfish.appclient.server.core
Methods in org.glassfish.appclient.server.core that return AppClientServerApplication Modifier and Type Method Description AppClientServerApplicationAppClientDeployer. load(AppClientContainerStarter containerStarter, DeploymentContext dc)Methods in org.glassfish.appclient.server.core that return types with arguments of type AppClientServerApplication Modifier and Type Method Description Set<AppClientServerApplication>AppClientDeployer. appClientApps()Methods in org.glassfish.appclient.server.core with parameters of type AppClientServerApplication Modifier and Type Method Description voidAppClientDeployer. unload(AppClientServerApplication application, DeploymentContext dc) -
Uses of AppClientServerApplication in org.glassfish.appclient.server.core.jws
Methods in org.glassfish.appclient.server.core.jws with parameters of type AppClientServerApplication Modifier and Type Method Description voidJWSAdapterManager. addContentForAppClient(String appName, String clientURIWithinEAR, AppClientServerApplication contributor, Properties tokens, Map<String,StaticContent> staticContent, Map<String,DynamicContent> dynamicContent)Adds content on behalf of a single app client to the HTTP adapters for the client and/or the containing EAR.voidJavaWebStartInfo. init(AppClientServerApplication acServerApp)Completes initialization of the object.voidJWSAdapterManager. removeContentForAppClient(String appName, String clientURIWithinEAR, AppClientServerApplication contributor)static StringJWSAdapterManager. userFriendlyContextRoot(AppClientServerApplication contributor)
-