Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ADD_OBJECT_AND_REQUEST_FIELDNUM - Static variable in interface com.caplin.datasrc.interfaces.DSContainer
-
Field used to identify that the object (identified by the field value) should be added to this container and a request should be made by the receiving DataSource for the object.
- ADD_OBJECT_FIELDNUM - Static variable in interface com.caplin.datasrc.interfaces.DSContainer
-
Field used to identify that the object (identified by the field value) should be added to this container.
- addBinaryData(int, byte) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the byte value for the specified field number.
- addBinaryData(int, byte) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addBinaryData(int, byte[]) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the byte array value for the specified field number.
- addBinaryData(int, byte[]) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addBinaryData(int, double) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the double value for the specified field number.
- addBinaryData(int, double) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addBinaryData(int, float) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the float value for the specified field number.
- addBinaryData(int, float) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addBinaryData(int, int) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the integer value for the specified field number.
- addBinaryData(int, int) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addBinaryData(int, long) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the long value for the specified field number.
- addBinaryData(int, long) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addBinaryData(int, short) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the short value for the specified field number.
- addBinaryData(int, short) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addBinaryData(int, String) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the String value for the specified field number.
- addBinaryData(int, String) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addBinaryRecordData(String, byte) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the byte value for the specified field name.
- addBinaryRecordData(String, byte) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addBinaryRecordData(String, byte[]) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the byte array value for the specified field name.
- addBinaryRecordData(String, byte[]) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addBinaryRecordData(String, double) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the double value for the specified field name.
- addBinaryRecordData(String, double) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addBinaryRecordData(String, float) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the float value for the specified field name.
- addBinaryRecordData(String, float) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addBinaryRecordData(String, int) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the integer value for the specified field name.
- addBinaryRecordData(String, int) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addBinaryRecordData(String, long) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the long value for the specified field name.
- addBinaryRecordData(String, long) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addBinaryRecordData(String, short) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the short value for the specified field name.
- addBinaryRecordData(String, short) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addBinaryRecordData(String, String) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the String value for the specified field name.
- addBinaryRecordData(String, String) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addChangeListener(String, PersistenceChangeListener) - Method in interface com.caplin.transformer.module.persistence.Persistence
-
Deprecated.This feature was removed in Transformer 7.0
- addChangeListener(String, PersistenceChangeListener) - Method in class com.caplin.transformer.module.persistence.PersistenceImpl
-
Deprecated.
- addData(int, char) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the String representation of the character value for the specified field number.
- addData(int, char) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addData(int, char[]) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the String representation of the character array for the specified field number.
- addData(int, char[]) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addData(int, double) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the String representation of the double value for the specified field number.
- addData(int, double) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addData(int, float) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the String representation of the float value for the specified field number.
- addData(int, float) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addData(int, int) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the String representation of the integer value for the specified field number.
- addData(int, int) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addData(int, long) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the String representation of the long value for the specified field number.
- addData(int, long) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addData(int, String) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the String value for the specified field number.
- addData(int, String) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addData(DSField) - Method in interface com.caplin.datasrc.interfaces.DSData
-
Adds the DSField.
- addData(DSField) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
- addDataSeparator() - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds a separator field, with field number
DSRecord.DS_FIELDS_SEPARATOR
, to the DSRecord, allowing multiple type 2 and type 3 record entries to be contributed in a single update. - addDataSeparator() - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
-
Adds a separator field, with field number
DSRecord.DS_FIELDS_SEPARATOR
, to the TransformerRecord, allowing multiple type 2 and type 3 record entries to be contributed in a single update. - addField(String, int) - Method in interface com.caplin.datasrc.fields.FieldManager
-
Adds a new field to this
FieldManager
. - addKeyField(String) - Method in interface com.caplin.datasrc.interfaces.DSPermission
-
Adds the String key as the Keyfield for this packet.
- addKeyField(String) - Method in class com.caplin.transformer.module.datasrc.TransformerPermissionImpl
- addObject(String) - Method in interface com.caplin.datasrc.interfaces.DSContainer
-
Adds an instruction to append an object to this container.
- addObject(String) - Method in class com.caplin.transformer.module.datasrc.TransformerContainerImpl
- addObject(String, boolean) - Method in interface com.caplin.datasrc.interfaces.DSContainer
-
Adds an instruction to append an object to this container.
- addObject(String, boolean) - Method in class com.caplin.transformer.module.datasrc.TransformerContainerImpl
- addPageField(int, String) - Method in interface com.caplin.datasrc.interfaces.DSPage
-
Adds field data to a page.
- addPageRow(int, int, String) - Method in interface com.caplin.datasrc.interfaces.DSPage
-
Adds text data to this
DSPage
based on row and column. - addPermissionData(String, char) - Method in interface com.caplin.datasrc.interfaces.DSPermission
-
Adds the String representation of the character value for the specified field name.
- addPermissionData(String, char) - Method in class com.caplin.transformer.module.datasrc.TransformerPermissionImpl
- addPermissionData(String, char[]) - Method in interface com.caplin.datasrc.interfaces.DSPermission
-
Adds the String representation of the character array for the specified field name.
- addPermissionData(String, char[]) - Method in class com.caplin.transformer.module.datasrc.TransformerPermissionImpl
- addPermissionData(String, double) - Method in interface com.caplin.datasrc.interfaces.DSPermission
-
Adds the String representation of the double value for the specified field name.
- addPermissionData(String, double) - Method in class com.caplin.transformer.module.datasrc.TransformerPermissionImpl
- addPermissionData(String, float) - Method in interface com.caplin.datasrc.interfaces.DSPermission
-
Adds the String representation of the float value for the specified field name.
- addPermissionData(String, float) - Method in class com.caplin.transformer.module.datasrc.TransformerPermissionImpl
- addPermissionData(String, int) - Method in interface com.caplin.datasrc.interfaces.DSPermission
-
Adds the String representation of the integer value for the specified field name.
- addPermissionData(String, int) - Method in class com.caplin.transformer.module.datasrc.TransformerPermissionImpl
- addPermissionData(String, long) - Method in interface com.caplin.datasrc.interfaces.DSPermission
-
Adds the String representation of the long value for the specified field name.
- addPermissionData(String, long) - Method in class com.caplin.transformer.module.datasrc.TransformerPermissionImpl
- addPermissionData(String, String) - Method in interface com.caplin.datasrc.interfaces.DSPermission
-
Adds the String value for the specified field name.
- addPermissionData(String, String) - Method in class com.caplin.transformer.module.datasrc.TransformerPermissionImpl
- addPermissionSeparator() - Method in interface com.caplin.datasrc.interfaces.DSPermission
-
Adds a separator allowing the cojoining of multiple permission updates into a single packet.
- addPermissionSeparator() - Method in class com.caplin.transformer.module.datasrc.TransformerPermissionImpl
- addPermissionSeperator() - Method in interface com.caplin.datasrc.interfaces.DSPermission
-
Adds a seperator allowing the cojoining of multiple permission updates into a single packet.
- addPermissionSeperator() - Method in class com.caplin.transformer.module.datasrc.TransformerPermissionImpl
- addRecordData(String, char) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the String representation of the character value for the specified field name.
- addRecordData(String, char) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addRecordData(String, char[]) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the String representation of the character array for the specified field name.
- addRecordData(String, char[]) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addRecordData(String, double) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the String representation of the double value for the specified field name.
- addRecordData(String, double) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addRecordData(String, float) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the String representation of the float value for the specified field name.
- addRecordData(String, float) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addRecordData(String, int) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the String representation of the integer value for the specified field name.
- addRecordData(String, int) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addRecordData(String, long) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the String representation of the long value for the specified field name.
- addRecordData(String, long) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addRecordData(String, String) - Method in interface com.caplin.datasrc.interfaces.DSRecord
-
Adds the String value for the specified field name.
- addRecordData(String, String) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
- addString(int, String) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
-
Adds the String value for the specified field number with the default flag 0.
- addString(int, String, int) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
-
Adds the String value for the specified field number with the specified flags.
- addSubscriptionListener(ObjectType, SubscriptionListener) - Method in interface com.caplin.transformer.module.Subscriber
-
Adds the subscription listener for the specified object type and returns the current data for that object to the listener.
- addSubscriptionListener(ObjectType, SubscriptionListener, int) - Method in interface com.caplin.transformer.module.Subscriber
-
Adds the subscription listener for the specified object type and returns the current data for that object to the listener.
- addSubscriptionListener(String, SubscriptionListener) - Method in interface com.caplin.transformer.module.Subscriber
-
Adds the subscription listener for the specified object name pattern and returns the current data for that object to the listener.
- addSubscriptionListener(String, SubscriptionListener, int) - Method in interface com.caplin.transformer.module.Subscriber
-
Adds the subscription listener for the specified object name pattern and returns the current data for that object to the listener.
- addSubscriptionListener(Collection<String>, SubscriptionListener) - Method in interface com.caplin.transformer.module.Subscriber
-
Adds the subscription listener for the specified object name patterns and returns the current data for those objects to the listener.
- addSubscriptionListener(Collection<String>, SubscriptionListener, int) - Method in interface com.caplin.transformer.module.Subscriber
-
Adds the subscription listener for the specified object name patterns and returns the current data for those objects to the listener.
- addUDPCommandListener(String, UDPCommandListener) - Method in interface com.caplin.net.udp.UDPAccessor
-
Adds the command listener for the specified command.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form