unlockunlock
Release synchronization lock for resource
Home > Books > NetKernel API and Services Reference > Accessor Listing > Utility and System Accessors > unlock

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:ext:sys

The unlock accessor is exported by the urn:org:ten60:netkernel:ext:sys module. Import this module to gain access to the accessor.

Syntax

URI
active:unlock

ArgumentRulesDescription
operandMandatory the resource to be unlocked

Example Usage

DPML

<instr>
  <type>unlock</type>
  <operand>file:/inventory.xml</operand>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:unlock");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

The unlock accessor is used to release a lock place on a name resource with the lock accessor. When a resource is locked, the current request gains exclusive use of the resource and stops other processes from gaining access until the lock is released. A second request to lock a resource will block indefinitely until the previous lock is released with the unlock accessor.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.