DSSX_ProcessEntry

DSSX_ProcessEntry

dssx

1998 12-06


CLASS

DSSX_ProcessEntry - process control tuple for DSSX_ProcessManager


SYNOPSIS

This is a tuple specifying a process control entry in a DSSX_ProcessManager object. Each DSSX_ProcessEntry contains the following tuple (GPL_Tuple) of information:
TYPE PURPOSE
String process name
Integer quantity to be run
Integer retries before giving up
String hostname to run on
String command line to execute
Integer times an execute has been tried
Integer number alive
Integer number gracefully exited
String username to run as
String password for username


MEMBER FUNCTIONS