Class PlatformThread


  • public final class PlatformThread
    extends java.lang.Object
    Class wrapping OS/390 Unix thread level functions.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlatformThread()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getUserName()
      Extract userName associated with the current platform-thread.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlatformThread

        public PlatformThread()
    • Method Detail

      • getUserName

        public static java.lang.String getUserName()
        Extract userName associated with the current platform-thread. This method wraps Asm/390 BPX1ENV Unix callable service.
        Parameters:
        None -
        Returns:
        A String containing the OS/390 user name.