Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
Modifier and Type | Class and Description |
---|---|
static class |
LiveViewServerCapability.AggregateMarkGeneration |
static class |
LiveViewServerCapability.AlertRules |
static class |
LiveViewServerCapability.AlertWithQueryString |
static class |
LiveViewServerCapability.AlertWithQuiescence |
static class |
LiveViewServerCapability.BlockingDeleteQuery |
static class |
LiveViewServerCapability.ClientVersionAware |
static class |
LiveViewServerCapability.DataOnRemoveMessage |
static class |
LiveViewServerCapability.ExternalLiveViewHosting |
static class |
LiveViewServerCapability.FullSchemas |
static class |
LiveViewServerCapability.PluggableTableProviders |
static class |
LiveViewServerCapability.PublishSupportsByteOrder |
static class |
LiveViewServerCapability.PublishV2 |
static class |
LiveViewServerCapability.ReferenceTablesDirectly |
static class |
LiveViewServerCapability.SavedWorkspaces |
static class |
LiveViewServerCapability.SeparatelyTransmittedExtendedKeys |
Modifier and Type | Method and Description |
---|---|
<T extends LiveViewServerCapability> |
LiveViewConnection.getCapability(java.lang.Class<T> typeOfCapability)
Returns the object that represents a capability of the connected server,
or throws NoSuchCapabilityException if the type of capability is not
supported by the server.
|
<T extends LiveViewServerCapability> |
LiveViewConnection.hasCapability(java.lang.Class<T> typeOfCapability)
Returns true if the connected server supports the given type of capability.
|