CICS® Transaction Gateway Programming Reference V3.1

Uses of Class
com.ibm.ctg.epi.EPIException

Uses of EPIException in com.ibm.ctg.epi
 

Methods in com.ibm.ctg.epi that throw EPIException
 int EPIGateway.serverCount()
          Returns the number of servers available for use.
 java.lang.String EPIGateway.serverName(int i)
          Returns the name of the server at the specified index in the list of available servers.
 java.lang.String EPIGateway.serverDesc(int i)
          Returns the description of the server at the specified index in the list of available servers.
 void Field.setExtAttribute(char type, char value)
          Sets an extended 3270 attribute.
 void Screen.analyse(byte[] buffer, int length)
          Converts from 3270 data stream to set of fields
 int Screen.format(byte[] buffer)
          Convert from set of fields into 3270 data stream
 int Screen.formatRB(byte[] buffer)
          Convert from set of fields into 3270 data stream for read buffer command
 void Screen.setCursor(int row, int column)
          Set the cursor getPosition
 void Terminal.setGateway(JavaGateway jgate)
          Sets the Java Gateway that this terminal should use to connect to the server.
 void Terminal.connect()
          Connects the terminal to the server.
 void Terminal.send(Session session, java.lang.String transid, java.lang.String data)
          Starts a transaction on the server.
 void Terminal.send(java.lang.String transid, java.lang.String data)
          Starts a transaction on the server using the current session.
 void Terminal.send(Session session)
          Sends the current screen to the server.
 void Terminal.send()
          Sends the current screen to the server using the current Session.
 void Terminal.disconnect()
          Disconnects the terminal from the server.
 boolean Terminal.queryATI()
          Returns a boolean indicating whether the terminal ATI state is enabled or disabled.
 void Terminal.setATI(boolean on)
          Sets the terminal ATI state to be enabled or disabled.
(package private)  void Terminal.getEncodingFromCics()
           
(package private)  void Terminal.handleEvent(EPIRequest req)
           
(package private)  void Terminal.getEvents()
           
(package private)  void Terminal.keepWaitingATI()
           
 void TerminalInterface.setGateway(JavaGateway jgate)
          Sets the JavaGateway that this terminal should use to connect to the server.
 void TerminalInterface.send(Session session, java.lang.String transid, java.lang.String data)
          Sends the current screen to the server.
 void TerminalInterface.send(Session session)
          Sends the current screen to the server.
 void TerminalSession.connect()
          Connects the terminal to the server.
 void TerminalSession.send(java.lang.String transid, java.lang.String data)
          Starts a transaction on the server using the current Session.
 void TerminalSession.send()
          Sends the current screen to the server using the current Session.
 void TerminalSession.disconnect()
          Disconnects the terminal from the server.
 boolean TerminalSession.queryATI()
          Returns a boolean indicating whether the terminal ATI state is enabled or disabled.
 void TerminalSession.setATI(boolean on)
          Sets the terminal ATI state to be enabled or disabled.
 

Constructors in com.ibm.ctg.epi that throw EPIException
Terminal.Terminal(JavaGateway jgate, java.lang.String server, java.lang.String devtype, java.lang.String netname)
          Constructs a terminal to the given server using the given gateway
 


© Copyright IBM Corp. 1994, 1999