Uses of Class
com.sas.net.connect.ConnectException

Packages that use ConnectException
com.sas.net.connect SAS/CONNECT driver for Java 
 

Uses of ConnectException in com.sas.net.connect
 

Methods in com.sas.net.connect that throw ConnectException
 void ConnectClient.addExtension(java.lang.String name)
          Adds an extension to the Connect protocol; for future extensions only.
 void ConnectClient.addExtension(java.lang.String name, java.lang.ClassLoader cl)
          Adds an extension to the Connect protocol; for future extensions only.
protected  void ConnectClient.addRecords(com.sas.net.connect.ConnectRecord record, boolean must)
          This method adds a record to the buffer and sends the buffer if necessary.
protected  void ConnectClient.checkDownloadRecno(int recno)
          Check final number of records.
protected  void ConnectClient.connect(java.net.Socket socket, com.sas.net.crypto.CipherInterface cipher)
          Connects to the remote SAS session.
 void TunneledConnectClient.connect(java.lang.String host)
          Connects to the server using a default port of 23.
 void TelnetConnectClient.connect(java.lang.String host)
          Connects to the server using the default Telnet port of 23.
 void TunneledConnectClient.connect(java.lang.String host, int port)
          Connects to the server.
 void TelnetConnectClient.connect(java.lang.String host, int telnetPort)
          Connects to the server.
 void ConnectClient.connect(java.lang.String host, int port)
          Connects to the remote SAS session.
protected  void ConnectClient.createDownload(java.lang.String name, int lrecl, boolean text)
          Create download file object.
 void TelnetConnectClient.disconnect()
          Disconnects from the server.
 void ConnectClient.disconnect()
          Disconnects and shuts down the remote SAS session.
protected  boolean ConnectClient.drain()
          Drain all messages from the the server.
protected  boolean ConnectClient.flush()
          Transmit the current buffer.
 byte[] ConnectClient.getDownloadData(java.lang.String name)
          Gets the contents of a downloaded file.
 java.lang.Object ConnectClient.getExtension(java.lang.String name)
          Gets an extension object; for future extensions only.
 int ConnectClient.getMajorSasVersion()
          Gets the major release number of the remote SAS server.
 int ConnectClient.getMinorSasVersion()
          Gets the minor release number of the remote SAS server.
protected  boolean ConnectClient.getRecords()
          Receive a message from the server.
 java.sql.Connection ConnectClient.getSharenet()
          Starts the Single User Server.
 void ConnectClient.rsubmit(java.lang.String lines)
          Submits SAS statements to the remote SAS session.
protected  void ConnectClient.send(com.sas.net.sharenet.Wqefcb fcb)
          Send a message to the server.
 

Constructors in com.sas.net.connect that throw ConnectException
TelnetConnectClient(java.util.Properties info)
          Constructs a TelnetConnectClient object using a Properties object.
TunneledConnectClient(java.util.Properties info)
          Construct a TunneledConnectClient object.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.