Skip navigation links
org.safs.tools.input

Class SAFSMAPS

AUTOLAUNCH

TRUE--Enable this class to launch the STAF service if it is not already running.
FALSE--Do not try to launch the service if it is not running.

The Driver's 'safs.driver.autolaunch' command-line option is also queried for this setting and overrides any other configuration source setting.

The default AUTOLAUNCH setting is TRUE.

ITEM

The full class name for an alternate MapsInterface class for SAFSMAPS. This parameter is only needed if an alternate/custom MapsInterface is used. The class must be findable by the JVM and Class.forName functions.

The default ITEM value is org.safs.tools.input.SAFSMAPS

SERVICECLASS

The full class name for an alternate service class for SAFSMAPS. This parameter is only needed if an alternate/custom service is used. This class must be findable by the JVM. This setting, if provided, will cause any SERVICEJAR setting to be ignored.

The default SERVICECLASS value is org.safs.staf.service.SAFSAppMapService

SERVICEJAR

The full path and name for an alternate service JAR for SAFSMAPS. This parameter is only needed if an alternate/custom service is used. This class must be findable by the JVM. If a value is specified for SERVICECLASS, then this setting is ignored.

The default SERVICEJAR value is [safsroot]/lib/safsmaps.jar

SERVICE

The service name for an alternate service instead of "SAFSMAPS". This parameter is only needed if an alternate/custom service is used. Note: All of the standard SAFS Framework tools currently expect the default "SAFSMAPS" service name.

OPTIONS

Any additional PARMS to be sent to the service upon initialization. We already handle sending the DIR parameter with the path obtained from the Driver. Any other options needed for service initialization should be specified here. There typically will be none.
Author:
Carl Nagle DEC 14, 2005 Refactored with DriverConfiguredSTAFInterface superclass, JunwuMa MAY 15, 2009 Added support for SAFSVARS, make it work with STAF2 or STAF3, loading different version of SAFSAppMapService according to STAF's version., Carl Nagle JUL 16, 2014 Added NOSTAF support for the Embedded Service.
Skip navigation links

Copyright © SAS Institute. All Rights Reserved.