|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Classes | |
| com.ibm.as400.access.AS400DateTimeConverter
This class has been replaced by the DateTimeConverter class. |
|
| com.ibm.as400.access.NetServerBeanInfo
This class may be removed in a future release. |
|
| com.ibm.as400.access.NetServerConnection
This class has been replaced by the ISeriesNetServerConnection
class and may be removed in a future release. |
|
| com.ibm.as400.access.NetServerFileShare
This class has been replaced by the ISeriesNetServerFileShare
class and may be removed in a future release. |
|
| com.ibm.as400.access.NetServerFileShareBeanInfo
This class may be removed in a future release. |
|
| com.ibm.as400.access.NetServerPrintShare
This class has been replaced by the ISeriesNetServerPrintShare
class and may be removed in a future release. |
|
| com.ibm.as400.access.NetServerPrintShareBeanInfo
This class may be removed in a future release. |
|
| com.ibm.as400.access.NetServerSession
This class has been replaced by the ISeriesNetServerSession
class and may be removed in a future release. |
|
| com.ibm.as400.access.NetServerShare
This class has been replaced by the ISeriesNetServerShare
class and may be removed in a future release. |
|
| com.ibm.as400.resource.RIFSFile
Use IFSFile instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RIFSFileList
Use IFSFile instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RJavaProgram
Use JavaProgram instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RJob
Use Job instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RJobList
Use JobList instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RJobLog
Use JobLog instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RMessageQueue
Use MessageQueue instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RPrinter
Use Printer instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RPrinterList
Use PrinterList instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RQueuedMessage
Use QueuedMessage instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RSoftwareResource
Use Product instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RUser
Use User instead, as this package may be removed in the future. |
|
| com.ibm.as400.resource.RUserList
Use UserList instead, as this package may be removed in the future. |
|
| Deprecated Fields | |
| com.ibm.as400.access.JobList.ALL
Use the selection constant that corresponds to the particular job selection criteria you are filtering. For example, to select jobs for all job names, do:
JobList list = new JobList(system);
list.addJobSelectionCriteria(JobList.SELECTION_JOB_NAME, JobList.SELECTION_JOB_NAME_ALL);
For backwards compatibility, this has the same effect:
JobList list = new JobList(system);
list.setName(JobList.SELECTION_JOB_NAME_ALL);
|
|
| com.ibm.as400.access.Job.INTERNAL_JOB_ID
The internal job identifier should be treated as a byte array of 16 bytes. |
|
| Deprecated Constructors | |
| com.ibm.as400.access.Job(AS400, String)
The internal job ID should be treated as a byte array of 16 bytes. |
|
| com.ibm.as400.access.SCS3812Writer(OutputStream)
Replaced by SCS3812Writer(OutputStream, int, AS400). Any SCS3812Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS3812Writer(OutputStream, int)
Replaced by SCS3812Writer(OutputStream, int, AS400). Any SCS3812Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS3812Writer(OutputStream, String)
Replaced by SCS3812Writer(OutputStream, int, AS400). Any SCS3812Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5219Writer(OutputStream)
Replaced by SCS5219Writer(OutputStream, int, AS400). Any SCS5219Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5219Writer(OutputStream, int)
Replaced by SCS5219Writer(OutputStream, int, AS400). Any SCS5219Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5219Writer(OutputStream, String)
Replaced by SCS5219Writer(OutputStream, int, AS400). Any SCS5219Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5224Writer(OutputStream)
Replaced by SCS5224Writer(OutputStream, int, AS400). Any SCS5224Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5224Writer(OutputStream, int)
Replaced by SCS5224Writer(OutputStream, int, AS400). Any SCS5224Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5224Writer(OutputStream, String)
Replaced by SCS5224Writer(OutputStream, int, AS400). Any SCS5224Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5256Writer(OutputStream)
Replaced by SCS5256Writer(OutputStream, int, AS400). Any SCS5256Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5256Writer(OutputStream, int)
Replaced by SCS5256Writer(OutputStream, int, AS400). Any SCS5256Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5256Writer(OutputStream, String)
Replaced by SCS5256Writer(OutputStream, int, AS400). Any SCS5256Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5553Writer(OutputStream)
Replaced by SCS5553Writer(OutputStream, int, AS400). Any SCS5553Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5553Writer(OutputStream, int)
Replaced by SCS5553Writer(OutputStream, int, AS400). Any SCS5553Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
| com.ibm.as400.access.SCS5553Writer(OutputStream, String)
Replaced by SCS5553Writer(OutputStream, int, AS400). Any SCS5553Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||