Uses of Class
com.sun.enterprise.container.common.spi.util.InjectionException
Packages that use InjectionException
Package
Description
-
Uses of InjectionException in com.sun.enterprise.container.common.impl.util
Methods in com.sun.enterprise.container.common.impl.util that throw InjectionExceptionModifier and TypeMethodDescription<T> TInjectionManagerImpl.createManagedObject(Class<T> clazz) Create a managed object for the given class.<T> TInjectionManagerImpl.createManagedObject(Class<T> clazz, boolean invokePostConstruct) Create a managed object for the given class.voidInjectionManagerImpl.destroyManagedObject(Object managedObject) Destroy a managed object that was created via createManagedObject.voidInjectionManagerImpl.destroyManagedObject(Object managedObject, boolean validate) Destroy a managed object that was created via createManagedObject.<T> voidInjectionManagerImpl.inject(Class<? extends T> clazz, T instance, com.sun.enterprise.deployment.JndiNameEnvironment envDescriptor, String componentId, boolean invokePostConstruct) voidInjectionManagerImpl.injectClass(Class<?> clazz, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv) voidInjectionManagerImpl.injectClass(Class<?> clazz, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv, boolean invokePostConstruct) voidInjectionManagerImpl.injectClass(Class<?> clazz, org.glassfish.api.naming.SimpleJndiName jndiName, boolean invokePostConstruct) voidInjectionManagerImpl.injectInstance(Object instance) voidInjectionManagerImpl.injectInstance(Object instance, boolean invokePostConstruct) voidInjectionManagerImpl.injectInstance(Object instance, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv) voidInjectionManagerImpl.injectInstance(Object instance, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv, boolean invokePostConstruct) voidInjectionManagerImpl.injectInstance(Object instance, org.glassfish.api.naming.SimpleJndiName jndiName, boolean invokePostConstruct) voidInjectionManagerImpl.invokeClassPreDestroy(Class clazz, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv) voidInjectionManagerImpl.invokeInstancePostConstruct(Object instance, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv) voidInjectionManagerImpl.invokeInstancePreDestroy(Object instance) voidInjectionManagerImpl.invokeInstancePreDestroy(Object instance, boolean validate) voidInjectionManagerImpl.invokeInstancePreDestroy(Object instance, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv) -
Uses of InjectionException in com.sun.enterprise.container.common.spi.util
Methods in com.sun.enterprise.container.common.spi.util that throw InjectionExceptionModifier and TypeMethodDescription<T> TInjectionManager.createManagedObject(Class<T> clazz) Create a managed object for the given class.<T> TInjectionManager.createManagedObject(Class<T> clazz, boolean invokePostConstruct) Create a managed object for the given class.voidInjectionManager.destroyManagedObject(Object managedObject) Destroy a managed object that was created via createManagedObject.voidInjectionManager.destroyManagedObject(Object managedObject, boolean validate) Destroy a managed object that may have been created via createManagedObject.<T> voidInjectionManager.inject(Class<? extends T> clazz, T instance, com.sun.enterprise.deployment.JndiNameEnvironment envDescriptor, String componentId, boolean invokePostConstruct) Perform injection.voidInjectionManager.injectClass(Class<?> clazz, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv) Inject the injectable resources from the given component environment into a Class instance.voidInjectionManager.injectClass(Class<?> clazz, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv, boolean invokePostConstruct) Inject the injectable resources from the given component environment into a Class instance.voidInjectionManager.injectClass(Class<?> clazz, org.glassfish.api.naming.SimpleJndiName jndiName, boolean invokePostConstruct) Inject the injectable resources from the given component id into a Class instance.voidInjectionManager.injectInstance(Object instance) Inject the given object instance with the resources from its component environment.voidInjectionManager.injectInstance(Object instance, boolean invokePostConstruct) Inject the given object instance with the resources from its component environment.voidInjectionManager.injectInstance(Object instance, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv) Inject the injectable resources from the given component environment into an object instance.voidInjectionManager.injectInstance(Object instance, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv, boolean invokePostConstruct) Inject the injectable resources from the given component environment into an object instance.voidInjectionManager.injectInstance(Object instance, org.glassfish.api.naming.SimpleJndiName globalJndiName, boolean invokePostConstruct) Inject the injectable resources for the given component id into an object instance.voidInjectionManager.invokeClassPreDestroy(Class<?> clazz, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv) Invoke any static @PreDestroy methods defined on the class (and super-classes).voidInjectionManager.invokeInstancePostConstruct(Object instance, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv) Invoke any @PostConstruct methods defined on the instance's class (and super-classes).voidInjectionManager.invokeInstancePreDestroy(Object instance) Invoke any @PreDestroy methods defined on the instance's class (and super-classes).voidInjectionManager.invokeInstancePreDestroy(Object instance, boolean validate) Invoke any @PreDestroy methods defined on the instance's class (and super-classes).voidInjectionManager.invokeInstancePreDestroy(Object instance, com.sun.enterprise.deployment.JndiNameEnvironment componentEnv) Invoke any @PreDestroy methods defined on the instance's class (and super-classes).