3 typedef unsigned long Flags
;
5 typedef string Identifier
;
17 exception Duplicate_Key
29 readonly attribute
string name
;
32 interface Employee
: Entry
38 interface Machine : Entry
40 attribute string make;
51 typedef sequence
<NamedValue
> NVPairSequence
;
55 Entry create_entry
(in string key
,
56 in Identifier entry_type
,
57 in NVPairSequence initial_attributes
)
61 Entry find_entry
(in string key
,
62 in Identifier entry_type
)
66 void destroy_entry
(in string key
,
67 in Identifier entry_type
)
71 oneway
void shutdown
();