Deprecated API


Contents
Deprecated Classes
com.ibm.cics.server.TerminalPrincipalFacilityExtended
          This class was provided in CICS TS 1.3 to support additional functionality for the TerminalPrincipalFacility class, when using the Enterprise Toolkit for OS/390 (Java program objects). In CICS TS 2.1 and later, for interpreted Java (JVM programs), the additional functionality is now available directly in the TerminalPrincipalFacility class. 
 

Deprecated Methods
com.ibm.cics.server.CicsSecurityManager.checkMulticast(InetAddress, byte)
          No longer supported 
com.ibm.cics.server.Task.disableTaskTrace()
          in 4.2 
com.ibm.cics.server.Task.enableTaskTrace()
          in 4.2 
com.ibm.cics.server.HttpHeader.getHeader()
          Use getName() to return HttpHeader name and getValue() to return the value of HttpHeader-value pair. 
com.ibm.cics.server.Program.link(IByteBuffer)
          This method has been retained for compatibility only; it was supplied for integration with the IBM Record Framework library, which came with VisualAge for Java, and may be removed in a future release. 
com.ibm.cics.server.Program.link(IByteBuffer, IByteBuffer)
          This method has been retained for compatibility only; it was supplied for integration with the IBM Record Framework library, which came with VisualAge for Java, and may be removed in a future release. 
com.ibm.cics.server.TerminalPrincipalFacility.waitTerminal()
          All methods operating on this class are synchronous so there is no need to wait for them to complete.