Packages that use TimeStamp | |
---|---|
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. |
Uses of TimeStamp in it.list.jft |
---|
Methods in it.list.jft that return TimeStamp | |
---|---|
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. |
Methods in it.list.jft with parameters of type TimeStamp | |
---|---|
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. |
Uses of TimeStamp in it.list.jft.event |
---|
Methods in it.list.jft.event that return TimeStamp | |
---|---|
TimeStamp |
TransactionEvent.getTimeStamp()
Returns the result timestamp. |
TimeStamp |
MulticastConnectionEvent.getTimeStamp()
|
TimeStamp |
SubscriptionNotifyEvent.getTimeStamp()
Returns the timestamp associated with the entity available on this event. |
TimeStamp |
QueryNotifyEvent.getTimeStamp()
Returns the entity timestamp. |