Uses of Class
com.streambase.liveview.client.LiveViewServerCapability
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of LiveViewServerCapability in com.streambase.liveview.client
Modifier and TypeClassDescriptionstatic class
Server supports special punctuation that allows for guaranteed synchronicity between aggregate queries.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Modifier and TypeMethodDescription<T extends LiveViewServerCapability>
TLiveViewConnection.getCapability
(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>
booleanLiveViewConnection.hasCapability
(Class<T> typeOfCapability) Returns true if the connected server supports the given type of capability.