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 | Interface and Description |
---|---|
interface |
EntityFilter
Usually, fasttrack serverices implements a default filter to
restrict the set of values notified by a Subscription, based
on full or partial key values.
|
Modifier and Type | Method and Description |
---|---|
Filter |
SubscriptionParam.getFilter()
Returns the optional filter for the new subscription.
|
Filter |
Context.makeFilter(Connection connection,
FilterParam param,
FilterListener listener)
Create and returns a new filter.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionParam.setFilter(Filter filter)
Set/replace the optional filter for the new subscription.
|
Modifier and Type | Method and Description |
---|---|
Filter |
FilterEvent.getFilter()
Returns the filter associated to this event.
|
Submit a bug or feature to FT\API Programming Support