Class OMAGServerServiceStatus
java.lang.Object
org.odpi.openmetadata.adminservices.properties.OMAGServerServiceStatus
Deprecated.
OMAGServerServiceStatus contains the status of each of the services running in the server.
It is useful in determining which services are active and which service is causing a server to be stuck starting or stopping.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Return comparison result based on the content of the properties.Deprecated.Return the name of the serviceDeprecated.Return the current status.int
hashCode()
Deprecated.Return hash code for this objectvoid
setServiceName
(String serviceName) Deprecated.Set up the name of the service.void
setServiceStatus
(ServerActiveStatus serviceStatus) Deprecated.Set up the current status.toString()
Deprecated.JSON like toString method
-
Constructor Details
-
OMAGServerServiceStatus
public OMAGServerServiceStatus()Deprecated.Default constructor for Jackson
-
-
Method Details
-
getServiceName
Deprecated.Return the name of the service- Returns:
- string name
-
setServiceName
Deprecated.Set up the name of the service.- Parameters:
serviceName
- string name
-
getServiceStatus
Deprecated.Return the current status.- Returns:
- server instance status enum value
-
setServiceStatus
Deprecated.Set up the current status.- Parameters:
serviceStatus
- server instance status enum value
-
toString
Deprecated.JSON like toString method -
equals
Deprecated.Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Deprecated.Return hash code for this object
-