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. hk2ParentFields in org.jvnet.hk2.internal with type parameters of type SystemDescriptor Modifier and Type Field Description private java.util.LinkedList<SystemDescriptor<?>>DynamicConfigurationImpl. allDescriptorsprivate java.util.List<SystemDescriptor<?>>ServiceLocatorImpl.CheckConfigurationData. unbindsprivate java.util.ArrayList<SystemDescriptor<?>>IndexedListData. unsortedListMethods 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 voidIndexedListData. addDescriptor(SystemDescriptor<?> descriptor)intSingletonContext.GenerationComparator. compare(SystemDescriptor<java.lang.Object> o1, SystemDescriptor<java.lang.Object> o2)TClazzCreator. create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower)TCreator. create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower)Creates an instance of the given typeTFactoryCreator. create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower)voidIndexedListData. removeDescriptor(SystemDescriptor<?> descriptor)(package private) voidAutoActiveDescriptor. setHK2Parent(SystemDescriptor<?> hk2Parent)(package private) intServiceLocatorImpl. unsortIndexes(int newRank, SystemDescriptor<?> desc, java.util.Set<IndexedListData> myLists)private booleanServiceLocatorImpl. 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 ImmediateResultsServiceLocatorImpl. 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 voidServiceLocatorImpl. removeConfigurationInternal(java.util.List<SystemDescriptor<?>> unbinds)private voidServiceLocatorImpl. 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 voidServiceLocatorImpl. 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)
-