Package nexj.core.runtime.InstanceRef

Examples of nexj.core.runtime.InstanceRef.Lock


      {
         InstanceRef ref = m_context.findInstanceRef(instance.getLazyMetaclass(), instance.getOID());

         if (ref != null)
         {
            Lock lock = ref.unlink(this);

            if (lock != null)
            {
               removeLock(lock);
            }
View Full Code Here

TOP

Related Classes of nexj.core.runtime.InstanceRef.Lock

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.