contents   index   previous   next



seLockObject

 

syntax:

   void

SEContext.seLockObject(SEObject obj);

where:

obj the object to lock

 

return:

None

 

description:

Lock an object. The object will remain locked until it is explicitly freed. seLockObject always produces normal locks.

 

see:

seFreeObject, seWeakLockObject

 


seGetType