Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState
Packages that use ServerState
Package
Description
-
Uses of ServerState in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return ServerStateModifier and TypeMethodDescriptionstatic @Nullable ServerStateServerState.from(int value) static ServerStateReturns the enum constant of this class with the specified name.static ServerState[]ServerState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ServerState in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return ServerStateModifier and TypeMethodDescriptionRedundantServerDataType.getServerState()ServerStatusDataType.getState()Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ServerStateModifierConstructorDescriptionRedundantServerDataType(@Nullable String serverId, UByte serviceLevel, ServerState serverState) ServerStatusDataType(DateTime startTime, DateTime currentTime, ServerState state, BuildInfo buildInfo, UInteger secondsTillShutdown, LocalizedText shutdownReason)