Uses of Interface
org.glassfish.api.invocation.ApplicationEnvironment
-
Packages that use ApplicationEnvironment Package Description com.sun.enterprise.container.common.impl com.sun.enterprise.container.common.spi.util org.glassfish.api.invocation -
-
Uses of ApplicationEnvironment in com.sun.enterprise.container.common.impl
Methods in com.sun.enterprise.container.common.impl that return ApplicationEnvironment Modifier and Type Method Description ApplicationEnvironmentComponentEnvManagerImpl. getCurrentApplicationEnvironment() -
Uses of ApplicationEnvironment in com.sun.enterprise.container.common.spi.util
Methods in com.sun.enterprise.container.common.spi.util that return ApplicationEnvironment Modifier and Type Method Description ApplicationEnvironmentComponentEnvManager. getCurrentApplicationEnvironment()Returns the current application environment if not running in a specified container -
Uses of ApplicationEnvironment in org.glassfish.api.invocation
Methods in org.glassfish.api.invocation that return ApplicationEnvironment Modifier and Type Method Description ApplicationEnvironmentInvocationManager. peekAppEnvironment()Gets the current application environment on the current threadApplicationEnvironmentInvocationManagerImpl. peekAppEnvironment()Methods in org.glassfish.api.invocation with parameters of type ApplicationEnvironment Modifier and Type Method Description voidInvocationManager. pushAppEnvironment(ApplicationEnvironment env)To be called by the infrastructure to indicate that some user code not associated with any Java EE specification may be called.voidInvocationManagerImpl. pushAppEnvironment(ApplicationEnvironment env)
-