|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.RauditxParameters
public class RauditxParameters
Field Summary | |
---|---|
protected byte[] |
_byteBuffer
|
static int |
_DEFAULT_LEN
|
static BinaryAsLongField |
ATTR
ATTR DS XL4 |
static StringField |
COMP
COMP DS CL255 |
static BinaryAsLongField |
COMP_LEN
COMP_LEN DS XL4 |
static BinaryAsIntField |
EVENT
EVENT DS F |
protected static AssemblerDatatypeFactory |
factory
|
static StringField |
FMID
FMID DS CL7 |
static ByteArrayField |
LINKVAL
LINKVAL DS XL8 |
static StringField |
LOG
LOG DS CL255 END |
static BinaryAsLongField |
LOG_LEN
LOG_LEN DS XL4 |
static BinaryAsIntField |
MSG_CNT
MSG_CNT DS F |
static BinaryAsIntField |
QUALIFIER
QUALIFIER DS F |
static StringField |
RACF_CLS
RACF_CLS DS CL8 |
static int |
RAUDITX_PARMS
RAUDITX_PARMS DSECT |
static BinaryAsIntField |
REL_CNT
REL_CNT DS F |
static StringField |
RES
RES DS CL246 |
static BinaryAsLongField |
RES_LEN
RES_LEN DS XL4 |
static BinaryAsIntField |
SUBTYPE
SUBTYPE DS F |
Constructor Summary | |
---|---|
RauditxParameters()
|
|
RauditxParameters(byte[] buffer)
|
Method Summary | |
---|---|
long |
getAttr()
|
byte[] |
getByteBuffer()
|
java.lang.String |
getComp()
|
long |
getCompLen()
|
int |
getEvent()
|
java.lang.String |
getFmid()
|
byte[] |
getLinkval()
|
java.lang.String |
getLog()
|
long |
getLogLen()
|
int |
getMsgCnt()
|
int |
getQualifier()
|
java.lang.String |
getRacfCls()
|
int |
getRelCnt()
|
java.lang.String |
getRes()
|
long |
getResLen()
|
int |
getSubtype()
|
void |
setAttr(long attr)
|
void |
setComp(java.lang.String comp)
|
void |
setCompLen(long compLen)
|
void |
setEvent(int event)
|
void |
setFmid(java.lang.String fmid)
|
void |
setLinkval(byte[] linkval)
|
void |
setLog(java.lang.String log)
|
void |
setLogLen(long logLen)
|
void |
setMsgCnt(int msgCnt)
|
void |
setQualifier(int qualifier)
|
void |
setRacfCls(java.lang.String racfCls)
|
void |
setRelCnt(int relCnt)
|
void |
setRes(java.lang.String res)
|
void |
setResLen(long resLen)
|
void |
setSubtype(int subtype)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static AssemblerDatatypeFactory factory
public static final int RAUDITX_PARMS
RAUDITX_PARMS DSECT
public static BinaryAsIntField SUBTYPE
SUBTYPE DS F
public static BinaryAsIntField EVENT
EVENT DS F
public static BinaryAsIntField QUALIFIER
QUALIFIER DS F
public static BinaryAsIntField REL_CNT
REL_CNT DS F
public static BinaryAsIntField MSG_CNT
MSG_CNT DS F
public static StringField FMID
FMID DS CL7
public static StringField RACF_CLS
RACF_CLS DS CL8
public static BinaryAsLongField ATTR
ATTR DS XL4
public static ByteArrayField LINKVAL
LINKVAL DS XL8
public static BinaryAsLongField COMP_LEN
COMP_LEN DS XL4
public static StringField COMP
COMP DS CL255
public static BinaryAsLongField RES_LEN
RES_LEN DS XL4
public static StringField RES
RES DS CL246
public static BinaryAsLongField LOG_LEN
LOG_LEN DS XL4
public static StringField LOG
LOG DS CL255 END
public static final int _DEFAULT_LEN
protected byte[] _byteBuffer
Constructor Detail |
---|
public RauditxParameters()
public RauditxParameters(byte[] buffer)
Method Detail |
---|
public byte[] getByteBuffer()
public int getSubtype()
public void setSubtype(int subtype)
public int getEvent()
public void setEvent(int event)
public int getQualifier()
public void setQualifier(int qualifier)
public int getRelCnt()
public void setRelCnt(int relCnt)
public int getMsgCnt()
public void setMsgCnt(int msgCnt)
public java.lang.String getFmid()
public void setFmid(java.lang.String fmid)
public java.lang.String getRacfCls()
public void setRacfCls(java.lang.String racfCls)
public long getAttr()
public void setAttr(long attr)
public byte[] getLinkval()
public void setLinkval(byte[] linkval)
public long getCompLen()
public void setCompLen(long compLen)
public java.lang.String getComp()
public void setComp(java.lang.String comp)
public long getResLen()
public void setResLen(long resLen)
public java.lang.String getRes()
public void setRes(java.lang.String res)
public long getLogLen()
public void setLogLen(long logLen)
public java.lang.String getLog()
public void setLog(java.lang.String log)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |