Sun Microsystems 3 Tablet Accessory User Manual


 
Conductor Script Commands
294 iPlanet Integration Server Process System Guide August 2001
RegisterAlias
The RegisterAlias command registers the specified subprocess alias in the
current engines registration database. For more information on aliases, see About
Aliases on page 143.
RegisterAlias alias_name process_name engine_name environment
The RegisterAlias command is available only when an engine is current, so you
must first use the
FindEngine Script command to set the current engine.
The
RegisterAlias command registers an alias only if an alias of the same name is
not already registered.
RegisterAssignmentRules
The RegisterAssignmentRules command registers the specified assignment rule
dictionary (or all available assignment rule dictionaries) in the current engines
registration database.
RegisterAssignmentRules [dictionary_name]
The RegisterAssignmentRules command is available only when an engine is
current, so you must first use the
FindEngine Script command to set the current
engine.
Argument Description
alias_name The name of the alias (same as the process name).
process_name The name of the process referenced by the specified alias.
engine_name The name of the engine on which the specified process is executed.
environment The name of the environment in which the specified engine is located.
Argument Description
dictionary_name The name of the assignment rule dictionary to be registered. If not
specified, then all available assignment rule dictionaries are
registered.