Uses of Enum Class
org.ovirt.vdsm.jsonrpc.client.reactors.ReactorType
Packages that use ReactorType
-
Uses of ReactorType in org.ovirt.vdsm.jsonrpc.client.reactors
Methods in org.ovirt.vdsm.jsonrpc.client.reactors that return ReactorTypeModifier and TypeMethodDescriptionstatic ReactorTypeReturns the enum constant of this class with the specified name.static ReactorType[]ReactorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ovirt.vdsm.jsonrpc.client.reactors with parameters of type ReactorTypeModifier and TypeMethodDescriptionstatic ReactorReactorFactory.getReactor(ManagerProvider provider, ReactorType type) Provides instance ofReactorbased onManagerProvideravailability and type provided.