|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ibm.as400.access.JobCCSID
The JobCCSID class represents an iSeries Job CCSID.
| Constructor Summary | |
JobCCSID()
Constructs a JobCCSID object. |
|
JobCCSID(AS400 system)
Constructs a JobCCSID object. |
|
| Method Summary | |
AS400 |
getSystem()
Returns the server on which the Job CCSID is to be retrieved. |
int |
retrieveCcsid()
Retrieves the CCSID for this object. |
void |
setSystem(AS400 system)
Sets the server on which to retrieve the Job CCSID. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JobCCSID()
public JobCCSID(AS400 system)
system - The server on which to retrieve the CCSID.| Method Detail |
public AS400 getSystem()
public int retrieveCcsid()
throws AS400SecurityException,
ErrorCompletingRequestException,
java.io.IOException
AS400SecurityException
ErrorCompletingRequestException
java.io.IOExceptionpublic void setSystem(AS400 system)
system - The server on which to retrieve the Job CCSID.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||