Uses of Class
org.apache.plc4x.java.opcua.readwrite.ServerState
-
Packages that use ServerState Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of ServerState in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as ServerState Modifier and Type Field Description protected ServerStateRedundantServerDataType. serverStateprotected ServerStateServerStatusDataType. stateMethods in org.apache.plc4x.java.opcua.readwrite that return ServerState Modifier and Type Method Description static ServerStateServerState. enumForValue(long value)ServerStateRedundantServerDataType. getServerState()ServerStateServerStatusDataType. getState()static ServerStateServerState. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerState[]ServerState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type ServerState Constructor Description RedundantServerDataType(PascalString serverId, short serviceLevel, ServerState serverState)RedundantServerDataTypeBuilderImpl(PascalString serverId, short serviceLevel, ServerState serverState)ServerStatusDataType(long startTime, long currentTime, ServerState state, ExtensionObjectDefinition buildInfo, long secondsTillShutdown, LocalizedText shutdownReason)ServerStatusDataTypeBuilderImpl(long startTime, long currentTime, ServerState state, ExtensionObjectDefinition buildInfo, long secondsTillShutdown, LocalizedText shutdownReason)
-