Uses of Class
org.osgi.util.promise.PromiseFactory
-
-
Uses of PromiseFactory in org.osgi.util.promise
Fields in org.osgi.util.promise declared as PromiseFactory Modifier and Type Field Description (package private) static PromiseFactoryPromiseFactory. defaultFactoryThe default factory which uses the default callback executor and default scheduled executor.private PromiseFactoryPromiseImpl. factoryThe factory to use for callbacks and scheduled operations.Constructors in org.osgi.util.promise with parameters of type PromiseFactory Constructor Description Deferred(PromiseFactory factory)Create a new Deferred with the specified callback and scheduled executors.DeferredPromiseImpl(PromiseFactory factory)Initialize this Promise.FailedPromiseImpl(java.lang.Throwable fail, PromiseFactory factory)Initialize this failed Promise.PromiseImpl(PromiseFactory factory)Initialize this Promise.ResolvedPromiseImpl(T value, PromiseFactory factory)Initialize this resolved Promise.
-