Uses of Class
de.mid.innovator.srv.ServerStatus
-
Packages that use ServerStatus Package Description de.mid.innovator.srv All classes in this package are used for communicating with the Innovator repository server and license server. -
-
Uses of ServerStatus in de.mid.innovator.srv
Methods in de.mid.innovator.srv that return ServerStatus Modifier and Type Method Description static ServerStatus
ServerStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServerStatus[]
ServerStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mid.innovator.srv that return types with arguments of type ServerStatus Modifier and Type Method Description java.util.EnumSet<ServerStatus>
LicenseServer. getServerStatus(java.lang.String repName)
The method returns a set of runtime status flags of the given repository server.java.util.EnumSet<ServerStatus>
RepositoryServer. getStatus()
-