contents   index   previous   next



seMustAssign

 

syntax:

   boolean

SEContext.seMustAssign(SEObject destObj,

                       SEMemberDesc destMem,

                       SEObject srcObj,

                       SEMember srcMem);

where:

destObj the desination object half of the Object,Member pair

 

destMem the desination member half of the Object,Member pair

 

srcObj the source object half of the Object,Member pair

 

srcMem the desination member half of the Object,Member pair

 

return:

A boolean, true if the destination member was created, false if it already existed.

 

description:

This function does a get on the source Object,Member followed by a put of that value to the destination Object,Member. This routine ignores the SE.READONLY flag on the destination if it has that flag.

 

see:

seAssign

 


seThrow