| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| 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 | Field and Description |
|---|---|
protected PubSubState |
PubSubJsonStatusMessage.Builder.status |
protected PubSubState |
PubSubUadpStatusMessage.Builder.status |
| Modifier and Type | Method and Description |
|---|---|
PubSubState |
PubSubJsonStatusMessage.getStatus() |
PubSubState |
PubSubJsonStatusMessage.Builder.getStatus() |
PubSubState |
PubSubUadpStatusMessage.getStatus() |
PubSubState |
PubSubUadpStatusMessage.Builder.getStatus() |
PubSubState |
PubSubStatusMessage.getStatus()
Status of the Publisher.
|
| Modifier and Type | Method and Description |
|---|---|
PubSubJsonStatusMessage.Builder |
PubSubJsonStatusMessage.Builder.setStatus(PubSubState status)
Set the value for
PubSubJsonStatusMessage.getStatus(). |
PubSubUadpStatusMessage.Builder |
PubSubUadpStatusMessage.Builder.setStatus(PubSubState status)
Set the value for
PubSubUadpStatusMessage.getStatus(). |
T |
PubSubStatusMessage.Builder.setStatus(PubSubState value) |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<PubSubState> |
PubSubState.ALL |
static EnumSet<PubSubState> |
PubSubState.NONE |
| Modifier and Type | Method and Description |
|---|---|
PubSubState |
PubSubState.Builder.build() |
static PubSubState |
PubSubState.valueOf(int value) |
static PubSubState[] |
PubSubState.valueOf(int[] value) |
static PubSubState |
PubSubState.valueOf(Integer value) |
static PubSubState[] |
PubSubState.valueOf(Integer[] value) |
static PubSubState |
PubSubState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubState |
PubSubState.valueOf(UnsignedInteger value) |
static PubSubState[] |
PubSubState.valueOf(UnsignedInteger[] value) |
static PubSubState[] |
PubSubState.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<PubSubState> |
PubSubState.getSet(int mask) |
static EnumSet<PubSubState> |
PubSubState.getSet(UnsignedInteger mask) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger |
PubSubState.getMask(PubSubState... list) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger |
PubSubState.getMask(Collection<PubSubState> list) |
| Modifier and Type | Method and Description |
|---|---|
PubSubState |
PubSubStatusType.getState() |
PubSubState |
PubSubStatusEventType.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubStatusType.setState(PubSubState value) |
void |
PubSubStatusEventType.setState(PubSubState value) |
| Modifier and Type | Method and Description |
|---|---|
PubSubState |
PubSubStatusTypeImplBase.getState() |
PubSubState |
PubSubStatusEventTypeImplBase.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubStatusTypeImplBase.setState(PubSubState value) |
void |
PubSubStatusEventTypeImplBase.setState(PubSubState value) |
| Modifier and Type | Method and Description |
|---|---|
PubSubState |
PubSubStatusTypeNodeBase.getState() |
PubSubState |
PubSubStatusEventTypeNodeBase.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubStatusTypeNodeBase.setState(PubSubState value) |
void |
PubSubStatusEventTypeNodeBase.setState(PubSubState value) |
Copyright © 2026. All rights reserved.