Uses of Interface
edu.uiuc.ncsa.sas.Executable
-
Packages that use Executable Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.cli A basic implementation of theCLIDriverso that it can be run as an SAS serveredu.uiuc.ncsa.sas.example This has an example of how to extend SAS to create an executable program. -
-
Uses of Executable in edu.uiuc.ncsa.sas
Fields in edu.uiuc.ncsa.sas declared as Executable Modifier and Type Field Description ExecutableSessionRecord. executableMethods in edu.uiuc.ncsa.sas that return Executable Modifier and Type Method Description ExecutableSASServlet. createExecutable(String executableName)Create the appropriate executable.Constructors in edu.uiuc.ncsa.sas with parameters of type Executable Constructor Description SessionRecord(SASClient client, Executable executable) -
Uses of Executable in edu.uiuc.ncsa.sas.cli
Classes in edu.uiuc.ncsa.sas.cli that implement Executable Modifier and Type Class Description classSASCLIDriverExtendsCLIDrivertp run as a SAS executable on the server.classSASServerSideCLiDriverCreated by Jeff Gaynor
on 3/6/24 at 3:02 PM -
Uses of Executable in edu.uiuc.ncsa.sas.example
Classes in edu.uiuc.ncsa.sas.example that implement Executable Modifier and Type Class Description classEchoExecutableReally simple implementation of anExecutable.
-