Uses of Class
com.lightstreamer.adapters.remote.RemotingException
-
Packages that use RemotingException Package Description com.lightstreamer.adapters.remote -
-
Uses of RemotingException in com.lightstreamer.adapters.remote
Methods in com.lightstreamer.adapters.remote with parameters of type RemotingException Modifier and Type Method Description boolean
ExceptionHandler. handleException(RemotingException exception)
Called by the Remote Server upon an unexpected error.Methods in com.lightstreamer.adapters.remote that throw RemotingException Modifier and Type Method Description void
Server. start()
Starts the communication between the Remote Adapter and the Proxy Adapter through the supplied streams.
-