Uses of Class
org.ovirt.vdsm.jsonrpc.client.reactors.ReactorType
-
Packages that use ReactorType Package Description org.ovirt.vdsm.jsonrpc.client.reactors -
-
Uses of ReactorType in org.ovirt.vdsm.jsonrpc.client.reactors
Methods in org.ovirt.vdsm.jsonrpc.client.reactors that return ReactorType Modifier and Type Method Description static ReactorTypeReactorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReactorType[]ReactorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ovirt.vdsm.jsonrpc.client.reactors with parameters of type ReactorType Modifier and Type Method Description static ReactorReactorFactory. getReactor(ManagerProvider provider, ReactorType type)Provides instance ofReactorbased onManagerProvideravailability and type provided.
-