Deprecated API
Contents
-
Deprecated Interfaces Interface and Description com.ibm.cics.server.pipeline.ApplicationHandler You are encouraged to use the Java API for XML Web Services (JAX-WS) facilities in the Liberty JVM server.
-
Deprecated Classes Class and Description com.ibm.cics.server.CicsSecurityManager in CICS TS v6.3 (JCICS v2.200). This class will be removed in a future version of the API.com.ibm.cics.server.ContainerIterator This class is deprecated in CICS TS version 6.1, and may be removed in future versions of CICS. The functionality it provides is duplicated by using theChannel.getContainerNames()
method to get the names of containers, and then usingChannel.getContainer(java.lang.String,boolean)
(with existence checkingfalse
), to get the container object. This new mechanism performs faster than using aContainerIterator
.com.ibm.cics.server.Message class deprecated at release 6.1. Will be removed at next release
-
Deprecated Exceptions Exceptions and Description com.ibm.cics.server.TransferOfControlException Program.xctl() was removed in CICS TS v5.3.
-
Deprecated Fields Field and Description com.ibm.cics.server.Task.err in 6.1Direct access to this data member is not recommended and will be removed in future releases. Use
Task.setErr( PrintWriter )
orTask.getErr()
instead.com.ibm.cics.server.Task.fixedErrForJVMLifetime in 6.1Direct access to this data member is not recommended and will be removed in future releases. Use
Task.setFixedErrForJVMLifetime( PrintWriter )
orTask.getFixedErrForJVMLifetime()
instead.com.ibm.cics.server.Task.fixedOutForJVMLifetime in 6.1Direct access to this data member is not recommended and will be removed in future releases. Use
Task.setFixedOutForJVMLifetime( PrintWriter )
orTask.getFixedOutForJVMLifetime()
instead.com.ibm.cics.server.Task.out in 6.1Direct access to this data member is not recommended and will be removed in future releases. Use
Task.setOut( PrintWriter )
orTask.getOut()
instead.
-
Deprecated Methods Method and Description com.ibm.cics.server.Channel.containerIterator() Deprecated in CICS TS version 6.1. Use theChannel.getContainerNames()
method instead, followed byChannel.getContainer(java.lang.String,boolean)
(with the existence checking flag having a value offalse
).com.ibm.cics.server.Task.containerIterator() This call is deprecated in CICS TS v6.1 and may be removed in future releases of CICS TS. Applications should replace uses of this method withTask.getCurrentChannel()
, and if that returns a non-nullChannel
object, use theChannel.getContainerNames()
method. Use theChannel.getContainer(java.lang.String,boolean)
method with the boolean existence checking value offalse
to turn the container name into aContainer
object.com.ibm.cics.server.Region.disableTrace() since CICS 6.1. This method has been disabled in previous releases and will be removed entirely in a future release of CICS.com.ibm.cics.server.Region.disableTrace(BitSet) since CICS 6.1. This method has been disabled in previous releases and will be removed entirely in a future release of CICS.com.ibm.cics.server.Region.enableTrace() since CICS 6.1. This method has been disabled in previous releases and will be removed entirely in a future release of CICS.com.ibm.cics.server.Region.enableTrace(BitSet) since CICS 6.1. This method has been disabled in previous releases and will be removed entirely in a future release of CICS.com.ibm.cics.server.ApplicationContext.getApplication() com.ibm.cics.server.ContainerIterator.getOwner() As of release 6.1, replaced by the more strongly-typed equivalentContainerIterator.getChannel()
com.ibm.cics.server.Task.getQNAME() in 6.1 This method has never worked, always returned null. It will be removed in a future release of CICS.com.ibm.cics.server.Task.getSTARTCODE() in 6.1. UseTask.getStartCode()
instead. This method will be removed in future releases of CICS.com.ibm.cics.server.Document.retrieve(String, boolean) in 6.3 - characterSet does not apply to a DATAONLY retrievecom.ibm.cics.server.TerminalPrincipalFacility.waitTerminal() All methods operating on this class are synchronous so there is no need to wait for them to complete.com.ibm.cics.server.Message.write(int, int, String, String, String, String, String) write method deprecated at release 6.1. Will be removed at next release