A B C D E F G I J L M O P Q R S T U

A

ACTION_ENTITY_ADD - Static variable in interface QueryNotifyEvent
Action-code: entity is on the server.
ACTION_ENTITY_ADD - Static variable in interface SubscriptionNotifyEvent
Action-code: entity added on the server, or just returned as an answer to Subscription.refreshEntity().
ACTION_ENTITY_ADD - Static variable in interface TransactionParam
Action-code: request to add an entity on the server.
ACTION_ENTITY_DEL - Static variable in interface QueryNotifyEvent
Action-code: entity logically removed on the server.
ACTION_ENTITY_DEL - Static variable in interface SubscriptionNotifyEvent
Action-code: entity logically removed on the server.
ACTION_ENTITY_DEL - Static variable in interface TransactionParam
Action-code: request to logically remove an entity from the server.
ACTION_ENTITY_KIL - Static variable in interface SubscriptionNotifyEvent
Action-code: entity physically removed on the server.
ACTION_ENTITY_KIL - Static variable in interface TransactionParam
Action-code: request to physically remove an entity from the server.
ACTION_ENTITY_RWT - Static variable in interface SubscriptionNotifyEvent
Action-code: entity rewritten on the server.
ACTION_ENTITY_RWT - Static variable in interface TransactionParam
Action-code: request to replace an entity on the server.
ActivityLifeCycle - Interface in it.list.jft
Super-interface common to all lifecycles objects of a given Connection.
add(EntityKey) - Method in interface EntityFilter
Add the EntityKey to the filter.
addFieldByName(String) - Method in interface Mask
Add a specific field to the mask.

B

belongsTo(Connection) - Method in interface TransactionID
Returns the compatibility of this TransactionID with a given Connection.

C

clone() - Method in interface Entity
Implement Cloneable interface.
close() - Method in interface Connection
Try to close this connection with a given server.
close() - Method in interface MulticastConnection
 
CommunicationLifeCycle - Interface in it.list.jft
Super-interface common to all lifecycles objects of a given Context.
compareTo(TimeStamp) - Method in interface TimeStamp
Compare two TimeStamps.
CONN_TYPE_HTTP_TUNNEL - Static variable in interface ConnectionParam
Connection-transport type-code: to use an HTTP tunnel, over TCP/IP, as transport.
CONN_TYPE_SOCKS4A - Static variable in interface ConnectionParam
Connection-transport type-code: to use an Socks4A proxy.
CONN_TYPE_SOCKS5 - Static variable in interface ConnectionParam
Connection-transport type-code: to use an Socks5 proxy.
CONN_TYPE_TCP - Static variable in interface ConnectionParam
Connection-transport type-code: to use TCP/IP as transport.
Connection - Interface in it.list.jft
Logical bidirectional channel with a server.
ConnectionCloseEvent - Interface in it.list.jft.event
Server-answer to Connection.close().
ConnectionEvent - Interface in it.list.jft.event
Generic event related to the Connection Lifecycle.
ConnectionListener - Interface in it.list.jft.event
Interface to be implemented in order to handle the Connection Lifecycle.
ConnectionLostEvent - Interface in it.list.jft.event
Event generated when the connection with the server crashed or when the server choose to terminate the connection.
ConnectionOpenEvent - Interface in it.list.jft.event
Server-answer to Connection.open().
ConnectionParam - Interface in it.list.jft
Connection parameter container.
Context - Interface in it.list.jft
Container and factory of inter-related communication objects.
create() - Method in interface Filter
Try to create this filter on the server.
create() - Method in interface Query
Try to create this query on the server.

D

del(EntityKey) - Method in interface EntityFilter
Remove the EntityKey from the filter.
destroy() - Method in interface Filter
Try to destroy this filter on the server.
destroy() - Method in interface Query
Try to destroy this query on the server.

E

enableNotify(int) - Method in interface MulticastConnection
 
Entity - Interface in it.list.jft
Interface that describes a specific instance of a EntityClass.
EntityClass - Interface in it.list.jft
Interface that describes a specific market/service class.
EntityClassQuery - Interface in it.list.jft
 
EntityClassQueryEvent - Interface in it.list.jft.event
 
EntityClassQueryListener - Interface in it.list.jft.event
 
EntityClassQueryParam - Interface in it.list.jft
 
EntityField - Interface in it.list.jft
 
EntityFilter - Interface in it.list.jft
Usually, fasttrack serverices implements a default filter to restrict the set of values notified by a Subscription, based on full or partial key values.
EntityKey - Interface in it.list.jft
An actual (partial or full) key value of a key of an EntityClass.
enumChilds() - Method in interface LifeCycle
Returns an enumeration of all non-LifeCycle.STATUS_RELEASED childs of this LifeCycle.
Event - Interface in it.list.jft.event
Super-interface common to all events.

F

Filter - Interface in it.list.jft
A manner to restrict the set of values notified by a Subscription.
FilterCreateEvent - Interface in it.list.jft.event
Server-answer to Filter.create().
FilterDestroyEvent - Interface in it.list.jft.event
Server-answer to Filter.destroy().
FilterEvent - Interface in it.list.jft.event
Generic event related to the Filter Lifecycle.
FilterListener - Interface in it.list.jft.event
Interface to be implemented in order to handle the Filter Lifecycle.
FilterParam - Interface in it.list.jft
Filter parameter container.
FilterSetEvent - Interface in it.list.jft.event
Server-answer to Filter.set(java.lang.String).
flush() - Method in interface EntityFilter
Send to the server any buffered filter action.

G

getAction() - Method in interface MulticastConnectionEvent
 
getAction() - Method in interface QueryNotifyEvent
Returns the server action associated with the entity available on this event.
getAction() - Method in interface SubscriptionNotifyEvent
Returns the server action associated with the entity available on this event.
getAction() - Method in interface TransactionParam
Returns the requested action of a new transaction.
getActiveConnectionType() - Method in interface ConnectionOpenEvent
 
getAddress() - Method in interface MulticastConnectionParam
 
getAlternativeHost() - Method in interface ConnectionParam
Returns the optional alternative requested server-host of a new connection.
getAlternativePort() - Method in interface ConnectionParam
Returns the optional alternative requested server-port of a new connection.
getApplRevision() - Method in interface ConnectionParam
Returns the client version for the new connection.
getApplSignature() - Method in interface ConnectionParam
Returns the client signature for the new connection.
getAuthFile() - Method in interface ConnectionParam
Returns the File that contains an authorization key for the new connection.
getAuthKey() - Method in interface ConnectionParam
Returns the authorization key for the new connection.
getBusinessServiceID() - Method in interface ConnectionOpenEvent
Returns the business service ID associated to this connection.
getBusinessServiceID() - Method in interface TransactionID
Returns the BusinessServiceID to which the transaction was sent.
getCharSet() - Method in interface ConnectionParam
Returns the String that represents the charset used to code/decode the strings on the new connection.
getCharSet() - Method in interface MulticastConnectionParam
 
getClientID() - Method in interface ConnectionParam
Returns the ClientID for the new connection.
getClientID() - Method in interface TransactionID
Returns the ClientID from which the transaction was sent.
getClientServiceID() - Method in interface ConnectionOpenEvent
Returns the client service ID associated to this connection.
getClientServiceID() - Method in interface TransactionID
Returns the ClientServiceID to which the transaction was sent.
getCompression() - Method in interface ConnectionParam
Returns the requested indication about a compressed transmission for a new connection.
getConnection() - Method in interface ActivityLifeCycle
Returns the associated Connection.
getConnection() - Method in interface ConnectionEvent
Returns the connection associated to this event.
getConnType() - Method in interface ConnectionParam
Returns the array of connection-transport code of a new connection.
getContext() - Method in interface CommunicationLifeCycle
Returns the associated Context.
getDateTime() - Method in interface TimeStamp
Returns the number of seconds since January 1, 1970, 00:00:00 GMT.
getDefinition() - Method in interface FilterParam
Returns the filter definition of the new filter.
getEntity() - Method in interface MulticastConnectionEvent
 
getEntity() - Method in interface QueryNotifyEvent
Returns the entity of the current row in the result-set.
getEntity() - Method in interface SubscriptionNotifyEvent
Returns the entity available on this event.
getEntity() - Method in interface TransactionEvent
Returns the result entity associated to this event.
getEntity() - Method in interface TransactionParam
Returns the Entity of a new transaction.
getEntityClass() - Method in interface EntityField
 
getEntityClass() - Method in interface EntityClassQueryEvent
 
getEntityClass(int) - Method in interface JFT
Returns the registered EntityClass corresponding to the given EntityClassID.
getEntityClass(String) - Method in interface JFT
Returns the registered EntityClass corresponding to the given EntityClass Name.
getEntityClassID() - Method in interface EntityClass
Returns the ID that identifies the EntityClass.
getEntityClassID() - Method in interface EntityClassQueryParam
 
getEntityClassID() - Method in interface EntityKey
Returns the ID of the EntityClass related to this EntityKey.
getEntityClassID() - Method in interface FilterParam
Returns the EntityClassID of the associated EntityClass of the new filter.
getEntityClassID() - Method in interface Mask
Returns the ID of the EntityClass related to this mask.
getEntityClassID() - Method in interface SubscriptionParam
Returns the requested EntityClassID of the EntityClass for the new Subscription.
getEntityClassName() - Method in interface EntityClass
Returns the name that identifies the EntityClass.
getEntityClassName() - Method in interface EntityClassQueryParam
 
getEntityClassQuery() - Method in interface EntityClassQueryEvent
 
getEntityClassTimeStamp() - Method in interface SubscriptionParam
Returns the EntityClass TimeStamp of the last past notification received by the client.
getEntityClassVersion() - Method in interface SubscriptionParam
Returns the EntityClass version of the last past notification received by the client.
getEntityClassVersionOnServer() - Method in interface SubscriptionStartEvent
Returns the version of EntityClass on the server.
getEntityFields() - Method in interface EntityClass
 
getEntityKey() - Method in interface SubscriptionParam
Returns the partial EntityKey for the new subscription.
getEnvironment() - Method in interface ConnectionOpenEvent
Returns an indication of the FastTrack server environment (e.g.: Production, Testing, etc...).
getEOQ() - Method in interface QueryNotifyEvent
Returns the indication that the result-set is ended.
getField(String) - Method in interface Entity
Returns a field value of this Entity.
getFilter() - Method in interface FilterEvent
Returns the filter associated to this event.
getFilter() - Method in interface SubscriptionParam
Returns the optional filter for the new subscription.
getFilterID() - Method in interface FilterCreateEvent
 
getFlow() - Method in interface SubscriptionParam
Returns the requested data transimission policy for the new subscription.
getFTID() - Method in interface ConnectionOpenEvent
Returns the FastTrack Server ID.
getFullEntityKey(int) - Method in interface Entity
Returns a given full EntityKey of this Entity.
getHost() - Method in interface ConnectionParam
Returns the requested server-host of a new connection.
getKeyID() - Method in interface EntityKey
Returns the key ID of this key.
getKeyID() - Method in interface MulticastConnectionEvent
 
getKeyID() - Method in interface SubscriptionNotifyEvent
Returns the index of the key on the basis of which the server has carried out SubscriptionNotifyEvent.getAction().
getKeyID() - Method in interface TransactionParam
Returns the KeyID of a new transaction.
getLibraryVersion() - Method in interface JFT
Returns the version of this library.
getListener() - Method in interface CommunicationLifeCycle
Returns the associated Listener.
getMarketRevision() - Method in interface ConnectionOpenEvent
Returns the version of the server.
getMask() - Method in interface Mask
 
getMask() - Method in interface SubscriptionParam
Returns the optional mask for the new subscription.
getMask() - Method in interface TransactionParam
Returns the optional mask of a new transaction.
getMulticastConnection() - Method in interface MulticastConnectionEvent
 
getName() - Method in interface EntityField
 
getNumElements() - Method in interface EntityField
 
getNumRows() - Method in interface QueryCreateEvent
Returns the number of rows in the result-set as computed by the server.
getNumSegments(int) - Method in interface EntityClass
Returns the number of segments of the given KeyID of this EntityClass.
getNumSegments() - Method in interface EntityKey
Returns N (N>0), the numbers of set segments of this EntityKey.
getParam() - Method in interface CommunicationLifeCycle
Returns the associated Param.
getPartialEntityKey(int, int) - Method in interface Entity
Returns a given partial EntityKey of this Entity.
getPassword() - Method in interface ConnectionParam
Returns the requested user-password of a new connection.
getPendingTransactionID() - Method in interface TransactionParam
Returns the TransactionID of a past transaction.
getPort() - Method in interface ConnectionParam
Returns the requested server-port of a new connection.
getPort() - Method in interface MulticastConnectionParam
 
getProg() - Method in interface TimeStamp
Returns the associated incremental counter.
getProxyHost() - Method in interface ConnectionParam
Returns the optional requested proxy-host of a new connection.
getProxyPort() - Method in interface ConnectionParam
Returns the optional requested proxy-port of a new connection.
getProxyUserName() - Method in interface ConnectionParam
Returns the optional requested proxy-username of a new connection.
getQuery() - Method in interface QueryEvent
Returns the query associated to this event.
getQueryID() - Method in interface QueryParam
Returns the QueryID of the new query.
getQueryParameterEntity() - Method in interface QueryParam
Returns the Query Parameter Entity of the new query.
getQueryType() - Method in interface SubscriptionParam
Returns the requested query selection criteria for the new subscription.
getReasonCode() - Method in interface TransactionEvent
Returns the specific market-related reason about the transaction abort.
getResEntityRequired() - Method in interface TransactionParam
Returns the indication that client want an Entity come back from the server.
getResult() - Method in interface Event
Returns the server-answer associated to this event.
getRowNumber() - Method in interface QueryNotifyEvent
Returns the index (1-based) of the current row in the result-set.
getService() - Method in interface ConnectionParam
Returns the optional market/service name to which the new connection must talk.
getStatus() - Method in interface LifeCycle
Returns the current lifecycle status of this object.
getSubscription() - Method in interface SubscriptionEvent
Returns the subscription associated to this event.
getSystemDate() - Method in interface ConnectionOpenEvent
Returns the system date of the server.
getSystemDateTime() - Method in interface ConnectionOpenEvent
Returns the system date and time of the server.
getSystemTime() - Method in interface ConnectionOpenEvent
Returns the system time of the server.
getTcpNoDelay() - Method in interface ConnectionParam
Tests if TCP_NODELAY is enabled.
getTimeStamp() - Method in interface MulticastConnectionEvent
 
getTimeStamp() - Method in interface QueryNotifyEvent
Returns the entity timestamp.
getTimeStamp() - Method in interface SubscriptionNotifyEvent
Returns the timestamp associated with the entity available on this event.
getTimeStamp() - Method in interface TransactionEvent
Returns the result timestamp.
getTimeStamp() - Method in interface TransactionID
Returns the TimeStamp of when the transaction was sent.
getTimeToLive() - Method in interface QueryCreateEvent
Returns the interval time (in seconds) during which the server cache the result-set.
getTransaction() - Method in interface TransactionEvent
Returns the transaction associated to this event.
getTransactionID() - Method in interface Transaction
Returns the TransactionID of this (new or past) transaction.
getType() - Method in interface EntityClass
 
getType() - Method in interface EntityField
 
getType() - Method in interface FilterParam
Returns the filter type of the new filter.
getUserName() - Method in interface ConnectionParam
Returns the requested user-name of a new connection.
getUserType() - Method in interface ConnectionParam
Returns the user-type code of a new connection.

I

init(int) - Method in interface JFT
Initialize the library (with a specific threading model) and start the configuration phase.
isBound() - Method in interface Mask
Returns the bound-indication of this mask.
isBound() - Method in interface Param
Returns the bound-indication of this parameter container.
isEntityClassReset() - Method in interface SubscriptionStartEvent
Returns a reset-class indication.
isEnum() - Method in interface EntityClassQueryEvent
 
isKey(int) - Method in interface EntityClass
Check if a given keyID is an index of a key for this EntityClass.
isKey(int, boolean) - Method in interface EntityClass
Check if a given keyID is an index of a primary or duplicate key for this EntityClass.
isMasked() - Method in interface SubscriptionNotifyEvent
Returns the indication that some fields of SubscriptionNotifyEvent.getEntity() may be missings.
isRegistered(int) - Method in interface JFT
Returns the indication that a given EntityClass (identified by an EntityClassID) has been registered.
it.list.jft - package it.list.jft
Provides interfaces for dealing with different FastTrack objects.
it.list.jft.event - package it.list.jft.event
Provides interfaces for dealing with different types of events and listeners.

J

JFT - Interface in it.list.jft
Main basic library interface to use within JFT/API.

L

LifeCycle - Interface in it.list.jft
Super-interface common to all lifecycles.
Listener - Interface in it.list.jft.event
Super-interface common to all listener interfaces.

M

makeConnection(ConnectionParam, ConnectionListener) - Method in interface Context
Create and returns a new connection.
makeConnectionParam() - Method in interface Context
Create and returns a new connection parameter container.
makeContext() - Method in interface JFT
Create and returns a new context.
makeEmptyMask(int) - Method in interface JFT
Create and returns a new empty mask for a given Entity Class.
makeEntity() - Method in interface EntityClass
 
makeEntityClassQuery(Connection, EntityClassQueryParam, EntityClassQueryListener) - Method in interface Context
 
makeEntityClassQueryParam() - Method in interface Context
 
makeFilter(Connection, FilterParam, FilterListener) - Method in interface Context
Create and returns a new filter.
makeFilterParam() - Method in interface Context
Create and returns a new filter parameter container.
makeMulticastConnection(MulticastConnectionParam, MulticastConnectionListener) - Method in interface Context
 
makeMulticastConnectionParam() - Method in interface Context
 
makeQuery(Connection, QueryParam, QueryListener) - Method in interface Context
Create and returns a new query.
makeQueryParam() - Method in interface Context
Create and returns a new query parameter container.
makeSubscription(Connection, SubscriptionParam, SubscriptionListener) - Method in interface Context
Create and returns a new subscription.
makeSubscriptionParam() - Method in interface Context
Create and returns a new subscription parameter container.
makeTimeStamp(int, int) - Method in interface JFT
Create and returns a new TimeStamp.
makeTransaction(Connection, TransactionParam, TransactionListener) - Method in interface Context
Create and returns a new transaction.
makeTransactionID(int, int, int, TimeStamp) - Method in interface JFT
Create and returns a new TransactionID.
makeTransactionParam() - Method in interface Context
Create and returns a new transaction parameter container.
Mask - Interface in it.list.jft
A set of fields of a EntityClass.
MODE_MULTI_THREAD - Static variable in interface JFT
Threading mode: multi-thread.
MODE_NO_ENTITY_CLONING - Static variable in interface JFT
Disable entity cloning in the library.
MulticastConnection - Interface in it.list.jft
 
MulticastConnectionEvent - Interface in it.list.jft.event
 
MulticastConnectionListener - Interface in it.list.jft.event
 
MulticastConnectionParam - Interface in it.list.jft
 

O

onConnectionClose(ConnectionCloseEvent) - Method in interface ConnectionListener
Called when the server-answer to the Connection.close() is available.
onConnectionLost(ConnectionLostEvent) - Method in interface ConnectionListener
Called when the connection with server crashed or when the server choose to terminate the connection.
onConnectionOpen(ConnectionOpenEvent) - Method in interface ConnectionListener
Called when the server-answer to the Connection.open() is available.
onEntityClassQuery(EntityClassQueryEvent) - Method in interface EntityClassQueryListener
 
onFilterCreate(FilterCreateEvent) - Method in interface FilterListener
Called when the server-answer to the Filter.create() is available.
onFilterDestroy(FilterDestroyEvent) - Method in interface FilterListener
Called when the server-answer to the Filter.destroy() is available.
onFilterSet(FilterSetEvent) - Method in interface FilterListener
Called when the server-answer to the Filter.set(java.lang.String) is available.
onMulticastConnection(MulticastConnectionEvent) - Method in interface MulticastConnectionListener
 
onQueryCreate(QueryCreateEvent) - Method in interface QueryListener
Called when the server-answer to the Query.create() is available.
onQueryDestroy(QueryDestroyEvent) - Method in interface QueryListener
Called when the server-answer to the Query.destroy() is available.
onQueryNotify(QueryNotifyEvent) - Method in interface QueryListener
Called when an entity of a query result-set is available.
onQueryRows(QueryRowsEvent) - Method in interface QueryListener
Called when the server-answer to the Query.queryRows() is available.
onSubscriptionIdle(SubscriptionIdleEvent) - Method in interface SubscriptionListener
Called when the flow of historical data is finished and the start of actual data is starting.
onSubscriptionNotify(SubscriptionNotifyEvent) - Method in interface SubscriptionListener
Called when an actual or historical data is available or when the server-answer of a Subscription.refreshEntity is available.
onSubscriptionStart(SubscriptionStartEvent) - Method in interface SubscriptionListener
Called when the server-answer to the Subscription.start() is available.
onSubscriptionStop(SubscriptionStopEvent) - Method in interface SubscriptionListener
Called when the server-answer to the Subscription.stop() is available.
onTrace(Date, String, int, String) - Method in interface Tracer
Called whenever a trace-message is availbale.
onTransactionQuery(TransactionQueryEvent) - Method in interface TransactionListener
Called when the server-answer to the Transaction.query() is available.
onTransactionSend(TransactionSendEvent) - Method in interface TransactionListener
Called when the server-answer to the Transaction.send() is available.
open() - Method in interface Connection
Try to open this connection with a given server.
open() - Method in interface MulticastConnection
 

P

Param - Interface in it.list.jft
Super-interface common to all parameter container of CommunicationLifeCycle objects.

Q

query() - Method in interface EntityClassQuery
 
Query - Interface in it.list.jft
A client's request to a server to obtain a set of entities (or rows) from its own Data Base.
query() - Method in interface Transaction
Try to query the server for the status of this (new or past) transaction.
QUERY_TYPE_ALL - Static variable in interface SubscriptionParam
Query selection code: all entities.
QUERY_TYPE_ON_TIME - Static variable in interface SubscriptionParam
Query selection code: only current entities values.
QUERY_TYPE_PAST - Static variable in interface SubscriptionParam
Query selection code: only past entities values and then idle event.
QUERY_TYPE_SET - Static variable in interface SubscriptionParam
Query selection code: all entities that match a partial EntityKey.
QueryCreateEvent - Interface in it.list.jft.event
Server-answer to Query.create().
QueryDestroyEvent - Interface in it.list.jft.event
Server-answer to Query.destroy().
QueryEvent - Interface in it.list.jft.event
Generic event related to the Query Lifecycle.
QueryListener - Interface in it.list.jft.event
Interface to be implemented in order to handle the Query Lifecycle.
QueryNotifyEvent - Interface in it.list.jft.event
Event generated when a single entity (or the EOQ indication) of a query result-set is available.
QueryParam - Interface in it.list.jft
Query parameter container.
queryRows(int, int) - Method in interface Query
Try to retrieve a subset of the result-set of this query from the server.
QueryRowsEvent - Interface in it.list.jft.event
Server-answer to Query.queryRows().

R

refreshEntity(EntityKey) - Method in interface Subscription
Request the server to re-publish a single complete (not masked) Entity.
register(EntityClass) - Method in interface JFT
Register another EntityClass augmenting the number of the classes that can be manipulated by the library.
release() - Method in interface LifeCycle
Abruptly and recursively move an object in the final LifeCycle.STATUS_RELEASED status.
reset() - Method in interface EntityFilter
Remove all the key values from the filter.
reset() - Method in interface Mask
Reset this mask to an emtpy mask.
RESULT_ABORTED - Static variable in interface TransactionEvent
Failure-code: transaction was aborted by the server.
RESULT_ALREADY_LOGGED - Static variable in interface ConnectionOpenEvent
Failure-code: user already logged.
RESULT_ALREADY_SET - Static variable in interface FilterSetEvent
Failure-code: filter value already set.
RESULT_BAD_PARAMETERS - Static variable in interface QueryCreateEvent
Failure-code: bad parameter associated to the query.
RESULT_COMMITTED - Static variable in interface TransactionEvent
Failure-code: transaction was commited by the server.
RESULT_ENTITY_CLASS_NOT_AVAILABLE - Static variable in interface EntityClassQueryEvent
 
RESULT_EXCEED_SESSION - Static variable in interface ConnectionOpenEvent
Failure-code: too much open sessions with the server.
RESULT_FILTER_NOT_IMPLEMENTED - Static variable in interface FilterCreateEvent
Failure-code: Filtering is not implemented by the server.
RESULT_FLYING - Static variable in interface TransactionEvent
Failure-code: transaction is flying.
RESULT_GENERIC_ERROR - Static variable in interface Event
Generic failure-code returned by the server when a more specific error is not available.
RESULT_GENERIC_ERROR - Static variable in interface LifeCycle
Generic failure-code returned when a more specific error is not available.
RESULT_INVALID_AUTH_KEY - Static variable in interface ConnectionOpenEvent
Failure-code: bad configuration key associated to the connection.
RESULT_INVALID_CLIENTID - Static variable in interface ConnectionOpenEvent
Failure-code: bad client ID associated to the connection.
RESULT_INVALID_CONNECTION_STATUS - Static variable in interface ActivityLifeCycle
Failure-code returned when an operation is requested whitin a not correct status of the associated Connection.
RESULT_INVALID_ENTITY_CLASS_ID - Static variable in interface FilterCreateEvent
Failure-code: Entity Class ID is invalid.
RESULT_INVALID_FILTER_LEN - Static variable in interface FilterCreateEvent
Failure-code: filter definition too long.
RESULT_INVALID_FILTER_LEN - Static variable in interface FilterSetEvent
Failure-code: filter value too long.
RESULT_INVALID_FILTER_TYPE - Static variable in interface FilterCreateEvent
Failure-code: filter type is invalid.
RESULT_INVALID_PASSWORD - Static variable in interface ConnectionOpenEvent
Failure-code: bad password associated to the connection.
RESULT_INVALID_PROFILE - Static variable in interface ConnectionOpenEvent
Failure-code: invalid profile.
RESULT_INVALID_REVISION - Static variable in interface ConnectionOpenEvent
Failure-code: bad application version associated to the connection.
RESULT_INVALID_SERVER_STATUS - Static variable in interface ConnectionOpenEvent
Failure-code: the server is in a status (e.g. still in a start-up state) in which connections are not allowed.
RESULT_INVALID_SERVICE - Static variable in interface ConnectionOpenEvent
Failure-code: bad user type associated to the connection.
RESULT_INVALID_STATUS - Static variable in interface LifeCycle
Failure-code returned when an operation is requested whitin a not correct status.
RESULT_INVALID_TRANSACTION_ID - Static variable in interface TransactionEvent
Failure-code: transaction is not valid because an invalid Transaction ID was used.
RESULT_INVALID_USERNAME - Static variable in interface ConnectionOpenEvent
Failure-code: bad user name associated to the connection.
RESULT_INVALID_USERTYPE - Static variable in interface ConnectionOpenEvent
Failure-code: bad user type associated to the connection.
RESULT_OK - Static variable in interface Event
Positive answer returned by the server when the operation completed successfully.
RESULT_OK - Static variable in interface LifeCycle
Positive answer returned when the operation completed successfully.
RESULT_SYNTAX_ERROR - Static variable in interface FilterCreateEvent
Failure-code: syntax error in filter definition.
RESULT_SYNTAX_ERROR - Static variable in interface FilterSetEvent
Failure-code: syntax error in filter value.
RESULT_WRONG_FIRST_ROW - Static variable in interface QueryRowsEvent
Failure-code: bad firstRow parameter of Query.queryRows().
RESULT_WRONG_QUERY_ID - Static variable in interface QueryCreateEvent
Failure-code: bad QueryID associated to the query.
RESULT_WRONG_ROW_NUMBER - Static variable in interface QueryRowsEvent
Failure-code: bad rowNumber parameter of Query.queryRows().
resultSetFollows() - Method in interface QueryCreateEvent
Returns the indication that the result-set is immediately available.

S

send() - Method in interface Transaction
Try to send this new transaction to the server.
set(String) - Method in interface Filter
Try to extend this filter on the server.
setAction(int) - Method in interface TransactionParam
Set/replace the requested action of a new transaction.
setAdress(String) - Method in interface MulticastConnectionParam
 
setAlternativeHost(String) - Method in interface ConnectionParam
Set/replace the optional alternative requested server-host of a new connection.
setAlternativePort(int) - Method in interface ConnectionParam
Set/replace the optional alternative requested server-port of a new connection.
setApplRevision(int[]) - Method in interface ConnectionParam
Set/replace the client version for the new connection.
setApplSignature(int) - Method in interface ConnectionParam
Set/replace the client signature for the new connection.
setAuthFile(File) - Method in interface ConnectionParam
Set/replace the File that contains an authorization key for the new connection.
setAuthKey(String) - Method in interface ConnectionParam
Set/replace the authorization key for the new connection.
setCharSet(String) - Method in interface ConnectionParam
Set/replace the String that represents the charset used to code/decode the strings on the new connection.
setCharSet(String) - Method in interface MulticastConnectionParam
 
setClientID(int) - Method in interface ConnectionParam
Set/replace the ClientID for the new connection.
setCompression(boolean) - Method in interface ConnectionParam
Set/replace the requested indication about a compressed transmission for a new connection.
setConnType(int) - Method in interface ConnectionParam
Set/replace the connection-transport code of a new connection.
setConnType(int[]) - Method in interface ConnectionParam
Set/replace the array of connection-transport code to try for a new connection.
setDefinition(String) - Method in interface FilterParam
Set/replace the filter definition of the new filter.
setEntity(Entity) - Method in interface TransactionParam
Set/replace the Entity of a new transaction.
setEntityClassID(int) - Method in interface EntityClassQueryParam
 
setEntityClassID(int) - Method in interface FilterParam
Set/replace the associated EntityClass of the new filter.
setEntityClassID(int) - Method in interface SubscriptionParam
Set/replace the requested EntityClassID of the EntityClass for the new Subscription.
setEntityClassName(String) - Method in interface EntityClassQueryParam
 
setEntityClassTimeStamp(TimeStamp) - Method in interface SubscriptionParam
Set/replace the EntityClass TimeStamp of the last past notification received by the client.
setEntityClassVersion(int) - Method in interface SubscriptionParam
Set/replace the EntityClass version of the last past notification received by the client.
setEntityKey(EntityKey) - Method in interface SubscriptionParam
Set/replace the partial EntityKey for the new subscription.
setExitOnListenerException(boolean) - Method in interface JFT
Enable/Disable the automatically termination of the JVM when an exception is thrown and not catch inside a Listener method.
setField(String, Object) - Method in interface Entity
Set a field value of this Entity.
setFilter(Filter) - Method in interface SubscriptionParam
Set/replace the optional filter for the new subscription.
setFlow(int) - Method in interface SubscriptionParam
Set/replace the requested data transimission policy for the new subscription.
setHost(String) - Method in interface ConnectionParam
Set/replace the requested server-host of a new connection.
setKeyID(int) - Method in interface TransactionParam
Set/replace the KeyID of a new transaction.
setMask(byte[]) - Method in interface Mask
 
setMask(Mask) - Method in interface SubscriptionParam
Set/replace the optional mask for the new subscription.
setMask(Mask) - Method in interface TransactionParam
Set/replace the optional mask of a new transaction.
setPassword(String) - Method in interface ConnectionParam
Set/replace the requested user-password of a new connection.
setPendingTransactionID(TransactionID) - Method in interface TransactionParam
Set/replace the TransactionID of a past transaction.
setPort(int) - Method in interface ConnectionParam
Set/replace the requested server-port of a new connection.
setPort(int) - Method in interface MulticastConnectionParam
 
setProxyHost(String) - Method in interface ConnectionParam
Set/replace the optional requested proxy-host of a new connection.
setProxyPassword(String) - Method in interface ConnectionParam
Set/replace the optional requested proxy-password of a new connection.
setProxyPort(int) - Method in interface ConnectionParam
Set/replace the optional requested proxy-port of a new connection.
setProxyUserName(String) - Method in interface ConnectionParam
Set/replace the optional requested proxy-username of a new connection.
setQueryID(int) - Method in interface QueryParam
Set/replace the QueryID of the new query.
setQueryParameterEntity(Entity) - Method in interface QueryParam
Set/replace the Query Parameter Entity of the new query.
setQueryType(int) - Method in interface SubscriptionParam
Set/replace the requested query selection criteria for the new subscription.
setResEntityRequired(boolean) - Method in interface TransactionParam
Set/replace the indication that client want an Entity come back from the server.
setService(String) - Method in interface ConnectionParam
Set/replace the optional market/service name to which the new connection must talk.
setTcpNoDelay(boolean) - Method in interface ConnectionParam
Set the TCP_NODELAY setting.
setTrace(boolean) - Method in interface JFT
Enable/Disable the library trace.
setTraceLevel(int) - Method in interface JFT
Set the mimun displayable level of the library trace.
setTraceMode(Tracer) - Method in interface JFT
Set a customer tracer.
setTraceMode(boolean, File) - Method in interface JFT
Set a file tracer.
setTraceMode(boolean, PrintWriter) - Method in interface JFT
Set a printwriter (file, standard output/error, socketd, etc...) tracer.
setType(int) - Method in interface FilterParam
Set/replace the filter type of the new filter.
setUserName(String) - Method in interface ConnectionParam
Set/replace the requested user-name of a new connection.
setUserType(int) - Method in interface ConnectionParam
Set/replace the user-type code of a new connection.
start() - Method in interface JFT
End the configuration phase and start to use the library.
start() - Method in interface Subscription
Try to start this subscription with the server.
STATUS_ABORTED - Static variable in interface Transaction
Lifecycle and Transaction status: Transaction completed unsuccessfully and ready to be released.
STATUS_COMMITTED - Static variable in interface Transaction
Lifecycle and Transaction status: Transaction completed successfully and ready to be released.
STATUS_CONFIGURING - Static variable in interface JFT
Lifecycle status: JFT initialized: ready to be configured and then started.
STATUS_CONNECTED - Static variable in interface Connection
Lifecycle status: Connection connected to the server and ready to be used.
STATUS_CONNECTED - Static variable in interface MulticastConnection
 
STATUS_CONNECTING - Static variable in interface Connection
Lifecycle status: Connection waiting the Connection.open() server-answer.
STATUS_CREATED - Static variable in interface Filter
Lifecycle status: Filter created on the server and ready to be used.
STATUS_CREATED - Static variable in interface Query
Lifecycle status: Query created on the server and ready to be used.
STATUS_CREATING - Static variable in interface Filter
Lifecycle status: Filter waiting the Filter.create() server-answer.
STATUS_CREATING - Static variable in interface Query
Lifecycle status: Query waiting the Query.create() server-answer.
STATUS_DESTROYED - Static variable in interface Filter
Lifecycle status: Filter destroyed into the server and ready to be released.
STATUS_DESTROYED - Static variable in interface Query
Lifecycle status: Query destroyed into the server and ready to be released.
STATUS_DESTROYING - Static variable in interface Filter
Lifecycle status: Filter waiting the Filter.destroy() server-answer.
STATUS_DESTROYING - Static variable in interface Query
Lifecycle status: Query waiting the Query.destroy() server-answer.
STATUS_DISCONNECTED - Static variable in interface Connection
Lifecycle status: Connection no more connected to the server and ready to be released.
STATUS_DISCONNECTED - Static variable in interface MulticastConnection
 
STATUS_DISCONNECTING - Static variable in interface Connection
Lifecycle status: Connection waiting the Connection.close() server-answer.
STATUS_FLYING - Static variable in interface Transaction
Lifecycle and Transaction status: Transaction is flying waiting to become Transaction.STATUS_COMMITTED or Transaction.STATUS_ABORTED.
STATUS_INIT - Static variable in interface LifeCycle
Lifecycle status: initial status for every object that implements the LifeCycle interface.
STATUS_QUERIED_NO - Static variable in interface EntityClassQuery
 
STATUS_QUERIED_OK - Static variable in interface EntityClassQuery
 
STATUS_QUERYING - Static variable in interface EntityClassQuery
 
STATUS_RELEASED - Static variable in interface LifeCycle
Lifecycle status: final status for every object that implements the LifeCycle interface.
STATUS_RUNNING - Static variable in interface JFT
Lifecycle status: JFT started: ready to be used and then released.
STATUS_STARTED - Static variable in interface Subscription
Lifecycle status: Subscription started and ready to be used.
STATUS_STARTING - Static variable in interface Subscription
Lifecycle status: Subscription waiting the Subscription.start() server-answer.
STATUS_STOPPED - Static variable in interface Subscription
Lifecycle status: Subscription stopped with the server and ready to be released.
STATUS_STOPPING - Static variable in interface Subscription
Lifecycle status: Subscription waiting the Subscription.stop() server-answer.
stop() - Method in interface Subscription
Try to stop this subscription with the server.
SUBSCRIBE_FLOW_ALL - Static variable in interface SubscriptionParam
Data transmission policy code: all variations sent by the server.
SUBSCRIBE_FLOW_LAST - Static variable in interface SubscriptionParam
Data transmission policy code: only the most recent snapshot of each entity sent by the server.
SUBSCRIBE_MASKED_FLOW_ALL - Static variable in interface SubscriptionParam
Data transmission policy code: all variations sent by the server.
SUBSCRIBE_MASKED_FLOW_LAST - Static variable in interface SubscriptionParam
Data transmission policy code: only the most recent snapshot of each entity sent by the server.
Subscription - Interface in it.list.jft
An arrangement with the server for receiving a continuing set of interesting entities of the same EntityClass.
SubscriptionEvent - Interface in it.list.jft.event
Generic event related to the Subscription Lifecycle.
SubscriptionIdleEvent - Interface in it.list.jft.event
Event generated when the flow of historical data is finished and the start of actual data is starting.
SubscriptionListener - Interface in it.list.jft.event
Interface to be implemented in order to handle the Subscription Lifecycle.
SubscriptionNotifyEvent - Interface in it.list.jft.event
Event generated when an actual or historical data or a server-answer to Subscription.refreshEntity() is available.
SubscriptionParam - Interface in it.list.jft
Subscription parameter container.
SubscriptionStartEvent - Interface in it.list.jft.event
Server-answer to Subscription.start().
SubscriptionStopEvent - Interface in it.list.jft.event
Server-answer to Subscription.stop().

T

THIS - Static variable in interface JFT
Reference to the JFT singleton.
TimeStamp - Interface in it.list.jft
Interface that allows to represent a temporal indicator.
trace(String, int, String) - Method in interface JFT
Trace a given message.
TRACE_LEVEL_DEBUG - Static variable in interface JFT
Trace level: messages in bold are traced: DEBUG, TEST, INFO, WARN, ERROR, FATAL.
TRACE_LEVEL_ERROR - Static variable in interface JFT
Trace level: messages in bold are traced: DEBUG, TEST, INFO, WARN, ERROR, FATAL.
TRACE_LEVEL_FATAL - Static variable in interface JFT
Trace level: messages in bold are traced: DEBUG, TEST, INFO, WARN, ERROR, FATAL.
TRACE_LEVEL_INFO - Static variable in interface JFT
Trace level: messages in bold are traced: DEBUG, TEST, INFO, WARN, ERROR, FATAL.
TRACE_LEVEL_TEST - Static variable in interface JFT
Trace level: messages in bold are traced: DEBUG, TEST, INFO, WARN, ERROR, FATAL.
TRACE_LEVEL_WARN - Static variable in interface JFT
Trace level: messages in bold are traced: DEBUG, TEST, INFO, WARN, ERROR, FATAL.
Tracer - Interface in it.list.jft
Interface to be implemented in order to handle the library trace.
Transaction - Interface in it.list.jft
A client's request to the server to add, remove or modify an entity in its own Data Base.
TransactionEvent - Interface in it.list.jft.event
Generic event related to the Transaction Lifecycle.
TransactionID - Interface in it.list.jft
Interface that allows to identify a Transaction.
TransactionListener - Interface in it.list.jft.event
Interface to be implemented in order to handle the Transaction Lifecycle.
TransactionParam - Interface in it.list.jft
Transaction parameter container.
TransactionQueryEvent - Interface in it.list.jft.event
Server-answer to Transaction.query().
TransactionSendEvent - Interface in it.list.jft.event
Server-answer to Transaction.send().
TYPE_BOOLEAN - Static variable in interface EntityField
 
TYPE_BYTE - Static variable in interface EntityField
 
TYPE_CHAR - Static variable in interface EntityField
 
TYPE_DATE - Static variable in interface EntityField
 
TYPE_DOUBLE - Static variable in interface EntityField
 
TYPE_DTIME - Static variable in interface EntityField
 
TYPE_ENTITY - Static variable in interface EntityClass
 
TYPE_ENTITY_CLASS - Static variable in interface EntityField
 
TYPE_ENTITYFILTER - Static variable in interface EntityFilter
The filter type value.
TYPE_ENUM - Static variable in interface EntityClass
 
TYPE_FLOAT - Static variable in interface EntityField
 
TYPE_INT - Static variable in interface EntityField
 
TYPE_LDATE - Static variable in interface EntityField
 
TYPE_LONG - Static variable in interface EntityField
 
TYPE_LTIME - Static variable in interface EntityField
 
TYPE_MTIME - Static variable in interface EntityField
 
TYPE_SHORT - Static variable in interface EntityField
 
TYPE_STRING - Static variable in interface EntityField
 
TYPE_TDATE - Static variable in interface EntityField
 
TYPE_TIME - Static variable in interface EntityField
 
TYPE_UCHAR - Static variable in interface EntityField
 
TYPE_UINT - Static variable in interface EntityField
 
TYPE_ULONG - Static variable in interface EntityField
 
TYPE_USHORT - Static variable in interface EntityField
 

U

USER_TYPE_AUTOTRADER - Static variable in interface ConnectionParam
User-type code: to create a connection on which send data variations (transaction).
USER_TYPE_CONTROLLER - Static variable in interface ConnectionParam
User-type code: to create a specialized (no more here described) connection.
USER_TYPE_MASTERSLAVE - Static variable in interface ConnectionParam
User-type code: to create a specialized (no more here described) connection.
USER_TYPE_MONITOR - Static variable in interface ConnectionParam
User-type code: to create a connection on which request data (subscriptions and/or queries).
USER_TYPE_TRADER - Static variable in interface ConnectionParam
User-type code: to create a connection on which send data variations (transaction).
USER_TYPE_VIEW - Static variable in interface ConnectionParam
User-type code: to create a connection on which request data (subscriptions and queries).

A B C D E F G I J L M O P Q R S T U
Submit a bug or feature to FT\API Programming Support<\font>