Uses of Class
com.streambase.liveview.client.LiveViewServerCapability
-
Packages that use LiveViewServerCapability Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of LiveViewServerCapability in com.streambase.liveview.client
Methods in com.streambase.liveview.client with type parameters of type LiveViewServerCapability Modifier and Type Method Description <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.
-