An object create message is sent by the Domain Manager when a new object is created in the manager’s repository. Notification record - CREATE describes the format of an object create record.

Table 1. Notification record - CREATE

Event record entry

Description

$event[0]

Timestamp (INTEGER)

$event[1]

“CREATE”

$event[2]

Object class name (STRING)

$event[3]

Object instance name (STRING)

An object delete message is sent by the Domain Manager when an object is deleted from the manager’s repository. Notification record - DELETE describes the format of an object delete record.

Table 2. Notification record - DELETE

Event record entry

Description

$event[0]

Timestamp (INTEGER)

$event[1]

“DELETE”

$event[2]

Object class name (STRING)

$event[3]

Object instance name (STRING)