Package | Description |
---|---|
com.caplin.datasrc.interfaces |
Defines the main data interfaces used by DataSource for Java SDK and related products.
|
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.
|
Class and Description |
---|
DSData
This interface should be implemented by a class that needs to send
data to DataSource peers (for example, a Caplin Liberator, or another
DataSource-enabled application).
|
DSField
This interface should be implemented by a class that represents a
field number/value pair.
|
DSPacket
The base interface for any DataSource packet that can be sent to peers.
|
DSSerializable
A
DSSerializable implementation represents a DataSource
message. |
Class and Description |
---|
DSContainer
Extends
DSData to provide helper methods for sending Container objects. |
DSData
This interface should be implemented by a class that needs to send
data to DataSource peers (for example, a Caplin Liberator, or another
DataSource-enabled application).
|
DSField
This interface should be implemented by a class that represents a
field number/value pair.
|
DSPacket
The base interface for any DataSource packet that can be sent to peers.
|
DSPermission
Extends
DSData to provide helper methods for sending Permissions. |
DSRecord
The interface that should be implemented by an instance of DSData
of the type record.
|
DSSerializable
A
DSSerializable implementation represents a DataSource
message. |
Please send bug reports and comments to Caplin support