|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.as400.access.JobCCSID
The JobCCSID class represents an i5/OS Job CCSID.
Constructor Summary | |
---|---|
JobCCSID()
Constructs a JobCCSID object. |
|
JobCCSID(AS400 system)
Constructs a JobCCSID object. |
Method Summary | |
---|---|
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. |
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 system on which to retrieve the CCSID.Method Detail |
public AS400 getSystem()
public int retrieveCcsid() throws AS400SecurityException, ErrorCompletingRequestException, IOException
AS400SecurityException
ErrorCompletingRequestException
IOException
public void setSystem(AS400 system)
system
- The system on which to retrieve the Job CCSID.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |