- CLEARDOWN_WITH_PREFIX_FIELDNUM - Static variable in interface com.caplin.datasrc.interfaces.DSContainer
-
Field used to identify that any objects that match the prefix provided as a field value should
be removed from the container.
- cleardownObjectsWithPrefix(String) - Method in interface com.caplin.datasrc.interfaces.DSContainer
-
Adds an instruction to remove all objects from the container that have an object name that matches the
provided prefix.
- cleardownObjectsWithPrefix(String) - Method in class com.caplin.transformer.module.datasrc.TransformerContainerImpl
-
- clearFields() - Method in interface com.caplin.datasrc.interfaces.DSData
-
Removes all the fields.
- clearFields() - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
-
- com.caplin.datasrc.enums - package com.caplin.datasrc.enums
-
- com.caplin.datasrc.fields - package com.caplin.datasrc.fields
-
Provides field management interfaces and classes that represent all the configured fields that
are available.
- com.caplin.datasrc.interfaces - package com.caplin.datasrc.interfaces
-
Defines the main data interfaces used by DataSource for Java SDK and related products.
- com.caplin.net.udp - package com.caplin.net.udp
-
Provides access to the UDP command interface for receiving and sending UDP messages.
- com.caplin.transformer.module - package com.caplin.transformer.module
-
Provides the core interfaces and classes that are required to write a Java Transformer module.
- com.caplin.transformer.module.datasrc - package com.caplin.transformer.module.datasrc
-
Provides the classes used to represent the either an update received for a DataSource object, or
the cached data for a DataSource object.
- com.caplin.transformer.module.exceptions - package com.caplin.transformer.module.exceptions
-
Contains all the exceptions specific to the Java Transformer module.
- com.caplin.transformer.module.persistence - package com.caplin.transformer.module.persistence
-
Provides access to the Persistence interface supported by the Transformer core module "persistence"
- com.caplin.transformer.module.pipeline - package com.caplin.transformer.module.pipeline
-
- com.caplin.transformer.module.wrappers - package com.caplin.transformer.module.wrappers
-
Provides Java classes that wrap around Transformer modules written in C.
- com.caplin.util.base64 - package com.caplin.util.base64
-
Provides Base64 encoding for sending typed objects using DataSource.
- commandExecuted(String[]) - Method in interface com.caplin.net.udp.UDPCommandListener
-
Invoked when the command the listener is registered for is
executed.
- CONTAINER - Static variable in class com.caplin.transformer.module.ObjectType
-
A container object.
- CONTAINER_TYPE - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
A Container object type.
- count() - Method in interface com.caplin.datasrc.interfaces.DSData
-
Gets the number of fields that are present in this packet.
- count() - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
-
- createGlobalTransformerPermission(String) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
- createGlobalTransformerPermission(String, int) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
- createTransformerContainer(String) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
Creates a TransformerContainer for the specified subject.
- createTransformerContainer(String, int) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
Creates a TransformerContainer for the specified subject and data
source flags.
- createTransformerData(String, ObjectType) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
Creates a TransformerData for the specified subject and object
type.
- createTransformerData(String, ObjectType, int) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
Creates a TransformerData for the specified subject, object
type and data source flags.
- createTransformerData(String, int) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
Creates a TransformerData for the specified subject and object
type.
- createTransformerData(String, int, int) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
Creates a TransformerData for the specified subject, object
type and data source flags.
- createTransformerData(TransformerData) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
Returns a copy of the specified TransformerData.
- createTransformerPermission(String) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
- createTransformerPermission(String, int) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
- createTransformerRecord(String) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
Creates a TransformerRecord for the specified subject.
- createTransformerRecord(String, int) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
Creates a TransformerRecord for the specified subject and data
source flags.
- createTransformerRecord(TransformerRecord) - Static method in class com.caplin.transformer.module.datasrc.DSFactory
-
Returns a copy of the specified TransformerRecord.