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 theCLIDriver
so 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
Classes in edu.uiuc.ncsa.sas that implement Executable Modifier and Type Class Description class
SASCLIDriver
ExtendsCLIDriver
tp run as a SAS executable on the server.Fields in edu.uiuc.ncsa.sas declared as Executable Modifier and Type Field Description Executable
SessionRecord. executable
Methods in edu.uiuc.ncsa.sas that return Executable Modifier and Type Method Description Executable
SASServlet. 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 class
SASServerSideCLiDriver
Created 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 class
EchoExecutable
Really simple implementation of anExecutable
.
-