Class ServiceInformation
- java.lang.Object
-
- xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceInformation extends java.lang.Object implements java.io.Serializable
Available service information. Note that not all data will be available at all time.- Author:
- brandonfontany-legall
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceInformation.ControlState
Main information on the management of the service (rights, status, possible actions)static class
ServiceInformation.ImpossibleActions
Actions that cannot be performed on a servicestatic class
ServiceInformation.MissingRights
Rights on a servicestatic class
ServiceInformation.PerformableActions
List of actions that can be done on the servicestatic class
ServiceInformation.Runtime
Main system information of a servicestatic class
ServiceInformation.Service
Main information for a servicestatic class
ServiceInformation.ServiceStatus
Information on the status of the service
-
Constructor Summary
Constructors Constructor Description ServiceInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceInformation.ControlState
getControlState()
ServiceInformation.Runtime
getRuntime()
ServiceInformation.Service
getService()
-
-
-
Method Detail
-
getService
public ServiceInformation.Service getService()
-
getControlState
public ServiceInformation.ControlState getControlState()
-
getRuntime
public ServiceInformation.Runtime getRuntime()
-
-