| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.types.opcua | |
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server |
| Modifier and Type | Method and Description |
|---|---|
ServerState |
UaClient.getServerState()
The current state of the server.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ServerStatusListener.onStateChange(UaClient client,
ServerState oldState,
ServerState newState)
A notification of the change in the server state.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UaServer.requestServerStateChange(ServiceContext serviceContext,
ServerState state,
DateTime estimatedReturnTime,
UnsignedInteger secondsTillShutdown,
LocalizedText reason,
Boolean restart)
Request a change in server state (shutdown or restart server).
|
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<ServerState> |
ServerState.ALL |
static EnumSet<ServerState> |
ServerState.NONE |
| Modifier and Type | Method and Description |
|---|---|
ServerState |
ServerState.Builder.build() |
ServerState |
RedundantServerDataType.getServerState() |
ServerState |
RedundantServerDataType.Builder.getServerState() |
ServerState |
ServerStatusDataType.getState() |
ServerState |
ServerStatusDataType.Builder.getState() |
static ServerState |
ServerState.valueOf(int value) |
static ServerState[] |
ServerState.valueOf(int[] value) |
static ServerState |
ServerState.valueOf(Integer value) |
static ServerState[] |
ServerState.valueOf(Integer[] value) |
static ServerState |
ServerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerState |
ServerState.valueOf(UnsignedInteger value) |
static ServerState[] |
ServerState.valueOf(UnsignedInteger[] value) |
static ServerState[] |
ServerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ServerState> |
ServerState.getSet(int mask) |
static EnumSet<ServerState> |
ServerState.getSet(UnsignedInteger mask) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger |
ServerState.getMask(ServerState... list) |
void |
RedundantServerDataType.setServerState(ServerState value) |
RedundantServerDataType.Builder |
RedundantServerDataType.Builder.setServerState(ServerState value) |
void |
ServerStatusDataType.setState(ServerState value) |
ServerStatusDataType.Builder |
ServerStatusDataType.Builder.setState(ServerState value) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger |
ServerState.getMask(Collection<ServerState> list) |
| Constructor and Description |
|---|
RedundantServerDataType(String f_serverId,
UnsignedByte f_serviceLevel,
ServerState f_serverState) |
ServerStatusDataType(DateTime f_startTime,
DateTime f_currentTime,
ServerState f_state,
BuildInfo f_buildInfo,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_shutdownReason) |
| Modifier and Type | Method and Description |
|---|---|
ServerState |
ServerStatusType.getState() |
ServerState |
SystemStatusChangeEventType.getSystemState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerType.requestServerStateChange(ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
void |
ServerStatusType.setState(ServerState value) |
void |
SystemStatusChangeEventType.setSystemState(ServerState value) |
| Modifier and Type | Method and Description |
|---|---|
ServerState |
ServerStatusTypeImplBase.getState() |
ServerState |
SystemStatusChangeEventTypeImplBase.getSystemState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerTypeImplBase.requestServerStateChange(ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
AsyncResult<Void> |
ServerTypeImplBase.requestServerStateChangeAsync(ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
void |
ServerStatusTypeImplBase.setState(ServerState value) |
void |
SystemStatusChangeEventTypeImplBase.setSystemState(ServerState value) |
| Modifier and Type | Method and Description |
|---|---|
ServerState |
ServerStatusTypeNodeBase.getState() |
ServerState |
SystemStatusChangeEventTypeNodeBase.getSystemState() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ServerTypeNodeBase.onRequestServerStateChange(ServiceContext serviceContext,
ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
protected void |
ServerTypeNode.onRequestServerStateChange(ServiceContext serviceContext,
ServerState state,
DateTime estimatedReturnTime,
UnsignedInteger secondsTillShutdown,
LocalizedText reason,
Boolean restart) |
void |
ServerTypeNodeBase.requestServerStateChange(ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
void |
ServerTypeRequestServerStateChangeMethod.requestServerStateChange(ServiceContext serviceContext,
ServerTypeNode node,
ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
void |
ServerStatusTypeNodeBase.setState(ServerState value) |
void |
SystemStatusChangeEventTypeNodeBase.setSystemState(ServerState value) |
Copyright © 2026. All rights reserved.