Class UserApp


  • public class UserApp
    extends java.lang.Object
    This class contains methods for user application deployment in the reader
    • Constructor Summary

      Constructors 
      Constructor Description
      UserApp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void autoStart​(java.lang.String appName, boolean enable)
      Enables Auto Start mode of a specified user application
      boolean getRunStatus​(java.lang.String appName)
      Gets the current run status of user application
      void install​(java.lang.String localPath)
      Installs the user application in the reader
      UserAppInfo[] list()
      Gets a list of all installed user application
      void start​(java.lang.String appName)
      Starts a specified User Application
      void stop​(java.lang.String appName)
      Stops the desired application
      void uninstall​(java.lang.String appName)
      Uninstalls a specified User application from the reader
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait