Package | Description |
---|---|
it.list.jft |
Provides interfaces for dealing with different FastTrack objects.
|
it.list.jft.event |
Provides interfaces for dealing with different types of events and listeners.
|
Modifier and Type | Method and Description |
---|---|
TimeStamp |
SubscriptionParam.getEntityClassTimeStamp()
Returns the EntityClass TimeStamp of the last past notification received
by the client.
|
TimeStamp |
TransactionID.getTimeStamp()
Returns the TimeStamp of when the transaction was sent.
|
TimeStamp |
JFT.makeTimeStamp(int dateTime,
int prog)
Create and returns a new TimeStamp.
|
Modifier and Type | Method and Description |
---|---|
int |
TimeStamp.compareTo(TimeStamp timeStamp)
Compare two TimeStamps.
|
TransactionID |
JFT.makeTransactionID(int clientID,
int clientServiceID,
int businessServiceID,
TimeStamp timeStamp)
Create and returns a new TransactionID.
|
void |
SubscriptionParam.setEntityClassTimeStamp(TimeStamp entityClassTimeStamp)
Set/replace the EntityClass TimeStamp of the last past notification
received by the client.
|
Modifier and Type | Method and Description |
---|---|
TimeStamp |
TransactionEvent.getTimeStamp()
Returns the result timestamp.
|
TimeStamp |
SubscriptionNotifyEvent.getTimeStamp()
Returns the timestamp associated with the entity available on this event.
|
TimeStamp |
QueryNotifyEvent.getTimeStamp()
Returns the entity timestamp.
|
TimeStamp |
MulticastConnectionEvent.getTimeStamp() |
Submit a bug or feature to FT\API Programming Support