ASAP 3.0 Client Manual

HP NonStop ASAP Client Manual Page 161 of 161
MAP UdpClass TO TcpUdp;
MAP TelservClass TO TelservProcess;
MAP ServiceClass TO TelservService;
MAP ServicePidClass TO TelservService;
MAP WindowClass TO TelservWindow;
MAP WindowPidClass TO TelservWindow;
MAP ProcessClass TO TelservProcess;
EDL-MAP Statement
The MAP statement allows you to assign a relationship between an ObjectID and an
Entity. An abstract ObjectID is used as a "handle" to declare hierarchical relationships
using the Relation statement.
The following describes the MAP statement syntax:
MAP <ObjectID> TO <Entity-Name>
<ObjectID> is a symbolic ID used to define hierarchical relationships between entities
and containers using the RELATION statement.
TO <entity-name> indicates an ObjectID is associated with a specific entity name.
Selecting a "mapped" ObjectID in its hierarchy selects the associated entity.
Applies To: Client
ExampleSee RELATION statement