Package com.ibm.dbb.build.smf
Class Smf122S2Record
- java.lang.Object
-
- com.ibm.dbb.build.smf.SmfRecord
-
- com.ibm.dbb.build.smf.Smf122S2Record
-
- Direct Known Subclasses:
DBBSmfRecord
public abstract class Smf122S2Record extends SmfRecord
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
void
write()
Move DBB SMF record information into buffer and write the SMF record.-
Methods inherited from class com.ibm.dbb.build.smf.SmfRecord
getDate, getFlag, getHeader, getHeaderLength, getLength, getRecord, getSegment, getSID, getSubType, getTime, getType, getWID, setWID, toString
-
-
-
-
Method Detail
-
write
public void write() throws BuildException
Move DBB SMF record information into buffer and write the SMF record. NOTE: The caller of this method must be permitted to the BPX.SMF facility class profile.- Throws:
BuildException
- an exception occurred
-
-