Uses of Class
com.streambase.sb.client.TupleConnections.StreamTupleConnection
Packages that use TupleConnections.StreamTupleConnection
Package
Description
Provides classes and interfaces used to communicate with a Streaming server.
-
Uses of TupleConnections.StreamTupleConnection in com.streambase.sb.client
Methods in com.streambase.sb.client that return types with arguments of type TupleConnections.StreamTupleConnectionModifier and TypeMethodDescription(package private) List<TupleConnections.StreamTupleConnection>TupleConnections.getConnections(StreamProperties props) Return an unmodifiable list of List<StreamConnection>Method parameters in com.streambase.sb.client with type arguments of type TupleConnections.StreamTupleConnectionModifier and TypeMethodDescriptionAdmin.subscribe(long timeoutMS, SubscriptionEntry subscription, List<TupleConnections.StreamTupleConnection> connections) Subscribe to an output stream.HAAdmin.subscribe(long timeoutMS, SubscriptionEntry subscription, List<TupleConnections.StreamTupleConnection> connections) XmlRpcAdmin.subscribe(long timeoutMS, SubscriptionEntry subscription, List<TupleConnections.StreamTupleConnection> connections) voidAdmin.unsubscribe(long timeoutMS, StreamProperties props, String logicalstream, List<TupleConnections.StreamTupleConnection> connections) UnSubscribe to an output stream.voidHAAdmin.unsubscribe(long timeoutMS, StreamProperties props, String logicalstream, List<TupleConnections.StreamTupleConnection> connections) voidXmlRpcAdmin.unsubscribe(long timeoutMS, StreamProperties props, String logicalstream, List<TupleConnections.StreamTupleConnection> connections)