Package com.sdm.quasar.client.core.server.impl.plugins

Interface Summary
ComponentDefinition  
ComponentDefinitionReader A reader for component and service definitions, that should be added to a ComponentServerProxyPlugin.
 

Class Summary
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!
ComponentServerProxyPlugin A ServerProxyPlugin, that controls the lifecycle of components on access to services, that are provided by these components.
ImplementationServerProxyPlugin A simple ServerProxyPlugin implementation that allows to register service implementations at this plugin.
LogTimingServerProxyPlugin A ServerProxyPlugin logging configurable messages at start and finish of a server service call.