Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.webclient.system.runtime.AppDescriptor

  • Packages that use AppDescriptor 
    Package Description
    psdi.webclient.system.controller  
    psdi.webclient.system.runtime  
    • Uses of AppDescriptor in psdi.webclient.system.controller

      Methods in psdi.webclient.system.controller that return AppDescriptor 
      Modifier and Type Method and Description
      AppDescriptor AppInstance.getAppDescriptor() 
      Methods in psdi.webclient.system.controller with parameters of type AppDescriptor 
      Modifier and Type Method and Description
      AppInstance AppInstance.initialize(WebClientSession wcs, AppDescriptor ad) 
    • Uses of AppDescriptor in psdi.webclient.system.runtime

      Subclasses of AppDescriptor in psdi.webclient.system.runtime 
      Modifier and Type Class and Description
      class  LibraryDescriptor 
      class  ToolBoxDescriptor 
      Methods in psdi.webclient.system.runtime that return AppDescriptor 
      Modifier and Type Method and Description
      AppDescriptor WebClientRuntime.getAppDescriptor(java.lang.String appName)
      Method to get an app descriptor by app name out of the descriptor index.
      AppDescriptor WebClientRuntime.getAppDescriptor(java.lang.String appName, WebClientSession wcs)
      factory method to return an app descriptor.
      AppDescriptor WebClientRuntime.removeAppDescriptor(java.lang.String appName)
      Removes the named app from the app descriptor index
      Methods in psdi.webclient.system.runtime with parameters of type AppDescriptor 
      Modifier and Type Method and Description
      void WebClientRuntime.setRuntimeAppdescripterIndex(java.lang.String newApp, AppDescriptor runTimeAd) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes