- IndirectlySerializable - Interface in com.sun.enterprise.container.common.spi.util
-
An interface that allows Non-Serializable objects to be persisted.
- initialize(String, String) - Method in class org.glassfish.ha.common.HACookieInfo
-
- initializeEMWrapper(String, PersistenceContextType, SynchronizationType, Map) - Method in class com.sun.enterprise.container.common.impl.EntityManagerWrapper
-
- injectClass(Class, JndiNameEnvironment) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- injectClass(Class, JndiNameEnvironment, boolean) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- injectClass(Class, JndiNameEnvironment) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Inject the injectable resources from the given component environment
into a Class instance.
- injectClass(Class, JndiNameEnvironment, boolean) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Inject the injectable resources from the given component environment
into a Class instance.
- injectEJBInstance(JCDIService.JCDIInjectionContext) - Method in interface com.sun.enterprise.container.common.spi.JCDIService
-
- injectInstance(Object) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- injectInstance(Object, boolean) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- injectInstance(Object, JndiNameEnvironment) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- injectInstance(Object, JndiNameEnvironment, boolean) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- injectInstance(Object, String, boolean) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- injectInstance(Object) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Inject the given object instance with the resources from its
component environment.
- injectInstance(Object, boolean) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Inject the given object instance with the resources from its
component environment.
- injectInstance(Object, JndiNameEnvironment) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Inject the injectable resources from the given component environment
into an object instance.
- injectInstance(Object, JndiNameEnvironment, boolean) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Inject the injectable resources from the given component environment
into an object instance.
- injectInstance(Object, String, boolean) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Inject the injectable resources for the given component id
into an object instance.
- InjectionException - Exception in com.sun.enterprise.container.common.spi.util
-
Checked Exception from InjectionManager
- InjectionException() - Constructor for exception com.sun.enterprise.container.common.spi.util.InjectionException
-
- InjectionException(String) - Constructor for exception com.sun.enterprise.container.common.spi.util.InjectionException
-
- InjectionException(String, Throwable) - Constructor for exception com.sun.enterprise.container.common.spi.util.InjectionException
-
- InjectionManager - Interface in com.sun.enterprise.container.common.spi.util
-
InjectionManager provides runtime resource injection(@Resource, @EJB, etc.)
and generic callback(PostConstruct/PreDestroy) services It performs
the actual injection into the fields and methods of designated
J2EE 5 component instances and managed class instances.
- InjectionManagerImpl - Class in com.sun.enterprise.container.common.impl.util
-
Implementation of InjectionManager.
- InjectionManagerImpl() - Constructor for class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- injectManagedObject(Object, BundleDescriptor) - Method in interface com.sun.enterprise.container.common.spi.JCDIService
-
- InterceptorInfo - Class in com.sun.enterprise.container.common.spi.util
-
- InterceptorInfo() - Constructor for class com.sun.enterprise.container.common.spi.util.InterceptorInfo
-
- InterceptorInvoker - Interface in com.sun.enterprise.container.common.spi
-
- invokeClassPreDestroy(Class, JndiNameEnvironment) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- invokeClassPreDestroy(Class, JndiNameEnvironment) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Invoke any static @PreDestroy methods defined on the class
(and super-classes).
- invokeInstancePostConstruct(Object, JndiNameEnvironment) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- invokeInstancePostConstruct(Object, JndiNameEnvironment) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Invoke any @PostConstruct methods defined on the instance's class
(and super-classes).
- invokeInstancePreDestroy(Object, JndiNameEnvironment) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- invokeInstancePreDestroy(Object) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- invokeInstancePreDestroy(Object, boolean) - Method in class com.sun.enterprise.container.common.impl.util.InjectionManagerImpl
-
- invokeInstancePreDestroy(Object) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Invoke any @PreDestroy methods defined on the instance's class
(and super-classes).
- invokeInstancePreDestroy(Object, boolean) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Invoke any @PreDestroy methods defined on the instance's class
(and super-classes).
- invokeInstancePreDestroy(Object, JndiNameEnvironment) - Method in interface com.sun.enterprise.container.common.spi.util.InjectionManager
-
Invoke any @PreDestroy methods defined on the instance's class
(and super-classes).
- invokePostConstruct() - Method in interface com.sun.enterprise.container.common.spi.InterceptorInvoker
-
- invokePreDestroy() - Method in interface com.sun.enterprise.container.common.spi.InterceptorInvoker
-
- isBound(Parameter<?>) - Method in class com.sun.enterprise.container.common.impl.QueryWrapper
-
- isCDIScoped(Class<?>) - Method in interface com.sun.enterprise.container.common.spi.JCDIService
-
- isClientProxy(Object) - Method in interface com.sun.enterprise.container.common.spi.JavaEEInterceptorBuilderFactory
-
Tests if a given object is a client proxy associated with an interceptor invoker.
- isCreateResultCacheable() - Method in class com.sun.enterprise.container.common.impl.FactoryForEntityManagerFactoryWrapper
-
- isCurrentModuleJCDIEnabled() - Method in interface com.sun.enterprise.container.common.spi.JCDIService
-
- isEjbReferenceCacheable(EjbReferenceDescriptor) - Method in interface com.sun.enterprise.container.common.spi.EjbNamingReferenceManager
-
- isEnabled() - Method in class com.sun.enterprise.container.common.impl.util.DummyCallFlowAgentImpl
-
- isEnabled() - Method in interface com.sun.enterprise.container.common.spi.util.CallFlowAgent
-
- isJCDIEnabled(BundleDescriptor) - Method in interface com.sun.enterprise.container.common.spi.JCDIService
-
- isJoinedToTransaction() - Method in class com.sun.enterprise.container.common.impl.EntityManagerWrapper
-
- isManagedBean(Object) - Method in class com.sun.enterprise.container.common.impl.managedbean.ManagedBeanManagerImpl
-
- isManagedBean(Object) - Method in interface com.sun.enterprise.container.common.spi.ManagedBeanManager
-
- isOpen() - Method in class com.sun.enterprise.container.common.impl.EntityManagerFactoryWrapper
-
- isOpen() - Method in class com.sun.enterprise.container.common.impl.EntityManagerWrapper
-
- isOpen() - Method in class com.sun.enterprise.container.common.impl.PhysicalEntityManagerWrapper
-