Uses of Class
software.xdev.tci.factory.prestart.PreStartableTCIFactory
Packages that use PreStartableTCIFactory
-
Uses of PreStartableTCIFactory in software.xdev.tci.factory.prestart.coordinator
Fields in software.xdev.tci.factory.prestart.coordinator with type parameters of type PreStartableTCIFactoryModifier and TypeFieldDescriptionprotected final List<PreStartableTCIFactory<?,?>> DefaultGlobalPreStartCoordinator.factoriesprotected final Set<PreStartableTCIFactory<?,?>> DefaultGlobalPreStartCoordinator.factoriesWeakSetMethods in software.xdev.tci.factory.prestart.coordinator with parameters of type PreStartableTCIFactoryModifier and TypeMethodDescriptionvoidDefaultGlobalPreStartCoordinator.register(PreStartableTCIFactory<?, ?> factory) voidGlobalPreStartCoordinator.register(PreStartableTCIFactory<?, ?> factory) voidDefaultGlobalPreStartCoordinator.unregister(PreStartableTCIFactory<?, ?> factory) voidGlobalPreStartCoordinator.unregister(PreStartableTCIFactory<?, ?> factory)