Class SenlinEventServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.senlin.internal.BaseSenlinServices
-
- org.openstack4j.openstack.senlin.internal.SenlinEventServiceImpl
-
- All Implemented Interfaces:
SenlinEventService
public class SenlinEventServiceImpl extends BaseSenlinServices implements SenlinEventService
This class contains getters for all implementation of the available event services- Author:
- lion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description SenlinEventServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eventget(String eventID)returns details of aEvent.List<? extends Event>list()Gets a list of currently existingEvents.-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
list
public List<? extends Event> list()
Description copied from interface:SenlinEventServiceGets a list of currently existingEvents.- Specified by:
listin interfaceSenlinEventService- Returns:
- the list of
Events
-
get
public Event get(String eventID)
Description copied from interface:SenlinEventServicereturns details of aEvent.- Specified by:
getin interfaceSenlinEventService- Parameters:
eventID- Id ofEvent- Returns:
- Event
-
-