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 () ;
}