Package com.tarantella.tta.webservices.client.views

The package contains classes that issue web service requests, parse responses and cache the data in readily accessible structures.

See:
          Description

Class Summary
CombinedView The class maintains a combined view of assigned applications and application sessions.
DataRequest The class manages requests for additional authentication data from the Secure Global Desktop (SGD) server.
EmulatorSessionsView The class maintains a local cache of application sessions.
EventsView The class maintains a view of registered event listeners and started client-side listeners (SGD Client Helpers).
PrintJobsView The class maintains a view of jobs in the print queue.
RFC2254Escaper Escapes strings, making them suitable for RFC2254 search specifications.
SessionBean The class caches data on a Secure Global Desktop (SGD) user session, to avoid having to make repeated requests to the SGD server.
SessionMonitor For internal use only Provides access to the server-side session cache for looking up session state.
SgdPasswd External authentication proxy encoder/decoder.
WebtopGroup The WebtopGroup class manages a group of assigned applications, typically used by user-defined preferences.
WebtopGroupContainer The WebtopGroupContainer class manages personalised grouping of assigned applications.
WebtopSessionJSP The class links the lifetime of the Secure Global Desktop (SGD) user session to that of the JSP session.
WebtopViewBean The class maintains a view of assigned applications.
 

Package com.tarantella.tta.webservices.client.views Description

The package contains classes that issue web service requests, parse responses and cache the data in readily accessible structures.

The starting point for any web application based on the classes in this package is SessionBean.

Use of the classes can improve performance by reducing the number of round trips to the Secure Global Desktop server.