Uses of Class
org.glassfish.embeddable.GlassFishException
-
Packages that use GlassFishException Package Description com.sun.enterprise.admin.cli.embeddable com.sun.enterprise.glassfish.bootstrap com.sun.enterprise.glassfish.bootstrap.osgi com.sun.enterprise.web fish.payara.micro.boot.runtime org.glassfish.ant.embedded.tasks org.glassfish.embeddable Provides classes and interfaces necessary to embed GlassFish and perform lifecycle operations, application deployments and runtime configurations.org.glassfish.embeddable.spi Provides classes and interfaces necessary to plugin a custom GlassFish runtime.org.glassfish.embeddable.web Provides classes and interfaces necessary to programmatically configure embedded WebContainer and create contexts, virtual servers, and web listeners.org.glassfish.embeddable.web.config Provides classes to configure embedded WebContainer.org.glassfish.web.embed.impl -
-
Uses of GlassFishException in com.sun.enterprise.admin.cli.embeddable
Methods in com.sun.enterprise.admin.cli.embeddable that throw GlassFishException Modifier and Type Method Description StringDeployerImpl. deploy(File file, String... params)StringDeployerImpl. deploy(InputStream is, String... params)StringDeployerImpl. deploy(URI archive, String... params)Collection<String>DeployerImpl. getDeployedApplications()voidDeployerImpl. undeploy(String appName, String... params) -
Uses of GlassFishException in com.sun.enterprise.glassfish.bootstrap
Methods in com.sun.enterprise.glassfish.bootstrap that throw GlassFishException Modifier and Type Method Description GlassFishRuntimeStaticGlassFishRuntimeBuilder. build(BootstrapProperties bsProps)voidConfigurator. configure(Properties props)voidGlassFishDecorator. dispose()voidGlassFishImpl. dispose()CommandRunnerGlassFishDecorator. getCommandRunner()CommandRunnerGlassFishImpl. getCommandRunner()DeployerGlassFishDecorator. getDeployer()DeployerGlassFishImpl. getDeployer()<T> TGlassFishDecorator. getService(Class<T> serviceType)<T> TGlassFishDecorator. getService(Class<T> serviceType, String serviceName)<T> TGlassFishImpl. getService(Class<T> serviceType)<T> TGlassFishImpl. getService(Class<T> serviceType, String serviceName)GlassFish.StatusGlassFishDecorator. getStatus()GlassFishGlassFishRuntimeDecorator. newGlassFish(GlassFishProperties glassfishProperties)GlassFishStaticGlassFishRuntime. newGlassFish(GlassFishProperties glassFishProperties)Creates a new GlassFish instance and add it to a Map of instances created by this runtime.voidGlassFishRuntimeDecorator. shutdown()voidStaticGlassFishRuntime. shutdown()voidGlassFishDecorator. start()voidGlassFishImpl. start()voidGlassFishDecorator. stop()voidGlassFishImpl. stop()Constructors in com.sun.enterprise.glassfish.bootstrap that throw GlassFishException Constructor Description GlassFishImpl(com.sun.enterprise.module.bootstrap.ModuleStartup gfKernel, org.glassfish.hk2.api.ServiceLocator habitat, Properties gfProps) -
Uses of GlassFishException in com.sun.enterprise.glassfish.bootstrap.osgi
Methods in com.sun.enterprise.glassfish.bootstrap.osgi that throw GlassFishException Modifier and Type Method Description GlassFishRuntimeEmbeddedOSGiGlassFishRuntimeBuilder. build(BootstrapProperties bootstrapProperties)GlassFishRuntimeOSGiGlassFishRuntimeBuilder. build(BootstrapProperties bsProps)protected GlassFishEmbeddedOSGiGlassFishRuntime. createGlassFish(com.sun.enterprise.module.bootstrap.ModuleStartup gfKernel, org.glassfish.hk2.api.ServiceLocator habitat, Properties gfProps)GlassFishEmbeddedOSGiGlassFishRuntime. newGlassFish(GlassFishProperties gfProps)GlassFishOSGiGlassFishRuntime. newGlassFish(GlassFishProperties glassfishProperties)voidEmbeddedOSGiGlassFishRuntime. shutdown()voidOSGiGlassFishRuntime. shutdown()voidEmbeddedOSGiGlassFishImpl. start()voidEmbeddedOSGiGlassFishImpl. stop() -
Uses of GlassFishException in com.sun.enterprise.web
Methods in com.sun.enterprise.web that throw GlassFishException Modifier and Type Method Description voidVirtualServer. addContext(Context context, String contextRoot)Registers the given Context with this VirtualServer at the given context root.voidVirtualServerFacade. addContext(Context context, String contextRoot)Registers the given Context with this VirtualServer at the given context root.voidVirtualServer. removeContext(Context context)Stops the given context and removes it from this VirtualServer.voidVirtualServerFacade. removeContext(Context context)Stops the given context and removes it from this VirtualServer. -
Uses of GlassFishException in fish.payara.micro.boot.runtime
Methods in fish.payara.micro.boot.runtime that throw GlassFishException Modifier and Type Method Description GlassFishRuntimePayaraMicroRuntimeBuilder. build(BootstrapProperties options)voidMicroGlassFish. dispose()CommandRunnerMicroGlassFish. getCommandRunner()DeployerMicroGlassFish. getDeployer()<T> TMicroGlassFish. getService(Class<T> serviceType)<T> TMicroGlassFish. getService(Class<T> serviceType, String serviceName)GlassFish.StatusMicroGlassFish. getStatus()GlassFishMicroGlassFishRuntime. newGlassFish(GlassFishProperties glassfishProperties)voidMicroGlassFishRuntime. shutdown()voidMicroGlassFish. start()voidMicroGlassFish. stop() -
Uses of GlassFishException in org.glassfish.ant.embedded.tasks
Methods in org.glassfish.ant.embedded.tasks that throw GlassFishException Modifier and Type Method Description static voidUtil. disposeGlassFish(String serverID)static GlassFishUtil. startGlassFish(String serverID, String installRoot, String instanceRoot, String configFileURI, boolean configFileReadOnly, int httpPort) -
Uses of GlassFishException in org.glassfish.embeddable
Methods in org.glassfish.embeddable that throw GlassFishException Modifier and Type Method Description static GlassFishRuntimeGlassFishRuntime. bootstrap()Bootstrap a GlassFishRuntime with defaultBootstrapProperties.static GlassFishRuntimeGlassFishRuntime. bootstrap(BootstrapProperties bootstrapProperties)Bootstrap GlassFish runtime based on runtime configuration passed in the bootstrapProperties object.static GlassFishRuntimeGlassFishRuntime. bootstrap(BootstrapProperties bootstrapProperties, ClassLoader cl)Bootstrap GlassFish runtime based on runtime configuration passed in the bootstrapProperties object.StringDeployer. deploy(File file, String... params)Deploys an application identified by a file.StringDeployer. deploy(InputStream is, String... params)Deploys an application from the specifiedInputStreamobject.StringDeployer. deploy(URI archive, String... params)Deploys an application identified by a URI.voidGlassFish. dispose()Call this method if you don't need this GlassFish instance any more.CommandRunnerGlassFish. getCommandRunner()Gets a CommandRunner instance, using which the user can run asadmin commands.Collection<String>Deployer. getDeployedApplications()Return names of all the deployed applications.DeployerGlassFish. getDeployer()Gets a Deployer instance to deploy an application.<T> TGlassFish. getService(Class<T> serviceType)A service has a service interface and optionally a name.<T> TGlassFish. getService(Class<T> serviceType, String serviceName)A service has a service interface and optionally a name.GlassFish.StatusGlassFish. getStatus()Get the current status of GlassFish.GlassFishGlassFishRuntime. newGlassFish()Create a new instance of GlassFish with defaultGlassFishPropertiesabstract GlassFishGlassFishRuntime. newGlassFish(GlassFishProperties glassfishProperties)Creates a new instance of GlassFish.abstract voidGlassFishRuntime. shutdown()Shuts down the Runtime and dispose off all the GlassFish objects created via this Runtimeprotected static voidGlassFishRuntime. shutdownInternal()voidGlassFish. start()Start GlassFish.voidGlassFish. stop()Stop GlassFish.voidDeployer. undeploy(String appName, String... params)Undeploys an application fromGlassFishThis method takes a var-arg argument for the undeployment options. -
Uses of GlassFishException in org.glassfish.embeddable.spi
Methods in org.glassfish.embeddable.spi that throw GlassFishException Modifier and Type Method Description GlassFishRuntimeRuntimeBuilder. build(BootstrapProperties options)Builds a custom GlassFishRuntime with the supplied bootstrap options -
Uses of GlassFishException in org.glassfish.embeddable.web
Methods in org.glassfish.embeddable.web that throw GlassFishException Modifier and Type Method Description voidVirtualServer. addContext(Context context, String contextRoot)Registers the given Context with this VirtualServer at the given context root.voidWebContainer. addContext(Context context, String contextRoot)Registers the given Context with all VirtualServer at the given context root.voidWebContainer. addVirtualServer(VirtualServer virtualServer)Adds the given VirtualServer to this WebContainer.voidWebContainer. addWebListener(WebListener webListener)Adds the given WebListener to this WebContainer.voidLifecycle. disable()Disables this component.voidLifecycle. enable()Enables this component.voidVirtualServer. removeContext(Context context)Stops the given context and removes it from this VirtualServer.voidWebContainer. removeContext(Context context)Stops the given Context and removes it from all VirtualServer.voidWebContainer. removeVirtualServer(VirtualServer virtualServer)Stops the given virtualServer and removes it from this WebContainer.voidWebContainer. removeWebListener(WebListener webListener)Stops the given webListener and removes it from this WebContainer.voidWebListener. setConfig(WebListenerConfig config)Reconfigures this WebListener with the given configuration.voidWebListenerBase. setConfig(WebListenerConfig config)Reconfigures this WebListener with the given configuration. -
Uses of GlassFishException in org.glassfish.embeddable.web.config
Methods in org.glassfish.embeddable.web.config that throw GlassFishException Modifier and Type Method Description voidWebResourceCollection. setHttpMethodOmissions(Set<String> httpMethodOmissions)Sets the HTTP methods to be omitted from protectionvoidWebResourceCollection. setHttpMethods(Set<String> httpMethods)Sets the HTTP methods that should be protected -
Uses of GlassFishException in org.glassfish.web.embed.impl
Methods in org.glassfish.web.embed.impl that throw GlassFishException Modifier and Type Method Description voidWebContainerImpl. addContext(Context context, String contextRoot)Registers the given Context with all VirtualServer at the given context root.voidWebContainerImpl. addVirtualServer(VirtualServer virtualServer)Adds the given VirtualServer to this WebContainer.voidWebContainerImpl. addWebListener(WebListener webListener)Adds the given WebListener to this WebContainer.voidWebContainerImpl. removeContext(Context context)Stops the given Context and removes it from all VirtualServer.voidWebContainerImpl. removeVirtualServer(VirtualServer virtualServer)Stops the given virtualServer and removes it from this WebContainer.voidWebContainerImpl. removeWebListener(WebListener webListener)Stops the given webListener and removes it from this WebContainer.
-