Uses of Class
com.swiftmq.impl.streams.Stream
-
Uses of Stream in com.swiftmq.impl.streams
Modifier and TypeMethodDescriptionSets/overwrites the currently processed Message.Stream.executeCallback
(FunctionCallback functionCallback, Object context) Executes a function callback in the Stream's event queue.Stream.onException
(ExceptionCallback runnable) Sets the onException callback.Sets the onMessage callback.Sets the onStart callback.Sets the onStop callback.Stream.purgeOutputs()
Closes all Outputs that were not used between the last and this call to this method.Stream.removeInput
(Input input) Internal use onlyStream.removeJDBCLookup
(String name) Internal use onlyStream.removeMailServer
(String name) Internal use onlyStream.removeOutput
(String name) Internal use onlyStream.removeTempQueue
(TempQueue tempQueue) Internal use onlyStream.removeTimer
(Timer timer) Internal use onlyModifier and TypeMethodDescriptionstatic Object
AsyncProxy.newInstance
(Stream stream, String interfaceClassName, Object obj) -
Uses of Stream in com.swiftmq.impl.streams.comp.jdbc
Modifier and TypeMethodDescriptionstatic Memory
Util.query
(Stream stream, Connection connection, String sql)