Uses of Interface
com.sdm.quasar.client.core.server.impl.ServerProxyPlugin

Packages that use ServerProxyPlugin
com.sdm.quasar.client.core.server.impl   
com.sdm.quasar.client.core.server.impl.plugins   
 

Uses of ServerProxyPlugin in com.sdm.quasar.client.core.server.impl
 

Constructors in com.sdm.quasar.client.core.server.impl with parameters of type ServerProxyPlugin
ServerProxy(ServerProxyPlugin[] serverProxyPlugins)
          Creates a new ServerProxy.
 

Uses of ServerProxyPlugin in com.sdm.quasar.client.core.server.impl.plugins
 

Classes in com.sdm.quasar.client.core.server.impl.plugins that implement ServerProxyPlugin
 class AsynchronousCallServerProxyPlugin
          A ServerProxyPlugin, that ensures, that all subsequent ServerProxyPlugins are called outside the event dispatch thread (if there is any) and the UI interface is not blocked while executing the server called and so UI still is responsive to the user (and can handle input!
 class ComponentServerProxyPlugin
          A ServerProxyPlugin, that controls the lifecycle of components on access to services, that are provided by these components.
 class ImplementationServerProxyPlugin
          A simple ServerProxyPlugin implementation that allows to register service implementations at this plugin.
 class LogTimingServerProxyPlugin
          A ServerProxyPlugin logging configurable messages at start and finish of a server service call.