Uses of Class
org.jvnet.hk2.internal.SystemDescriptor
Packages that use SystemDescriptor
-
Uses of SystemDescriptor in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal declared as SystemDescriptorFields in org.jvnet.hk2.internal with type parameters of type SystemDescriptorModifier and TypeFieldDescriptionprivate final LinkedList<SystemDescriptor<?>> DynamicConfigurationImpl.allDescriptorsprivate final List<SystemDescriptor<?>> ServiceLocatorImpl.CheckConfigurationData.unbindsprivate final ArrayList<SystemDescriptor<?>> IndexedListData.unsortedListMethods in org.jvnet.hk2.internal that return types with arguments of type SystemDescriptorModifier and TypeMethodDescriptionprivate List<SystemDescriptor<?>> ServiceLocatorImpl.addConfigurationInternal(DynamicConfigurationImpl dci) (package private) LinkedList<SystemDescriptor<?>> DynamicConfigurationImpl.getAllDescriptors()private List<SystemDescriptor<?>> ServiceLocatorImpl.getDescriptors(Filter filter, Injectee onBehalfOf, boolean getParents, boolean doValidation, boolean getLocals) IndexedListData.getSortedList()private List<SystemDescriptor<?>> ServiceLocatorImpl.CheckConfigurationData.getUnbinds()Methods in org.jvnet.hk2.internal with parameters of type SystemDescriptorModifier and TypeMethodDescriptionvoidIndexedListData.addDescriptor(SystemDescriptor<?> descriptor) intSingletonContext.GenerationComparator.compare(SystemDescriptor<Object> o1, SystemDescriptor<Object> o2) ClazzCreator.create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower) Creator.create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower) Creates an instance of the given typeFactoryCreator.create(ServiceHandle<?> root, SystemDescriptor<?> eventThrower) voidIndexedListData.removeDescriptor(SystemDescriptor<?> descriptor) (package private) voidAutoActiveDescriptor.setHK2Parent(SystemDescriptor<?> hk2Parent) (package private) intServiceLocatorImpl.unsortIndexes(int newRank, SystemDescriptor<?> desc, 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 SystemDescriptorModifier and TypeMethodDescriptionprivate ImmediateResultsServiceLocatorImpl.narrow(ServiceLocator locator, List<SystemDescriptor<?>> candidates, Type requiredType, String name, Injectee injectee, boolean onlyOne, boolean doValidation, NarrowResults cachedResults, Filter filter, Annotation... qualifiers) private voidServiceLocatorImpl.removeConfigurationInternal(List<SystemDescriptor<?>> unbinds) private voidServiceLocatorImpl.reup(List<SystemDescriptor<?>> thingsAdded, boolean instanceListenersModified, boolean injectionResolversModified, boolean errorHandlersModified, boolean classAnalyzersModified, boolean dynamicConfigurationListenersModified, HashSet<String> affectedContracts, boolean interceptionServicesModified) private voidServiceLocatorImpl.reupInstanceListenersHandlers(Collection<SystemDescriptor<?>> checkList) Constructor parameters in org.jvnet.hk2.internal with type arguments of type SystemDescriptorModifierConstructorDescriptionprivateCheckConfigurationData(List<SystemDescriptor<?>> unbinds, boolean instanceLifecycleModificationMade, boolean injectionResolverModificationMade, boolean errorHandlerModificationMade, boolean classAnalyzerModificationMade, boolean dynamicConfigurationListenerModificationMade, HashSet<String> affectedContracts, boolean interceptionServiceModificationMade, TwoPhaseTransactionData transactionData)