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 ReactorType
ReactorType. 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 Reactor
ReactorFactory. getReactor(ManagerProvider provider, ReactorType type)
Provides instance ofReactor
based onManagerProvider
availability and type provided.
-