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 |
---|---|
Connection |
ActivityLifeCycle.getConnection()
Returns the associated Connection.
|
Connection |
Context.makeConnection(ConnectionParam param,
ConnectionListener listener)
Create and returns a new connection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransactionID.belongsTo(Connection connection)
Returns the compatibility of this TransactionID with a given Connection.
|
EntityClassQuery |
Context.makeEntityClassQuery(Connection connection,
EntityClassQueryParam param,
EntityClassQueryListener listener) |
Filter |
Context.makeFilter(Connection connection,
FilterParam param,
FilterListener listener)
Create and returns a new filter.
|
Query |
Context.makeQuery(Connection connection,
QueryParam param,
QueryListener listener)
Create and returns a new query.
|
Subscription |
Context.makeSubscription(Connection connection,
SubscriptionParam param,
SubscriptionListener listener)
Create and returns a new subscription.
|
Transaction |
Context.makeTransaction(Connection connection,
TransactionParam param,
TransactionListener listener)
Create and returns a new transaction.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionEvent.getConnection()
Returns the connection associated to this event.
|
Submit a bug or feature to FT\API Programming Support