Uses of Class
org.glassfish.hk2.api.MultiException

Packages that use MultiException
com.sun.enterprise.module.bootstrap   
org.glassfish.hk2.api   
org.jvnet.hk2.component   
org.jvnet.hk2.deprecated.internal   
org.jvnet.hk2.internal   
org.jvnet.hk2.osgiadapter   
org.jvnet.hk2.testing.junit.internal   
 

Uses of MultiException in com.sun.enterprise.module.bootstrap
 

Methods in com.sun.enterprise.module.bootstrap that throw MultiException
 void DefaultErrorService.onFailure(ErrorInformation ei)
           
 

Uses of MultiException in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return MultiException
 MultiException ErrorInformation.getAssociatedException()
          This will contain the associated exception or exceptions that caused the failure.
 

Methods in org.glassfish.hk2.api that throw MultiException
 void ProxyCtl.__make()
          This method causes the proxy instance to get created at the current time, without calling any of the methods on the underlying class itself.
<T> ActiveDescriptor<T>
DynamicConfiguration.addActiveDescriptor(Class<T> rawClass)
          This adds an active descriptor to the system based completely on the analysis of the given class.
 void DynamicConfiguration.commit()
          This causes the configuration to get committed.
 List<ServiceHandle<?>> ServiceLocator.getAllServiceHandles(Annotation qualifier, Annotation... qualifiers)
          Gets service handles that can be used to get and destroy the returned services
 List<ServiceHandle<?>> ServiceLocator.getAllServiceHandles(Filter searchCriteria)
          Gets a service handle that can be used to get and destroy the returned service.
 List<ServiceHandle<?>> ServiceLocator.getAllServiceHandles(Type contractOrImpl, Annotation... qualifiers)
          Gets service handles that can be used to get and destroy the returned services
<T> List<T>
ServiceLocator.getAllServices(Annotation qualifier, Annotation... qualifiers)
          Gets the all the services from this locator that has the given qualifier or qualifiers
 List<?> ServiceLocator.getAllServices(Filter searchCriteria)
          Gets the all the services from this locator that implements this contract or has this implementation
<T> List<T>
ServiceLocator.getAllServices(Type contractOrImpl, Annotation... qualifiers)
          Gets the all the services from this locator that implements this contract or has this implementation
 ActiveDescriptor<?> ServiceLocator.getInjecteeDescriptor(Injectee injectee)
          This method will first find a descriptor for this injectee, and then reify that descriptor.
<T> T
ServiceLocator.getService(ActiveDescriptor<T> activeDescriptor, ServiceHandle<?> root)
          This method should be called by code getting injectee's on behalf of some root object.
<T> T
ServiceLocator.getService(Type contractOrImpl, Annotation... qualifiers)
          Gets the best service from this locator that implements this contract or has this implementation
<T> T
ServiceLocator.getService(Type contractOrImpl, String name, Annotation... qualifiers)
          Gets the best service from this locator that implements this contract or has this implementation and has the given name
<T> ServiceHandle<T>
ServiceLocator.getServiceHandle(ActiveDescriptor<T> activeDescriptor)
          Gets a service handle that can be used to get and destroy the returned service.
<T> ServiceHandle<T>
ServiceLocator.getServiceHandle(ActiveDescriptor<T> activeDescriptor, Injectee injectee)
          Gets a service handle that can be used to get and destroy the returned service.
<T> ServiceHandle<T>
ServiceLocator.getServiceHandle(Type contractOrImpl, Annotation... qualifiers)
          Gets a service handle that can be used to get and destroy the returned service.
<T> ServiceHandle<T>
ServiceLocator.getServiceHandle(Type contractOrImpl, String name, Annotation... qualifiers)
          Gets a service handle that can be used to get and destroy the returned service
 Class<?> HK2Loader.loadClass(String className)
          Loads a class given the class name to instantiate
 void ErrorService.onFailure(ErrorInformation errorInformation)
          This method is called when a failure occurs in the system.
 ActiveDescriptor<?> ServiceLocator.reifyDescriptor(Descriptor descriptor)
          Converts a descriptor to an ActiveDescriptor.
 ActiveDescriptor<?> ServiceLocator.reifyDescriptor(Descriptor descriptor, Injectee injectee)
          Converts a descriptor to an ActiveDescriptor.
 

Uses of MultiException in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that throw MultiException
 List<ServiceHandle<?>> Habitat.getAllServiceHandles(Annotation qualifier, Annotation... qualifiers)
          Deprecated.  
 List<ServiceHandle<?>> Habitat.getAllServiceHandles(Filter searchCriteria)
          Deprecated.  
 List<ServiceHandle<?>> Habitat.getAllServiceHandles(Type contractOrImpl, Annotation... qualifiers)
          Deprecated.  
<T> List<T>
Habitat.getAllServices(Annotation qualifier, Annotation... qualifiers)
          Deprecated.  
 List<?> Habitat.getAllServices(Filter searchCriteria)
          Deprecated.  
<T> List<T>
Habitat.getAllServices(Type contractOrImpl, Annotation... qualifiers)
          Deprecated.  
 ActiveDescriptor<?> Habitat.getInjecteeDescriptor(Injectee injectee)
          Deprecated.  
<T> T
Habitat.getService(ActiveDescriptor<T> activeDescriptor, ServiceHandle<?> root)
          Deprecated.  
<T> T
Habitat.getService(Type contractOrImpl, Annotation... qualifiers)
          Deprecated.  
<T> T
Habitat.getService(Type contractOrImpl, String name, Annotation... qualifiers)
          Deprecated.  
<T> ServiceHandle<T>
Habitat.getServiceHandle(ActiveDescriptor<T> activeDescriptor)
          Deprecated.  
<T> ServiceHandle<T>
Habitat.getServiceHandle(ActiveDescriptor<T> activeDescriptor, Injectee injectee)
          Deprecated.  
<T> ServiceHandle<T>
Habitat.getServiceHandle(Type contractOrImpl, Annotation... qualifiers)
          Deprecated.  
<T> ServiceHandle<T>
Habitat.getServiceHandle(Type contractOrImpl, String name, Annotation... qualifiers)
          Deprecated.  
 ActiveDescriptor<?> Habitat.reifyDescriptor(Descriptor descriptor)
          Deprecated.  
 ActiveDescriptor<?> Habitat.reifyDescriptor(Descriptor descriptor, Injectee injectee)
          Deprecated.  
 

Uses of MultiException in org.jvnet.hk2.deprecated.internal
 

Methods in org.jvnet.hk2.deprecated.internal that throw MultiException
 Class<?> HolderHK2LoaderImpl.loadClass(String className)
          Deprecated.  
 

Uses of MultiException in org.jvnet.hk2.internal
 

Methods in org.jvnet.hk2.internal that return MultiException
 MultiException ErrorInformationImpl.getAssociatedException()
           
 

Methods in org.jvnet.hk2.internal that throw MultiException
 void DynamicConfigurationImpl.commit()
           
 InstanceLifecycleEventImpl Creator.create(ServiceHandle<?> root)
          Creates an instance of the given type
 InstanceLifecycleEventImpl FactoryCreator.create(ServiceHandle<?> root)
           
static
<T> ActiveDescriptor<T>
Utilities.createAutoDescriptor(Class<T> clazz, ServiceLocatorImpl locator)
          Creates a reified automatically generated descriptor
 List<ServiceHandle<?>> ServiceLocatorImpl.getAllServiceHandles(Annotation qualifier, Annotation... qualifiers)
           
 List<ServiceHandle<?>> ServiceLocatorImpl.getAllServiceHandles(Filter searchCriteria)
           
 List<ServiceHandle<?>> ServiceLocatorImpl.getAllServiceHandles(Type contractOrImpl, Annotation... qualifiers)
           
<T> List<T>
ServiceLocatorImpl.getAllServices(Annotation qualifier, Annotation... qualifiers)
           
 List<?> ServiceLocatorImpl.getAllServices(Filter searchCriteria)
           
<T> List<T>
ServiceLocatorImpl.getAllServices(Type contractOrImpl, Annotation... qualifiers)
           
 ActiveDescriptor<?> ServiceLocatorImpl.getInjecteeDescriptor(Injectee injectee)
           
<T> T
ServiceLocatorImpl.getService(ActiveDescriptor<T> activeDescriptor, ServiceHandle<?> root)
           
<T> T
ServiceLocatorImpl.getService(Type contractOrImpl, Annotation... qualifiers)
           
<T> T
ServiceLocatorImpl.getService(Type contractOrImpl, String name, Annotation... qualifiers)
           
<T> ServiceHandle<T>
ServiceLocatorImpl.getServiceHandle(ActiveDescriptor<T> activeDescriptor)
           
<T> ServiceHandle<T>
ServiceLocatorImpl.getServiceHandle(ActiveDescriptor<T> activeDescriptor, Injectee injectee)
           
<T> ServiceHandle<T>
ServiceLocatorImpl.getServiceHandle(Type contractOrImpl, Annotation... qualifiers)
           
<T> ServiceHandle<T>
ServiceLocatorImpl.getServiceHandle(Type contractOrImpl, String name, Annotation... qualifiers)
           
 ActiveDescriptor<?> ServiceLocatorImpl.reifyDescriptor(Descriptor descriptor)
           
 ActiveDescriptor<?> ServiceLocatorImpl.reifyDescriptor(Descriptor descriptor, Injectee injectee)
           
 void Collector.throwIfErrors()
          This method will throw if the list of throwables associated with this collector is not empty
 

Uses of MultiException in org.jvnet.hk2.osgiadapter
 

Methods in org.jvnet.hk2.osgiadapter that throw MultiException
 Class<?> OsgiHk2Loader.loadClass(String className)
           
 

Uses of MultiException in org.jvnet.hk2.testing.junit.internal
 

Methods in org.jvnet.hk2.testing.junit.internal that throw MultiException
 void ErrorServiceImpl.onFailure(ErrorInformation ei)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.