- U_BYTE - Static variable in class com.caplin.util.base64.Base64
-
The binary indentifier for an unsigned byte.
- U_INT - Static variable in class com.caplin.util.base64.Base64
-
The binary indentifier for an unsigned int.
- U_LONG - Static variable in class com.caplin.util.base64.Base64
-
The binary indentifier for an unsigned long.
- U_SHORT - Static variable in class com.caplin.util.base64.Base64
-
The binary indentifier for an unsigned short.
- UDPAccessor - Interface in com.caplin.net.udp
-
Allows sending of UDP commands, and adding or removal of UDP command listeners.
- UDPCommandListener - Interface in com.caplin.net.udp
-
The listener interface for receiving UDP command execution events
for a particular command.
- UDPCommandRemovalException - Exception in com.caplin.net.udp
-
Thrown when a problem occurs whilst attempting to remove
a UDPCommandListener.
- UDPCommandRemovalException(String, int) - Constructor for exception com.caplin.net.udp.UDPCommandRemovalException
-
Constructs the UDPCommandRemovalException with the specified
message and error code.
- UDPSendException - Exception in com.caplin.net.udp
-
Wrapper exception for an exception that is thrown when attempting to send
a UDP message.
- UDPSendException(Exception) - Constructor for exception com.caplin.net.udp.UDPSendException
-
Create a UDPSendException with a wrapped Exception
- UNDEFINED - Static variable in class com.caplin.transformer.module.ObjectType
-
The object does not exist in the Transformer cache.
- UNKNOWN - Static variable in class com.caplin.transformer.module.ObjectType
-
The object exists but Transformer does not know what type it is yet.
- UNKNOWN_TYPE - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
An uknown type.
- update(PersistedValue) - Method in interface com.caplin.transformer.module.persistence.PersistenceChangeListener
-
notification that an element has changed
- update(DataSourceUpdateEvent) - Method in interface com.caplin.transformer.module.SubscriptionListener
-
Invoked when an object the listener is subscribed to is
updated.
- updateData(int, String, int) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Sets the value of the specified occurrence for a particular
field number.
- updateData(int, String) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Sets the value of the first occurrence for the specified field
number.
- updateData(int, String, int) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
-
Sets the value of the specified occurrence for the specified
field number.
- updateData(int, String) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
-
- updateRecordData(String, String, int) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Sets the value of the specified occurrence for a particular
field name.
- updateRecordData(String, String) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Sets the value of the first occurrence for the specified field
name.
- updateRecordData(String, String, int) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
-
Sets the value of the first occurrence for the specified field
name.
- updateRecordData(String, String) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
-