Uses of Class
org.odpi.openmetadata.adminservices.properties.ServerActiveStatus
-
Packages that use ServerActiveStatus Package Description org.odpi.openmetadata.adminservices.properties Properties are the Java Beans that appear exclusively on the API -
-
Uses of ServerActiveStatus in org.odpi.openmetadata.adminservices.properties
Methods in org.odpi.openmetadata.adminservices.properties that return ServerActiveStatus Modifier and Type Method Description ServerActiveStatusServerServicesStatus. getServerActiveStatus()Return the current status of the server.ServerActiveStatusOMAGServerServiceStatus. getServiceStatus()Return the current status.static ServerActiveStatusServerActiveStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerActiveStatus[]ServerActiveStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.adminservices.properties with parameters of type ServerActiveStatus Modifier and Type Method Description voidServerServicesStatus. setServerActiveStatus(ServerActiveStatus serverActiveStatus)Set up the current status of the server.voidOMAGServerServiceStatus. setServiceStatus(ServerActiveStatus serviceStatus)Set up the current status.
-