Index

A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

GENERIC - Static variable in class com.caplin.transformer.module.ObjectType
The object does not exist in the Transformer cache.
GENERIC_TYPE - Static variable in interface com.caplin.datasrc.interfaces.DSData
A Generic Type object type.
get(String) - Method in interface com.caplin.transformer.module.DataCache
Gets the data cached within the Transformer core for the specified object name.
get(String) - Method in interface com.caplin.transformer.module.persistence.Persistence
get(String) - Method in class com.caplin.transformer.module.persistence.PersistenceImpl
 
getBuildDate() - Method in class com.caplin.transformer.module.TransformerModuleVersion
 
getBuildNumber() - Method in class com.caplin.transformer.module.TransformerModuleVersion
 
getBuildTime() - Method in class com.caplin.transformer.module.TransformerModuleVersion
 
getByte(String) - Static method in class com.caplin.util.base64.Base64
Decodes a Base64 encoded String and converts it into a byte value.
getClazz() - Method in enum class com.caplin.transformer.module.pipeline.PipelineType
Get the class representing this pipeline type
getCode() - Method in enum class com.caplin.datasrc.enums.ServiceStatus
Gets the integer code for this status
getCode() - Method in class com.caplin.transformer.module.ObjectType
Gets the code that represents the object's type.
getConfigOptionValue(String) - Method in class com.caplin.transformer.module.ConfigProviderImpl
 
getConfigProvider() - Method in interface com.caplin.transformer.module.TransformerAccessor
Returns the config provider object which can be used to get certain Transformer configuration options that have been set
getCopyright() - Method in class com.caplin.transformer.module.TransformerModuleVersion
 
getDataCache() - Method in interface com.caplin.transformer.module.TransformerAccessor
Returns an object that allows the Transformer module to access the data cached within the Transformer's core.
getDataProviderRegistrar() - Method in interface com.caplin.transformer.module.TransformerAccessor
Returns an object that allows the Transformer module to register and deregister itself with the Transformer core as a provider of data.
getDataSourcePeerId() - Method in class com.caplin.transformer.module.DataSourceUpdateEvent
Gets the identifier for the data source peer that supplied the update.
getDescription() - Method in class com.caplin.transformer.module.DataProviderResponse
Gets the description of the response.
getDescription() - Method in class com.caplin.transformer.module.ObjectStatus
Description of the status of the object in the cache.
getDescription() - Method in class com.caplin.transformer.module.ObjectType
Gets the description of the object's type.
getDouble(String) - Static method in class com.caplin.util.base64.Base64
Decodes a Base64 encoded String and converts it into a double value.
getDSDataPointer() - Method in interface com.caplin.transformer.module.datasrc.TransformerData
Gets the pointer to the C ds_data struct that holds the state information for the update.
getDSDataPointer() - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
 
getErrorCode() - Method in exception com.caplin.net.udp.UDPCommandRemovalException
Gets the error code that was returned from the UDPAccessor to indicate what the problem was.
getErrorCode() - Method in exception com.caplin.transformer.module.exceptions.DataCachePutException
Gets the error code that the Transformer returned to indicate what the problem was.
getField(String, int) - Method in interface com.caplin.transformer.module.DataCache
Gets the latest value from the Transformer core for the specified object name and field number.
getField(String, String) - Method in interface com.caplin.transformer.module.DataCache
Gets the latest value from the Transformer core for the specified object and field names.
getFieldByFieldNumber(int) - Method in interface com.caplin.datasrc.interfaces.DSData
Gets the first occurrence of the field with the specified field number.
getFieldByFieldNumber(int) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
 
getFieldByFieldNumber(int, int) - Method in interface com.caplin.datasrc.interfaces.DSData
Gets the specified occurrence of the field with the specified field number.
getFieldByFieldNumber(int, int) - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
 
getFieldByName(String) - Method in interface com.caplin.datasrc.fields.FieldManager
Gets the FieldInfo for a field, given a field name.
getFieldByName(String) - Method in interface com.caplin.datasrc.interfaces.DSRecord
Gets the first occurrence of the field with the specified field name.
getFieldByName(String) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
 
getFieldByName(String, int) - Method in interface com.caplin.datasrc.interfaces.DSRecord
Gets the specified occurrence of the field with the specified field name.
getFieldByName(String, int) - Method in class com.caplin.transformer.module.datasrc.TransformerRecordImpl
 
getFieldByNumber(int) - Method in interface com.caplin.datasrc.fields.FieldManager
Gets the FieldInfo for a field, given a field number.
getFieldCount() - Method in interface com.caplin.datasrc.fields.FieldManager
The number of configured fields, both those configured via XML and those added manually using the addField method.
getFieldInfo() - Method in interface com.caplin.datasrc.interfaces.DSField
Get the field information for this field, if available.
getFieldInfo() - Method in class com.caplin.transformer.module.datasrc.DSFieldImpl
 
getFieldLimit() - Method in exception com.caplin.datasrc.fields.FieldLimitReachedException
Gets the maximum number of fields that are allowed by the FieldManager.
getFieldManager() - Method in interface com.caplin.transformer.module.TransformerAccessor
Returns an instance of FieldManager, which represents all the fields that have been configured within the Transformer.
getFlags() - Method in interface com.caplin.datasrc.interfaces.DSData
Gets the flags that are going to be sent with this packet.
getFlags() - Method in interface com.caplin.datasrc.interfaces.DSField
Get the flags set on this field.
getFlags() - Method in class com.caplin.transformer.module.datasrc.DSFieldImpl
 
getFlags() - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
 
getFloat(String) - Static method in class com.caplin.util.base64.Base64
Decodes a Base64 encoded String and converts it into a float value.
getInstance() - Static method in class com.caplin.transformer.module.TransformerModuleVersion
 
getInt(String) - Static method in class com.caplin.util.base64.Base64
Decodes a Base64 encoded String and converts it into an int value.
getKey() - Method in class com.caplin.transformer.module.persistence.PersistedValue
 
getKeys() - Method in interface com.caplin.datasrc.interfaces.DSData
Returns as Enumeration of Integers indicating the field number .
getKeys() - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
 
getLastUpdateTime(String) - Method in interface com.caplin.transformer.module.DataCache
Gets the time the last update was received by the Transformer core for the specified object name.
getLogger() - Method in interface com.caplin.transformer.module.TransformerAccessor
Returns the Logger that has the name TransformerAccessor.getLoggerName().
getLoggerName() - Method in interface com.caplin.transformer.module.TransformerAccessor
Returns the name of the Logger that will write messages out to the Transformer module's log file.
getLoggerName() - Method in interface com.caplin.transformer.module.TransformerModule
Returns the name of the Logger that will write messages out to the Transformer module's log file.
getLong(String) - Static method in class com.caplin.util.base64.Base64
Decodes a Base64 encoded String and converts it into a long value.
getName() - Method in interface com.caplin.datasrc.fields.FieldInfo
Gets the name of this field, or null if a name has not been specified within the FieldManager.
getName() - Method in class com.caplin.transformer.module.TransformerModuleVersion
 
getNativeType() - Method in enum class com.caplin.transformer.module.pipeline.PipelineType
Get the index of the type in the native pipeline type enumeration
getNumber() - Method in interface com.caplin.datasrc.fields.FieldInfo
Gets the DataSource field number of this field.
getObjectNames(String) - Method in interface com.caplin.transformer.module.DataCache
Gets an array of object names that were found in the Transformer core cache that match the specified object name pattern.
getObjectType() - Method in interface com.caplin.transformer.module.datasrc.TransformerData
Gets the update's object type.
getObjectType() - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
 
getObjectType(int) - Static method in class com.caplin.transformer.module.ObjectType
Gets the ObjectType that represents the specified code.
getObjectType(String) - Method in interface com.caplin.transformer.module.DataCache
Gets the type code for the object with the specified name from the Transformer core cache.
getOpaque(String) - Static method in class com.caplin.util.base64.Base64
Decodes a Base64 encoded String and converts it into an opaque value.
getPermission(String, String) - Method in interface com.caplin.transformer.module.DataCache
Gets the permission data cached within the Transformer core for the specified object name and key.
getPermissionKeys(String) - Method in interface com.caplin.transformer.module.DataCache
Gets a list of permission keys that are available from the Transformer core cache for the specified object name.
getPipelineRegistrar() - Method in interface com.caplin.transformer.module.TransformerAccessor
Returns an object that allows the Transforme module to register methods for availability in pipelines
getResponseCode() - Method in class com.caplin.transformer.module.DataProviderResponse
Gets the response code that the Transformer core will use to determine whether a DataProvider is able provide the requested data or not.
getSequenceNumber() - Method in interface com.caplin.transformer.module.datasrc.TransformerData
Gets the update's sequence number.
getSequenceNumber() - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
 
getServiceStatus() - Method in class com.caplin.transformer.module.ObjectStatus
The status of the object in the cache.
getServiceStatusForCode(int) - Static method in enum class com.caplin.datasrc.enums.ServiceStatus
Gets the ServiceStatus for the specified code.
getShort(String) - Static method in class com.caplin.util.base64.Base64
Decodes a Base64 encoded String and converts it into a short value.
getStatus(String) - Method in interface com.caplin.transformer.module.DataCache
Gets the current status for the object with the specified name from the Transformer core cache.
getString(String) - Static method in class com.caplin.util.base64.Base64
Decodes a Base64 encoded String and converts it into a String value.
getSubject() - Method in interface com.caplin.datasrc.interfaces.DSData
Gets this object's subject.
getSubject() - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
 
getSubscriber() - Method in interface com.caplin.transformer.module.TransformerAccessor
Returns an object that allows the Transformer module to subscribe to and unsubcribe from data.
getTime() - Method in class com.caplin.transformer.module.DataSourceUpdateEvent
Gets the time the update was received by the Transformer core.
getTransformerData() - Method in class com.caplin.transformer.module.DataSourceUpdateEvent
Gets the TransformerData object that represents the update.
getTransformerLogDirectory() - Method in interface com.caplin.transformer.module.ConfigProvider
Retrieves the directory that log files for transfomer are stored inside
getTransformerLogDirectory() - Method in class com.caplin.transformer.module.ConfigProviderImpl
 
getType() - Method in interface com.caplin.datasrc.interfaces.DSData
Gets this object's type.
getType() - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
 
getType2(String, String) - Method in interface com.caplin.transformer.module.DataCache
Gets the type 2 data cached within the Transformer core for the specified object name and type 2 index.
getType2Indices(String) - Method in interface com.caplin.transformer.module.DataCache
Gets a list of type 2 indices that are available from the Transformer core cache for the specified object name.
getType3Field(String, int) - Method in interface com.caplin.transformer.module.DataCache
Gets an array of values for the specified object name and type 3 field number.
getUDPAccessor() - Method in interface com.caplin.transformer.module.TransformerAccessor
Returns an object that allows the Transformer module to access the Transformer core's UDP command interface.
getValue() - Method in interface com.caplin.datasrc.interfaces.DSField
Gets the value for the field.
getValue() - Method in class com.caplin.transformer.module.datasrc.DSFieldImpl
 
getValue() - Method in class com.caplin.transformer.module.persistence.PersistedValue
 
getValues() - Method in interface com.caplin.datasrc.interfaces.DSData
Returns as Enumeration of Strings indicating the field values .
getValues() - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
 
getVersion() - Method in class com.caplin.transformer.module.TransformerModuleVersion
 
A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form