Package org.openstack4j.api.senlin
Interface SenlinActionService
-
- All Known Implementing Classes:
SenlinActionServiceImpl
public interface SenlinActionServiceThis interface defines all methods for the manipulation of Action- Author:
- lion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Actionget(String actionID)returns details of aAction.List<? extends Action>list()Gets a list of currently existingActions.
-