Class GlusterHooksServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.GlusterHooksServiceImpl
-
- All Implemented Interfaces:
Service
,GlusterHooksService
public class GlusterHooksServiceImpl extends ServiceImpl implements GlusterHooksService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.GlusterHooksService
GlusterHooksService.ListRequest, GlusterHooksService.ListResponse
-
-
Constructor Summary
Constructors Constructor Description GlusterHooksServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlusterHookService
hookService(String id)
GlusterHooksService.ListRequest
list()
Returns the list of hooks.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.String
toString()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.services.ServiceImpl
checkAction, checkFault, getConnection, getPath, throwError
-
-
-
-
Constructor Detail
-
GlusterHooksServiceImpl
public GlusterHooksServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
list
public GlusterHooksService.ListRequest list()
Description copied from interface:GlusterHooksService
Returns the list of hooks. The order of the returned list of hooks isn't guaranteed.- Specified by:
list
in interfaceGlusterHooksService
-
hookService
public GlusterHookService hookService(String id)
- Specified by:
hookService
in interfaceGlusterHooksService
-
service
public Service service(String path)
Description copied from interface:GlusterHooksService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceGlusterHooksService
-
-