Search in sources :

Example 1 with GetSupportedCpuListParameters

use of org.ovirt.engine.core.common.queries.GetSupportedCpuListParameters in project ovirt-engine by oVirt.

the class AsyncDataProvider method getSupportedCpuList.

public void getSupportedCpuList(AsyncQuery<List<ServerCpu>> aQuery, String cpuName) {
    aQuery.converterCallback = new CastingConverter<>();
    Frontend.getInstance().runQuery(QueryType.GetSupportedCpuList, new GetSupportedCpuListParameters(cpuName), aQuery);
}
Also used : GetSupportedCpuListParameters(org.ovirt.engine.core.common.queries.GetSupportedCpuListParameters)

Aggregations

GetSupportedCpuListParameters (org.ovirt.engine.core.common.queries.GetSupportedCpuListParameters)1