Go to the first, previous, next, last section, table of contents.


makeProxy

Function: ]makeProxy { [args] -> proxy }
file: job.t
package: muf
status: alpha

The ]makeProxy function creates and returns a new instance of Class Proxy. There is normally no reason to do this except in the Muq selftest code: Proxies are normally created implicitly by the transparent networking support code, in particular by |debyte.

:guest
One Guest object representing the remote owner of the proxied object.
:i0 :i1 :i2
Three fixnums (integers) giving the dbref of the proxied object on its home server, in dbrefToInts3 format.
[   :guest rootMakeGuest
    :i0 2104643567 :i1 1522621456 :i2 2621455621
|   ]makeProxy

See section |debyte. See section proxyInfo. See section dbrefToInts3.


Go to the first, previous, next, last section, table of contents.