Servertec System
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Config
Context
Cookie
Date
Enumeration
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
RequestDispatcher
Response
Session
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
args( )
arrayCopy( )
call( )
cgi( )
currentTimeMillis( )
cwd( )
destroy( )
env( )
err( )
exec( )
exit( )
exitValue( )
freeMemory( )
gc( )
getErrorStream( )
getInputStream( )
getOutputStream( )
getProperties( )
getProperty( )
getRuntime( )
getSecurity
Manager( )

in( )
inputFile( )
load( )
loadLibrary( )
make
out( )
outputFile( )
runFinalization( )
setErr( )
setIn( )
setOut( )
setProperties( )
setSecurity
Manager( )

stderr( )
stdin( )
stdout( )
totalMemory( )
waitFor( )

Vector

Wrappers
Servlet
Server Pages
Preprocessor
Executable
Samples
Legal
Contact Us

 

Performs system operations.

Method Description
args( ) Returns an array object containing any command line arguments.
arrayCopy( ) Copies the specified number of array elements from the specified source array at the given starting position to the named destination array starting at the specified position.
call( ) Loads and executes the specified iScript executable.
cgi( ) Returns whether cgi or preprocessor script.
currentTimeMillis( ) Returns the current time in milliseconds.
cwd( ) Returns the current working directory.
destroy( ) Kills the specified process.
env( ) Returns a hash table containing the current environment variables or returns the value associated with the specified environment variable.
err( ) Returns the print stream object for standard error.
exec( ) Executes the specified command passing the given optional arguments in a separate process space.
exit( ) Ends the program and returns control to the system.
exitValue( ) Returns the exit value for the specified subprocess.
freeMemory( ) Returns the amount of free memory in the system.
gc( ) Runs the garbage collector.
getErrorStream( ) Returns the error stream object of the specified sub process object.
getInputStream( ) Returns the input stream object of the specified sub process object.
getOutputStream( ) Returns the output stream object of the specified sub process object.
getProperties( ) Returns a properties objects containing the current system properties.
getProperty( ) Returns the system property with the specified key.
getRuntime( ) Returns the runtime object of the current Java application.
getSecurityManager( ) Returns the current security manager object.
in( ) Returns the input stream object for standard input.
inputFile( ) Returns the name of the input file.
load( ) Loads the specified file as a dynamic library.
loadLibrary( ) Loads the system library using the specified library name.
make Generate the specified output file using the given input file.
out( ) Returns the print stream object for standard output.
outputFile( ) Returns the name of the output file.
runFinalization( ) Runs the finalization method of objects pending finalization.
setErr( ) Sets the stderr error output stream to the specified print stream object.
setIn( ) Sets the stdin input stream to the specified input stream object.
setOut( ) Sets the stdout output stream to the to the specified print stream object.
setProperties( ) Sets the system properties using the specified properties object.
setSecurityManager( ) Sets the system security manager to the specified security manager object.
stderr( ) Returns the print stream object for standard error.
stdin( ) Returns the input stream object for standard input.
stdout( ) Returns the print stream object for standard output.
totalMemory( ) Returns the total amount of memory.
waitFor( ) Waits for the specified subprocess object to complete and returns its exit value.

 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:08 EDT 2005