A C F G I M P R S U V X 
All Classes All Packages

A

ApiException - Exception in xyz.brandonfl.firedeamon.fusion.api.exception
In case of error returned during execution.
ApiException(Exception) - Constructor for exception xyz.brandonfl.firedeamon.fusion.api.exception.ApiException
 
ApiException(String) - Constructor for exception xyz.brandonfl.firedeamon.fusion.api.exception.ApiException
 
ApiException(Response) - Constructor for exception xyz.brandonfl.firedeamon.fusion.api.exception.ApiException
 
AuthenticationException - Exception in xyz.brandonfl.firedeamon.fusion.api.exception
Credentials supplied are invalid or otherwise fails to authenticate the user to the provided service
AuthenticationException() - Constructor for exception xyz.brandonfl.firedeamon.fusion.api.exception.AuthenticationException
 

C

ControlState() - Constructor for class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ControlState
 

F

FiredeamonFusionApi - Class in xyz.brandonfl.firedeamon.fusion.api
Firedeamon Fusion API for Java.
FiredeamonFusionApi(String, String, String) - Constructor for class xyz.brandonfl.firedeamon.fusion.api.FiredeamonFusionApi
Open a new connection with a FireDaemon Fusion instance

G

getCode() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ServiceStatus
 
getControlState() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation
 
getCpuInfo() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Runtime
 
getData() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.Services
 
getDescription() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Service
 
getDisplayName() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Service
 
getImpossibleActions() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ControlState
 
getLogOnAs() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Service
 
getMemUseInfo() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Runtime
 
getMemUseKB() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Runtime
 
getMissingRights() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ControlState
 
getName() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Service
 
getPerformableActions() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ControlState
 
getPid() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Runtime
 
getPidInfo() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Runtime
 
getProcessStatus() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Runtime
 
getRuntime() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation
 
getService() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation
 
getService(String) - Method in class xyz.brandonfl.firedeamon.fusion.api.FiredeamonFusionApi
Fetch information of a specific service
getServices() - Method in class xyz.brandonfl.firedeamon.fusion.api.FiredeamonFusionApi
Fetch FireDaemon services
getServiceStatus() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ControlState
 
getStartupType() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Service
 
getStatus() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ServiceStatus
 
getToken() - Method in enum xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceAction
 

I

ImpossibleActions() - Constructor for class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ImpossibleActions
 
isAcceptingStop() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ServiceStatus
 
isCantDelete() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.MissingRights
 
isCantEdit() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.MissingRights
 
isCantView() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.MissingRights
 
isMaynotDelete() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ImpossibleActions
 
isRestartable() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.PerformableActions
 
isRunning() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ServiceStatus
 
isStartable() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.PerformableActions
 
isStoppable() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.PerformableActions
 
isStopped() - Method in class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ServiceStatus
 

M

MissingRights() - Constructor for class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.MissingRights
 

P

password - Variable in class xyz.brandonfl.firedeamon.fusion.api.FiredeamonFusionApi
 
PerformableActions() - Constructor for class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.PerformableActions
 

R

RESTART - xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceAction
 
Runtime() - Constructor for class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Runtime
 

S

Service() - Constructor for class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.Service
 
ServiceAction - Enum in xyz.brandonfl.firedeamon.fusion.api.DTO
Service actions to perform into a service.
ServiceInformation - Class in xyz.brandonfl.firedeamon.fusion.api.DTO
Available service information.
ServiceInformation() - Constructor for class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation
 
ServiceInformation.ControlState - Class in xyz.brandonfl.firedeamon.fusion.api.DTO
Main information on the management of the service (rights, status, possible actions)
ServiceInformation.ImpossibleActions - Class in xyz.brandonfl.firedeamon.fusion.api.DTO
Actions that cannot be performed on a service
ServiceInformation.MissingRights - Class in xyz.brandonfl.firedeamon.fusion.api.DTO
Rights on a service
ServiceInformation.PerformableActions - Class in xyz.brandonfl.firedeamon.fusion.api.DTO
List of actions that can be done on the service
ServiceInformation.Runtime - Class in xyz.brandonfl.firedeamon.fusion.api.DTO
Main system information of a service
ServiceInformation.Service - Class in xyz.brandonfl.firedeamon.fusion.api.DTO
Main information for a service
ServiceInformation.ServiceStatus - Class in xyz.brandonfl.firedeamon.fusion.api.DTO
Information on the status of the service
Services - Class in xyz.brandonfl.firedeamon.fusion.api.DTO
Services() - Constructor for class xyz.brandonfl.firedeamon.fusion.api.DTO.Services
 
ServiceStatus() - Constructor for class xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation.ServiceStatus
 
START - xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceAction
 
STOP - xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceAction
 

U

updateServiceStatus(String, ServiceAction) - Method in class xyz.brandonfl.firedeamon.fusion.api.FiredeamonFusionApi
Update the status of a specific service.
url - Variable in class xyz.brandonfl.firedeamon.fusion.api.FiredeamonFusionApi
 
username - Variable in class xyz.brandonfl.firedeamon.fusion.api.FiredeamonFusionApi
 

V

valueOf(String) - Static method in enum xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceAction
Returns an array containing the constants of this enum type, in the order they are declared.

X

xyz.brandonfl.firedeamon.fusion.api - package xyz.brandonfl.firedeamon.fusion.api
 
xyz.brandonfl.firedeamon.fusion.api.DTO - package xyz.brandonfl.firedeamon.fusion.api.DTO
 
xyz.brandonfl.firedeamon.fusion.api.exception - package xyz.brandonfl.firedeamon.fusion.api.exception
 
A C F G I M P R S U V X 
All Classes All Packages