Public Class Methods : SstRequest

* receiver: destination selector: sel arguments: args replyReceiver: replyRec
	"ACTION
		Answer a new instance of the receiver configured to have @sel as
		the selector directed at @destination with @args as its arguments
		and @replyRec as the reply receiver.  Typically @receiver is a 
		remote reference or an export key.

	PARAMETERS
		destination <Object>
		sel : <Symbol>
		args : <Array of <Object>>
		replyRec : <Object>

	RETURN VALUE
		<IuSstRequest>"
Categories
	SST-API User
* receiver: destination selector: sel replyReceiver: replyRec
	"ACTION
		Answer a new instance of the receiver configured to have @sel as
		the selector directed at @destination and @replyRec as the reply
		receiver.  Typically @receiver is a remote reference or an export key.

	PARAMETERS
		destination <Object>
		sel : <Symbol>
		replyRec : <Object>

	RETURN VALUE
		<IuSstRequest>"
Categories
	SST-API User

[FIRST] [PREV] [NEXT] [LAST]