Uses of Class
com.sun.enterprise.container.common.spi.util.InjectionException
-
-
Uses of InjectionException in com.sun.enterprise.container.common.impl.util
Methods in com.sun.enterprise.container.common.impl.util that throw InjectionException Modifier and Type Method Description <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.voidInjectionManagerImpl. inject(Class clazz, Object instance, JndiNameEnvironment envDescriptor, String componentId, boolean invokePostConstruct)voidInjectionManagerImpl. injectClass(Class clazz, JndiNameEnvironment componentEnv)voidInjectionManagerImpl. injectClass(Class clazz, JndiNameEnvironment componentEnv, boolean invokePostConstruct)voidInjectionManagerImpl. injectClass(Class clazz, String componentId, boolean invokePostConstruct)voidInjectionManagerImpl. injectInstance(Object instance)voidInjectionManagerImpl. injectInstance(Object instance, boolean invokePostConstruct)voidInjectionManagerImpl. injectInstance(Object instance, JndiNameEnvironment componentEnv)voidInjectionManagerImpl. injectInstance(Object instance, JndiNameEnvironment componentEnv, boolean invokePostConstruct)voidInjectionManagerImpl. injectInstance(Object instance, String componentId, boolean invokePostConstruct)voidInjectionManagerImpl. invokeClassPreDestroy(Class clazz, JndiNameEnvironment componentEnv)voidInjectionManagerImpl. invokeInstancePostConstruct(Object instance, JndiNameEnvironment componentEnv)voidInjectionManagerImpl. invokeInstancePreDestroy(Object instance)voidInjectionManagerImpl. invokeInstancePreDestroy(Object instance, boolean validate)voidInjectionManagerImpl. invokeInstancePreDestroy(Object instance, JndiNameEnvironment componentEnv) -
Uses of InjectionException in com.sun.enterprise.container.common.spi.util
Methods in com.sun.enterprise.container.common.spi.util that throw InjectionException Modifier and Type Method Description <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.voidInjectionManager. inject(Class clazz, Object instance, JndiNameEnvironment envDescriptor, String componentId, boolean invokePostConstruct)Perform injection.voidInjectionManager. injectClass(Class clazz, JndiNameEnvironment componentEnv)Inject the injectable resources from the given component environment into a Class instance.voidInjectionManager. injectClass(Class clazz, JndiNameEnvironment componentEnv, boolean invokePostConstruct)Inject the injectable resources from the given component environment into a Class instance.voidInjectionManager. injectClass(Class clazz, String componentId, 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, JndiNameEnvironment componentEnv)Inject the injectable resources from the given component environment into an object instance.voidInjectionManager. injectInstance(Object instance, JndiNameEnvironment componentEnv, boolean invokePostConstruct)Inject the injectable resources from the given component environment into an object instance.voidInjectionManager. injectInstance(Object instance, String componentId, boolean invokePostConstruct)Inject the injectable resources for the given component id into an object instance.voidInjectionManager. invokeClassPreDestroy(Class clazz, JndiNameEnvironment componentEnv)Invoke any static @PreDestroy methods defined on the class (and super-classes).voidInjectionManager. invokeInstancePostConstruct(Object instance, 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, JndiNameEnvironment componentEnv)Invoke any @PreDestroy methods defined on the instance's class (and super-classes). -
Uses of InjectionException in org.glassfish.appclient.client
Methods in org.glassfish.appclient.client that throw InjectionException Modifier and Type Method Description static voidAppClientFacade. launch(String[] args) -
Uses of InjectionException in org.glassfish.appclient.client.acc
Methods in org.glassfish.appclient.client.acc that throw InjectionException Modifier and Type Method Description voidAppClientContainer. launch(String[] args)voidAppClientContainer. prepare(Instrumentation inst)
-