Uses of Interface
org.glassfish.api.deployment.ApplicationContainer
Packages that use ApplicationContainer
-
Uses of ApplicationContainer in org.glassfish.api.container
Methods in org.glassfish.api.container with parameters of type ApplicationContainerModifier and TypeMethodDescriptionvoidRequestDispatcher.registerEndpoint(String contextRoot, InetAddress address, int port, Collection<String> vsServers, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container) Registers a new endpoint for the given context root at the given port number.voidRequestDispatcher.registerEndpoint(String contextRoot, Collection<String> vsServers, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container) Registers a new endpoint (proxy implementation) for a particular context-root.voidRequestDispatcher.registerEndpoint(String contextRoot, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container) Registers a new endpoint (proxy implementation) for a particular context-root.voidRequestDispatcher.registerEndpoint(String contextRoot, org.glassfish.grizzly.http.server.HttpHandler endpointAdapter, ApplicationContainer container, String virtualServers) Registers a new endpoint (proxy implementation) for a particular context-root.voidRequestDispatcher.unregisterEndpoint(String contextRoot, ApplicationContainer app) Removes the context root from our list of endpoints. -
Uses of ApplicationContainer in org.glassfish.api.deployment
Classes in org.glassfish.api.deployment with type parameters of type ApplicationContainerModifier and TypeInterfaceDescriptioninterfaceDeployer<T extends Container,U extends ApplicationContainer> A deployer is capable of deploying one type of applications.