Class MeasurableServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.MeasurableServiceImpl
-
- All Implemented Interfaces:
Service
,MeasurableService
- Direct Known Subclasses:
AttachedStorageDomainDiskServiceImpl
,DiskServiceImpl
,GlusterBrickServiceImpl
,GlusterVolumeServiceImpl
,HostNicServiceImpl
,HostNumaNodeServiceImpl
,HostServiceImpl
,StepServiceImpl
,StorageDomainDiskServiceImpl
,VmDiskServiceImpl
,VmNicServiceImpl
,VmServiceImpl
public class MeasurableServiceImpl extends ServiceImpl implements MeasurableService
-
-
Constructor Summary
Constructors Constructor Description MeasurableServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.StatisticsService
statisticsService()
String
toString()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.services.ServiceImpl
checkAction, checkFault, getConnection, getPath, throwError
-
-
-
-
Constructor Detail
-
MeasurableServiceImpl
public MeasurableServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
statisticsService
public StatisticsService statisticsService()
- Specified by:
statisticsService
in interfaceMeasurableService
-
service
public Service service(String path)
Description copied from interface:MeasurableService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceMeasurableService
-
-