You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The JSMClient interface allows access to information from the client program.


public interface JSMClient
{
  public String getType () ;
  public Locale getLocale () ;
  public String getVersion () ;
  public String getAddress () ;
  public String getEncoding () ;

  public String getDataLibrary () ;
  public String getModuleLibrary () ;
  public String getProgramLibrary () ;

  public String getProcess () ;
  public String getFunction () ;
  public String getPartition () ;
  public String getLanguage () ;

  public boolean isLanguageDBCS () ;
  public boolean isLanguageLeftToRight () ;
  public boolean isLanguageRightToLeft () ;

  public String getDateFormat () ;
  public String getDateSeparator () ;
  public String getTimeSeparator () ;

  public String getJobType () ;
  public String getJobName () ;
  public String getJobUser () ;
  public String getJobNumber () ;
}



  • No labels