public class JobCCSID extends Object
| Constructor | Description |
|---|---|
JobCCSID() |
Constructs a JobCCSID object.
|
JobCCSID(AS400 system) |
Constructs a JobCCSID object.
|
| Modifier and Type | Method | Description |
|---|---|---|
AS400 |
getSystem() |
Returns the system on which the Job CCSID is to be retrieved.
|
int |
retrieveCcsid() |
Retrieves the CCSID for this object.
|
void |
setSystem(AS400 system) |
Sets the system on which to retrieve the Job CCSID.
|
public JobCCSID()
public JobCCSID(AS400 system)
system - The system on which to retrieve the CCSID.public AS400 getSystem()
public int retrieveCcsid()
throws AS400SecurityException,
ErrorCompletingRequestException,
IOException
AS400SecurityException - If a security or authority error occurs.ErrorCompletingRequestException - If an error occurs before the request is completed.IOException - If an error occurs while communicating with the system.public void setSystem(AS400 system)
system - The system on which to retrieve the Job CCSID.Copyright © 2024. All rights reserved.