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

Packages that use MultiException
org.glassfish.hk2.api   
org.glassfish.hk2.utilities   
 

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
 Object 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.glassfish.hk2.utilities
 

Methods in org.glassfish.hk2.utilities that throw MultiException
static
<T> T
ServiceLocatorUtilities.findOrCreateService(ServiceLocator locator, Class<T> type, Annotation... qualifiers)
          This method will first attempt to find a service corresponding to the type and qualifiers passed in to the method, and if one is found simply returns it.
 Class<?> HK2LoaderImpl.loadClass(String className)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.