Class Smf83Product


  • public class Smf83Product
    extends java.lang.Object
    Maps a Product/Subsystem section of SMF record 83 (RACF Security information). This code (excluding these notes) was generated using com.ibm.jzos.recordgen.asm.RecordClassGenerator using the following JCL:
    
    //ASSEMBLE EXEC ASMAC,PARM='ADATA,LIST,NOTERM,NODECK,NOOBJECT' 
    //C.SYSIN DD * 
          IFASMFR 83 
          END 
    //C.SYSADATA DD DSN=&&ADATA,DISP=(NEW,PASS), 
    //           SPACE=(CYL,(3,1)) 
    //* 
    //JAVA EXEC PROC=EXJZOSVM,VERSION='50' 
    //MAINARGS DD * 
    com.ibm.jzos.recordgen.asm.RecordClassGenerator 
      section=SMF83PSS 
      bufoffset=true 
      package=com.ibm.jzos.sample.fields 
      class=Smf83Product
    //SYSADATA DD DSN=&&ADATA,DISP=(OLD,DELETE) 
    //STDOUT DD PATH='/home/user/Smf83Product.java', 
    //          PATHOPTS=(OWRONLY,OCREAT), 
    //          PATHMODE=SIRWXU 
    //STDENV DD * 
    ...
       
    Since:
    2.1.0
    See Also:
    Smf83Record for a class that glues together the components of a SMF 83 record
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SMF83PSS  
    • Constructor Summary

      Constructors 
      Constructor Description
      Smf83Product​(byte[] buffer, int bufOffset)  
    • Field Detail

      • SMF83PSS

        public static int SMF83PSS
    • Constructor Detail

      • Smf83Product

        public Smf83Product​(byte[] buffer,
                            int bufOffset)
    • Method Detail

      • getSmf83df2

        public java.lang.String getSmf83df2()
      • setSmf83df2

        public void setSmf83df2​(java.lang.String smf83df2)
      • getSmf83rvn

        public java.lang.String getSmf83rvn()
      • setSmf83rvn

        public void setSmf83rvn​(java.lang.String smf83rvn)
      • getSmf83pnm

        public java.lang.String getSmf83pnm()
      • setSmf83pnm

        public void setSmf83pnm​(java.lang.String smf83pnm)