public class JobCCSID
extends java.lang.Object
Constructor and Description |
---|
JobCCSID()
Constructs a JobCCSID object.
|
JobCCSID(AS400 system)
Constructs a JobCCSID object.
|
Modifier and Type | Method and 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, java.io.IOException
AS400SecurityException
- If a security or authority error occurs.ErrorCompletingRequestException
- If an error occurs before the request is completed.java.io.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.