Serialized Form
-
Package org.eclipse.milo.opcua.stack.core
-
Exception org.eclipse.milo.opcua.stack.core.UaException
class UaException extends Exception implements Serializable-
Serialized Fields
-
statusCode
StatusCode statusCode
-
-
-
Exception org.eclipse.milo.opcua.stack.core.UaRuntimeException
class UaRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
statusCode
StatusCode statusCode
-
-
-
Exception org.eclipse.milo.opcua.stack.core.UaSerializationException
class UaSerializationException extends UaRuntimeException implements Serializable -
Exception org.eclipse.milo.opcua.stack.core.UaServiceFaultException
class UaServiceFaultException extends UaException implements Serializable-
Serialized Fields
-
serviceFault
ServiceFault serviceFault
-
-
-
-
Package org.eclipse.milo.opcua.stack.core.channel
-
Exception org.eclipse.milo.opcua.stack.core.channel.MessageAbortException
class MessageAbortException extends Exception implements Serializable-
Serialized Fields
-
requestId
long requestId
-
statusCode
StatusCode statusCode
-
-
-
Exception org.eclipse.milo.opcua.stack.core.channel.MessageDecodeException
class MessageDecodeException extends Exception implements Serializable -
Exception org.eclipse.milo.opcua.stack.core.channel.MessageEncodeException
class MessageEncodeException extends Exception implements Serializable
-
-
Package org.eclipse.milo.opcua.stack.core.types.builtin
-
Class org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUI16
class OptionSetUI16 extends OptionSetUInteger<F extends Enum<F> & OptionSetUInteger.BitIndex> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUI32
class OptionSetUI32 extends OptionSetUInteger<F extends Enum<F> & OptionSetUInteger.BitIndex> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUI64
class OptionSetUI64 extends OptionSetUInteger<F extends Enum<F> & OptionSetUInteger.BitIndex> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUI8
class OptionSetUI8 extends OptionSetUInteger<F extends Enum<F> & OptionSetUInteger.BitIndex> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.builtin.OptionSetUInteger
class OptionSetUInteger extends UNumber implements Serializable-
Serialized Fields
-
value
UNumber value
-
-
-
-
Package org.eclipse.milo.opcua.stack.core.types.builtin.unsigned
-
Class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte
class UByte extends UNumber implements Serializable- serialVersionUID:
- -6821055240959745390L
-
Serialization Methods
-
readResolve
Replace version read through deserialization with cached version. Note that this does not use theUByte.valueOfUnchecked(short)as we have no guarantee that the value from the stream is valid.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
value
short value
The value modelling the content of thisunsigned byte
-
-
Class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger
class UInteger extends UNumber implements Serializable- serialVersionUID:
- -6821055240959745390L
-
Serialization Methods
-
readResolve
Replace version read through deserialization with cached version.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
value
long value
The value modelling the content of thisunsigned int
-
-
Class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong
class ULong extends UNumber implements Serializable- serialVersionUID:
- -6821055240959745390L
-
Serialized Fields
-
value
long value
The value modelling the content of thisunsigned long
-
-
Class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UNumber
class UNumber extends Number implements Serializable- serialVersionUID:
- -7666221938815339843L
-
Class org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort
class UShort extends UNumber implements Serializable- serialVersionUID:
- -6821055240959745390L
-
Serialized Fields
-
value
int value
The value modelling the content of thisunsigned short
-
-
-
Package org.eclipse.milo.opcua.stack.core.types.structured
-
Class org.eclipse.milo.opcua.stack.core.types.structured.AccessLevelExType
-
Class org.eclipse.milo.opcua.stack.core.types.structured.AccessLevelType
-
Class org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType
class AccessRestrictionType extends OptionSetUI16<AccessRestrictionType.Field> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.structured.AlarmMask
-
Class org.eclipse.milo.opcua.stack.core.types.structured.AttributeWriteMask
-
Class org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask
class DataSetFieldContentMask extends OptionSetUI32<DataSetFieldContentMask.Field> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldFlags
-
Class org.eclipse.milo.opcua.stack.core.types.structured.EventNotifierType
-
Class org.eclipse.milo.opcua.stack.core.types.structured.JsonDataSetMessageContentMask
class JsonDataSetMessageContentMask extends OptionSetUI32<JsonDataSetMessageContentMask.Field> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.structured.JsonNetworkMessageContentMask
class JsonNetworkMessageContentMask extends OptionSetUI32<JsonNetworkMessageContentMask.Field> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap
class LldpSystemCapabilitiesMap extends OptionSetUI32<LldpSystemCapabilitiesMap.Field> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.structured.PasswordOptionsMask
-
Class org.eclipse.milo.opcua.stack.core.types.structured.PermissionType
-
Class org.eclipse.milo.opcua.stack.core.types.structured.PubSubConfigurationRefMask
class PubSubConfigurationRefMask extends OptionSetUI32<PubSubConfigurationRefMask.Field> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.structured.TrustListValidationOptions
class TrustListValidationOptions extends OptionSetUI32<TrustListValidationOptions.Field> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask
class UadpDataSetMessageContentMask extends OptionSetUI32<UadpDataSetMessageContentMask.Field> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask
class UadpNetworkMessageContentMask extends OptionSetUI32<UadpNetworkMessageContentMask.Field> implements Serializable -
Class org.eclipse.milo.opcua.stack.core.types.structured.UserConfigurationMask
class UserConfigurationMask extends OptionSetUI32<UserConfigurationMask.Field> implements Serializable
-