Class zACB
java.lang.Object
zACB
The zACB object is the Java-level representation of an ACB
The zACB class handles all ACB-based requests: Open and Close
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intPointer to next ACBprivate intSuccessful Close operationsprivate intData Set create countprivate StringDDname for ACBprivate intNr of times EOF reachedprivate intSuccessful Erase operationsprivate intNr of errors encounteredprivate intSuccessful Get operationsprivate intSuccessful Insert operationsprivate intSuccessful open operationsprivate intSuccessful Point operationsprivate intSuccessful Update operations -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
acb_pointer
private int acb_pointerPointer to next ACB -
ddname
DDname for ACB -
create_count
private int create_countData Set create count -
open_count
private int open_countSuccessful open operations -
point_count
private int point_countSuccessful Point operations -
get_count
private int get_countSuccessful Get operations -
insert_count
private int insert_countSuccessful Insert operations -
update_count
private int update_countSuccessful Update operations -
erase_count
private int erase_countSuccessful Erase operations -
close_count
private int close_countSuccessful Close operations -
eof_count
private int eof_countNr of times EOF reached -
error_count
private int error_countNr of errors encountered
-
-
Constructor Details
-
zACB
public zACB(int acb_addr) Constructor for new ACB- Parameters:
acb_addr- address of ACB in z390 storage to be opened
-
-
Method Details
-
Open
public int Open()Open new ACB- Returns:
- return code
-
Close
public int Close()Close ACB- Returns:
- return code
-