Uses of Interface
org.glassfish.api.invocation.InvocationManager
-
-
Uses of InvocationManager in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that return InvocationManager Modifier and Type Method Description InvocationManagerConnectorRuntime. getInvocationManager()provides the invocationManager -
Uses of InvocationManager in com.sun.ejb.containers
Fields in com.sun.ejb.containers declared as InvocationManager Modifier and Type Field Description protected InvocationManagerBaseContainer. invocationManagerMethods in com.sun.ejb.containers that return InvocationManager Modifier and Type Method Description InvocationManagerEjbContainerUtil. getInvocationManager()InvocationManagerEjbContainerUtilImpl. getInvocationManager() -
Uses of InvocationManager in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return InvocationManager Modifier and Type Method Description InvocationManagerConnectorRuntime. getInvocationManager()provides the invocationManager -
Uses of InvocationManager in com.sun.enterprise.container.common.impl
Methods in com.sun.enterprise.container.common.impl that return InvocationManager Modifier and Type Method Description InvocationManagerContainerUtilImpl. getInvocationManager()Constructors in com.sun.enterprise.container.common.impl with parameters of type InvocationManager Constructor Description EntityManagerFactoryWrapper(String unitName, InvocationManager invMgr, ComponentEnvManager compEnvMgr)EntityManagerWrapper(jakarta.transaction.TransactionManager txManager, InvocationManager invMgr, ComponentEnvManager compEnvMgr, CallFlowAgent callFlowAgent)FactoryForEntityManagerFactoryWrapper(String unitName, InvocationManager invMgr, ComponentEnvManager compEnvMgr) -
Uses of InvocationManager in com.sun.enterprise.container.common.spi.util
Methods in com.sun.enterprise.container.common.spi.util that return InvocationManager Modifier and Type Method Description InvocationManagerContainerUtil. getInvocationManager()Utility method to get hold of InvocationManager -
Uses of InvocationManager in com.sun.enterprise.transaction
Fields in com.sun.enterprise.transaction declared as InvocationManager Modifier and Type Field Description protected InvocationManagerJavaEETransactionManagerSimplified. invMgrMethods in com.sun.enterprise.transaction with parameters of type InvocationManager Modifier and Type Method Description voidUserTransactionImpl. setForTesting(JavaEETransactionManager tm, InvocationManager im) -
Uses of InvocationManager in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return InvocationManager Modifier and Type Method Description InvocationManagerServerContextImpl. getInvocationManager() -
Uses of InvocationManager in com.sun.web.server
Constructors in com.sun.web.server with parameters of type InvocationManager Constructor Description WebContainerListener(InvocationManager invocationMgr, InjectionManager injectionMgr, NamedNamingObjectProxy validationNamingProxy) -
Uses of InvocationManager in fish.payara.opentracing
Methods in fish.payara.opentracing with parameters of type InvocationManager Modifier and Type Method Description StringOpenTracingService. getApplicationName(InvocationManager invocationManager)Gets the application name from the invocation manager.StringOpenTracingService. getApplicationName(InvocationManager invocationManager, jakarta.interceptor.InvocationContext invocationContext)Gets the application name from the invocation manager. -
Uses of InvocationManager in fish.payara.requesttracing.jaxrs.client
Methods in fish.payara.requesttracing.jaxrs.client that return InvocationManager Modifier and Type Method Description InvocationManagerPayaraTracingServices. getInvocationManager() -
Uses of InvocationManager in org.glassfish.api.invocation
Classes in org.glassfish.api.invocation that implement InvocationManager Modifier and Type Class Description classInvocationManagerImpl -
Uses of InvocationManager in org.glassfish.concurrent.runtime
Constructors in org.glassfish.concurrent.runtime with parameters of type InvocationManager Constructor Description ContextSetupProviderImpl(InvocationManager invocationManager, Deployment deployment, ComponentEnvManager compEnvMgr, ApplicationRegistry applicationRegistry, Applications applications, JavaEETransactionManager transactionManager, Set<String> propagated, Set<String> cleared, Set<String> unchanged) -
Uses of InvocationManager in org.glassfish.ejb.security.application
Constructors in org.glassfish.ejb.security.application with parameters of type InvocationManager Constructor Description EJBSecurityManager(EjbDescriptor ejbDescriptor, InvocationManager invocationManager, EJBSecurityManagerFactory fact) -
Uses of InvocationManager in org.glassfish.internal.api
Methods in org.glassfish.internal.api that return InvocationManager Modifier and Type Method Description InvocationManagerServerContext. getInvocationManager()get the J2EE Server invocation manager -
Uses of InvocationManager in org.glassfish.webservices
Methods in org.glassfish.webservices that return InvocationManager Modifier and Type Method Description InvocationManagerEjbRuntimeEndpointInfo. getInvocationManager()InvocationManagerWebServiceContractImpl. getInvocationManager() -
Uses of InvocationManager in org.glassfish.webservices.transport.tcp
Methods in org.glassfish.webservices.transport.tcp that return InvocationManager Modifier and Type Method Description static InvocationManagerV3Module. getInvocationManager()
-