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

Packages that use MultiException
org.glassfish.hk2.api   
 

Uses of MultiException in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api with parameters of type MultiException
 void ErrorService.failureToReify(ActiveDescriptor<?> descriptor, Injectee injectee, MultiException me)
          This method is called if an ActiveDescriptor fails to reify properly during a lookup operation.
 

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.
 void ErrorService.failureToReify(ActiveDescriptor<?> descriptor, Injectee injectee, MultiException me)
          This method is called if an ActiveDescriptor fails to reify properly during a lookup operation.
 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
 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
 ActiveDescriptor<?> ServiceLocator.reifyDescriptor(Descriptor descriptor)
          Converts a descriptor to an ActiveDescriptor.
 ActiveDescriptor<?> ServiceLocator.reifyDescriptor(Descriptor descriptor, Injectee injectee)
          Converts a descriptor to an ActiveDescriptor.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.