3-9
DSOM Framework Quick Reference
ObjectMgr class
(see om.idl)
void somdDestroyObject (
in SOMObject obj );
Requests destruction of the target object.
string somdGetIdFromObject (
in SOMObject obj );
Returns the persistent ID for an object managed by a specified Object Manager.
SOMObject somdGetObjectFromId (
in string id );
Finds and activates an object implemented by a specified object manager, given its ID.
SOMObject somdNewObject (
in Identifier objclass,
in string hints );
Returns a new object of the named type and implementation.
void somdReleaseObject (
in SOMObject obj );
Indicates that the client has finished using the object.
Komentarze do niniejszej Instrukcji