Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.net.connect

SAS/CONNECT driver for Java

See:
          Description

Interface Summary
TelnetClientInterface interface that must be supported by a Telnet client if it is to be used by com.sas.net.connect.TelnetConnectClient.
 

Class Summary
ArgumentRecord A utility for com.sas.net.connect.RemoteObject
ConnectClient This is the base class for TelnetConnectClient and TunneledConnectClient.
CreateRemoteInstanceRecord  
DestroyRemoteInstanceRecord  
EnableRemoteInterface EnableRemoteInterface
InvokeRemoteMethodRecord InvokeRemoteMethodRecord is a message from the client to the server that instructs the server to invoke a method on a given RemoteObject.
RemoteInterfaceOkRecord  
RemoteObject RemoteObject This class contains tools that can be used to make method calls on remote SCL objects.
RemoteObjectExtension extends the functionality of ConnectClient to support remote SAS/AF objects
RemoteObjectRB RemoteObjectRB loads and manages the resource bundle for the com.sas.net.connect package.
RemoteObjectResponseRecord RemoteObjectResponseRecord
SASTelnetClient This class implements enough of the telnet protocol to bootstrap a Connect client.
TelnetConnectClient TelnetConnectClient extends ConnectClient.
TelnetScriptingTool A tool that telnets to host and starts a SAS/CONNECT server, but does not link a SAS/CONNECT client to it.
TunneledConnectClient This class represents a tunneled Connect client.
 

Exception Summary
ConnectException The ConnectException class provides information about a SAS/CONNECT driver for Java error.
ConnectLogException The ConnectLogException class provides information about an error returned in the SAS log.
TelnetClientException Exception thrown by a class implementing com.sas.net.connect.TelnetClientInterface.
 

Package com.sas.net.connect Description

SAS/CONNECT driver for Java


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.