Uses of Class
com.streambase.liveview.client.NoSuchCapabilityException
-
Packages that use NoSuchCapabilityException Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of NoSuchCapabilityException in com.streambase.liveview.client
Methods in com.streambase.liveview.client that throw NoSuchCapabilityException 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.
-