com.ibm.cics.server
Class API

java.lang.Object
  extended by com.ibm.cics.server.API
Direct Known Subclasses:
AttachInitiator, Conversation, EnterRequest, FileBrowse, Resource, SynchronizationResource, Task, Terminal

public abstract class API
extends java.lang.Object

This abstract class provides for common initialisation for every class that corresponds to a part of the CICS API, except for ABENDs and exceptions, and it ensures sufficient initialisation of the environment to allow CICS API calls to be made.

Since CICS TS version:
1.3
Since package version:
1.0

Constructor Summary
API()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

API

public API()