Uses of Interface
org.glassfish.api.invocation.ApplicationEnvironment
-
Packages that use ApplicationEnvironment Package Description org.glassfish.api.invocation -
-
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)
-