A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages

A

ActivePublisher - Interface in com.caplin.datasource.publisher
This implementation of Publisher publishes updates that are for subjects within its associated Namespace, to all peers that have subscribed to those subjects.
ActiveSubscription - Interface in com.caplin.datasource.subscription
A ActiveSubscriptions represents a subscription to a single subjects.
ADD - com.caplin.datasource.messaging.container.ContainerOperationType
Represents an operation to add an element into a container.
ADD_OBJECT_AND_REQUEST_FIELDNUM - Static variable in interface com.caplin.datasource.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.datasource.interfaces.DSContainer
Field used to identify that the object (identified by the field value) should be added to this container.
addArg(String) - Method in class com.caplin.jtm.persistence.QueryParams
Add an argument to the list of arguments
addArgs(List<String>) - Method in class com.caplin.jtm.persistence.QueryParams
Add multiple arguments to the list of arguments
addBinaryData(int, byte) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the byte value for the specified field number.
addBinaryData(int, byte[]) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the byte array value for the specified field number.
addBinaryData(int, double) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the double value for the specified field number.
addBinaryData(int, float) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the float value for the specified field number.
addBinaryData(int, int) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the integer value for the specified field number.
addBinaryData(int, long) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the long value for the specified field number.
addBinaryData(int, short) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the short value for the specified field number.
addBinaryData(int, String) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the String value for the specified field number.
addBinaryRecordData(String, byte) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the byte value for the specified field name.
addBinaryRecordData(String, byte[]) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the byte array value for the specified field name.
addBinaryRecordData(String, double) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the double value for the specified field name.
addBinaryRecordData(String, float) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the float value for the specified field name.
addBinaryRecordData(String, int) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the integer value for the specified field name.
addBinaryRecordData(String, long) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the long value for the specified field name.
addBinaryRecordData(String, short) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the short value for the specified field name.
addBinaryRecordData(String, String) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the String value for the specified field name.
addCompanyCode(String) - Method in interface com.caplin.datasource.interfaces.DSNews
Adds a company code.
addCompanyCodes(String[]) - Method in interface com.caplin.datasource.interfaces.DSNews
Adds an array of company codes.
addCustomCode(int, String) - Method in interface com.caplin.datasource.interfaces.DSNews
Adds a custom user-define code.
addCustomCodes(int, String[]) - Method in interface com.caplin.datasource.interfaces.DSNews
Adds an array of custom user-define codes.
addData(int, char) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the String representation of the character value for the specified field number.
addData(int, char[]) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the String representation of the character array for the specified field number.
addData(int, double) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the String representation of the double value for the specified field number.
addData(int, float) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the String representation of the float value for the specified field number.
addData(int, int) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the String representation of the integer value for the specified field number.
addData(int, long) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the String representation of the long value for the specified field number.
addData(int, String) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the String value for the specified field number.
addData(DSField) - Method in interface com.caplin.datasource.interfaces.DSData
Adds the DSField.
addDataSeparator() - Method in interface com.caplin.datasource.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.
addElement(String) - Method in interface com.caplin.datasource.messaging.container.ContainerMessage
Adds an element with the given subject to the container.
addElement(String) - Method in interface com.caplin.datasource.messaging.container.ContainerModel
Called to indicate that you should add (append) an element with the given subject to the container.
addExcludeRegex(String) - Method in class com.caplin.datasource.namespace.RegexNamespace
Adds an exclude regex pattern to the namespace.
addIncludeRegex(String) - Method in class com.caplin.datasource.namespace.RegexNamespace
Adds an include regex pattern to the namespace.
addKeyField(String) - Method in interface com.caplin.datasource.interfaces.DSPermission
Adds the String key as the Keyfield for this packet.
addLatencyChainPoint(String, Instant) - Method in interface com.caplin.datasource.messaging.record.RecordMessage
Adds a latency chain point
addMessage(Message) - Method in interface com.caplin.datasource.messaging.record.WrapperMessage
Adds a message to the WrapperMessage, the first message defines the message type.
addObject(String) - Method in interface com.caplin.datasource.interfaces.DSContainer
Adds an instruction to append an object to this container.
addObject(String, boolean) - Method in interface com.caplin.datasource.interfaces.DSContainer
Deprecated.
addOrdering(String, Ordering) - Method in class com.caplin.jtm.persistence.QueryParams
Add a criterion to the List of ordering criteria
addPageField(int, String) - Method in interface com.caplin.datasource.interfaces.DSPage
Adds field data to a page.
addPageRow(int, int, String) - Method in interface com.caplin.datasource.interfaces.DSPage
Adds text data to this DSPagebased on row and column.
addPermissionData(String, char) - Method in interface com.caplin.datasource.interfaces.DSPermission
Adds the String representation of the character value for the specified field name.
addPermissionData(String, char[]) - Method in interface com.caplin.datasource.interfaces.DSPermission
Adds the String representation of the character array for the specified field name.
addPermissionData(String, double) - Method in interface com.caplin.datasource.interfaces.DSPermission
Adds the String representation of the double value for the specified field name.
addPermissionData(String, float) - Method in interface com.caplin.datasource.interfaces.DSPermission
Adds the String representation of the float value for the specified field name.
addPermissionData(String, int) - Method in interface com.caplin.datasource.interfaces.DSPermission
Adds the String representation of the integer value for the specified field name.
addPermissionData(String, long) - Method in interface com.caplin.datasource.interfaces.DSPermission
Adds the String representation of the long value for the specified field name.
addPermissionData(String, String) - Method in interface com.caplin.datasource.interfaces.DSPermission
Adds the String value for the specified field name.
addPermissionSeparator() - Method in interface com.caplin.datasource.interfaces.DSPermission
Adds a separator allowing the cojoining of multiple permission updates into a single packet.
addPermissionSeperator() - Method in interface com.caplin.datasource.interfaces.DSPermission
Deprecated. 
addProductCode(String) - Method in interface com.caplin.datasource.interfaces.DSNews
Adds a product code.
addProductCodes(String[]) - Method in interface com.caplin.datasource.interfaces.DSNews
Adds an array of product code.
addRecordData(String, char) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the String representation of the character value for the specified field name.
addRecordData(String, char[]) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the String representation of the character array for the specified field name.
addRecordData(String, double) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the String representation of the double value for the specified field name.
addRecordData(String, float) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the String representation of the float value for the specified field name.
addRecordData(String, int) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the String representation of the integer value for the specified field name.
addRecordData(String, long) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the String representation of the long value for the specified field name.
addRecordData(String, String) - Method in interface com.caplin.datasource.interfaces.DSRecord
Adds the String value for the specified field name.
addTopicCode(String) - Method in interface com.caplin.datasource.interfaces.DSNews
Adds a topic code.
addTopicCodes(String[]) - Method in interface com.caplin.datasource.interfaces.DSNews
Adds an array of topic codes.
addUDPCommandListener(String, UDPCommandListener) - Method in interface com.caplin.jtm.net.udp.UDPAccessor
Adds the command listener for the specified command.
APPEND - Static variable in interface com.caplin.datasource.interfaces.DSStory
This story text should be appended to any other story of the same name.
ASC - com.caplin.jtm.persistence.Ordering
Ascending sort
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages