Uses of Class
org.jvnet.hk2.internal.SystemDescriptor
-
Packages that use SystemDescriptor Package Description org.jvnet.hk2.internal -
-
Uses of SystemDescriptor in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as SystemDescriptor Modifier and Type Field Description private SystemDescriptor<?>
AutoActiveDescriptor. hk2Parent
Fields in org.jvnet.hk2.internal with type parameters of type SystemDescriptor Modifier and Type Field Description private java.util.LinkedList<SystemDescriptor<?>>
DynamicConfigurationImpl. allDescriptors
private java.util.List<SystemDescriptor<?>>
ServiceLocatorImpl.CheckConfigurationData. unbinds
private java.util.ArrayList<SystemDescriptor<?>>
IndexedListData. unsortedList
Methods in org.jvnet.hk2.internal that return types with arguments of type SystemDescriptor Modifier and Type Method Description private java.util.List<SystemDescriptor<?>>
ServiceLocatorImpl. addConfigurationInternal(DynamicConfigurationImpl dci)
(package private) java.util.LinkedList<SystemDescriptor<?>>
DynamicConfigurationImpl. getAllDescriptors()
private java.util.List<SystemDescriptor<?>>
ServiceLocatorImpl. getDescriptors(Filter filter, Injectee onBehalfOf, boolean getParents, boolean doValidation, boolean getLocals)
java.util.Collection<SystemDescriptor<?>>
IndexedListData. getSortedList()
private java.util.List<SystemDescriptor<?>>
ServiceLocatorImpl.CheckConfigurationData. getUnbinds()
Methods in org.jvnet.hk2.internal with parameters of type SystemDescriptor Modifier and Type Method Description void
IndexedListData. addDescriptor(SystemDescriptor<?> descriptor)
int
SingletonContext.GenerationComparator. compare(SystemDescriptor<java.lang.Object> o1, SystemDescriptor<java.lang.Object> o2)
T
ClazzCreator. create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower)
T
Creator. create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower)
Creates an instance of the given typeT
FactoryCreator. create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower)
void
IndexedListData. removeDescriptor(SystemDescriptor<?> descriptor)
(package private) void
AutoActiveDescriptor. setHK2Parent(SystemDescriptor<?> hk2Parent)
(package private) int
ServiceLocatorImpl. unsortIndexes(int newRank, SystemDescriptor<?> desc, java.util.Set<IndexedListData> myLists)
private boolean
ServiceLocatorImpl. validate(SystemDescriptor<?> descriptor, Injectee onBehalfOf, Filter filter)
Must be called under lockMethod parameters in org.jvnet.hk2.internal with type arguments of type SystemDescriptor Modifier and Type Method Description private ImmediateResults
ServiceLocatorImpl. narrow(ServiceLocator locator, java.util.List<SystemDescriptor<?>> candidates, java.lang.reflect.Type requiredType, java.lang.String name, Injectee injectee, boolean onlyOne, boolean doValidation, NarrowResults cachedResults, Filter filter, java.lang.annotation.Annotation... qualifiers)
private void
ServiceLocatorImpl. removeConfigurationInternal(java.util.List<SystemDescriptor<?>> unbinds)
private void
ServiceLocatorImpl. reup(java.util.List<SystemDescriptor<?>> thingsAdded, boolean instanceListenersModified, boolean injectionResolversModified, boolean errorHandlersModified, boolean classAnalyzersModified, boolean dynamicConfigurationListenersModified, java.util.HashSet<java.lang.String> affectedContracts, boolean interceptionServicesModified)
private void
ServiceLocatorImpl. reupInstanceListenersHandlers(java.util.Collection<SystemDescriptor<?>> checkList)
Constructor parameters in org.jvnet.hk2.internal with type arguments of type SystemDescriptor Constructor Description CheckConfigurationData(java.util.List<SystemDescriptor<?>> unbinds, boolean instanceLifecycleModificationMade, boolean injectionResolverModificationMade, boolean errorHandlerModificationMade, boolean classAnalyzerModificationMade, boolean dynamicConfigurationListenerModificationMade, java.util.HashSet<java.lang.String> affectedContracts, boolean interceptionServiceModificationMade, TwoPhaseTransactionData transactionData)
-