|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.access.JobCCSID
public class JobCCSID extends Object
The JobCCSID class represents an IBM i Job CCSID.
| 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. |
| 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
AS400SecurityExceptionErrorCompletingRequestExceptionIOExceptionpublic 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 | ||||||||