Synchronizer
constructor, e.g. new Packages.org.mozilla.javascript.Synchronizer(fun)
. The resulting object is a function that establishes an exclusive lock on the this
object of its invocation. The Rhino shell provides a short-cut for the creation of synchronized methods: sync(fun)
has the same effect as calling the above constructor.
@see org.mozilla.javascript.Delegator
@author Matthias Radestock
|
|