|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|
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 |
|
|
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 |
|
|
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. |
|
|
ServiceLocator.getService(ActiveDescriptor<T> activeDescriptor,
ServiceHandle<?> root)
This method should be called by code getting injectee's on behalf of some root object. |
|
|
ServiceLocator.getService(Type contractOrImpl,
Annotation... qualifiers)
Gets the best service from this locator that implements this contract or has this implementation |
|
|
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 |
|
|
ServiceLocator.getServiceHandle(ActiveDescriptor<T> activeDescriptor)
Gets a service handle that can be used to get and destroy the returned service. |
|
|
ServiceLocator.getServiceHandle(ActiveDescriptor<T> activeDescriptor,
Injectee injectee)
Gets a service handle that can be used to get and destroy the returned service. |
|
|
ServiceLocator.getServiceHandle(Type contractOrImpl,
Annotation... qualifiers)
Gets a service handle that can be used to get and destroy the returned service. |
|
|
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. |
|
|
Habitat.getAllServices(Annotation qualifier,
Annotation... qualifiers)
Deprecated. |
|
List<?> |
Habitat.getAllServices(Filter searchCriteria)
Deprecated. |
|
|
Habitat.getAllServices(Type contractOrImpl,
Annotation... qualifiers)
Deprecated. |
|
ActiveDescriptor<?> |
Habitat.getInjecteeDescriptor(Injectee injectee)
Deprecated. |
|
|
Habitat.getService(ActiveDescriptor<T> activeDescriptor,
ServiceHandle<?> root)
Deprecated. |
|
|
Habitat.getService(Type contractOrImpl,
Annotation... qualifiers)
Deprecated. |
|
|
Habitat.getService(Type contractOrImpl,
String name,
Annotation... qualifiers)
Deprecated. |
|
|
Habitat.getServiceHandle(ActiveDescriptor<T> activeDescriptor)
Deprecated. |
|
|
Habitat.getServiceHandle(ActiveDescriptor<T> activeDescriptor,
Injectee injectee)
Deprecated. |
|
|
Habitat.getServiceHandle(Type contractOrImpl,
Annotation... qualifiers)
Deprecated. |
|
|
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
|
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)
|
|
|
ServiceLocatorImpl.getAllServices(Annotation qualifier,
Annotation... qualifiers)
|
|
List<?> |
ServiceLocatorImpl.getAllServices(Filter searchCriteria)
|
|
|
ServiceLocatorImpl.getAllServices(Type contractOrImpl,
Annotation... qualifiers)
|
|
ActiveDescriptor<?> |
ServiceLocatorImpl.getInjecteeDescriptor(Injectee injectee)
|
|
|
ServiceLocatorImpl.getService(ActiveDescriptor<T> activeDescriptor,
ServiceHandle<?> root)
|
|
|
ServiceLocatorImpl.getService(Type contractOrImpl,
Annotation... qualifiers)
|
|
|
ServiceLocatorImpl.getService(Type contractOrImpl,
String name,
Annotation... qualifiers)
|
|
|
ServiceLocatorImpl.getServiceHandle(ActiveDescriptor<T> activeDescriptor)
|
|
|
ServiceLocatorImpl.getServiceHandle(ActiveDescriptor<T> activeDescriptor,
Injectee injectee)
|
|
|
ServiceLocatorImpl.getServiceHandle(Type contractOrImpl,
Annotation... qualifiers)
|
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |