Documentation

Trace: Analyzer factory

(jvxmobile)

Analyzer factory

This is an old revision of the document!


The analyzer factory creates the default analyzers like:

  • StartupAnalyzer
  • LoginAnalyzer
  • MenuAnalyzer
  • WorkScreenAnalyzer
  • ErrorAnalyzer
  • DownloadUploadAnalyzer

Every analyzer handles the request from the mobile app and adds one or more responses like:

  • StartupAnalyzer adds ApplicationMetaData
  • LoginAnalyzer adds AuthenticationData (if connected) or LoginView (if not connected) and an optional InformationView (if not connected and change password was detected)

The project uses the DefaultAnalyzerFactory but it's possible to use your own factory. To change the default factory, simply set the init parameter in your deployment descriptor: analyzerfactory

Set a full qualified java class and be sure that your class extends DefaultAnalyzerFactory.

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information