Public Instance Methods : IuSstRemoteInvocationHandler

* endpoint
	"ACTION
		Answer the receiver's %endpoint.  This is the endpoint of an 
		invocation handler on a remote machine.

	RETURN VALUE
		<IuSstEndpoint>"
* endpoint: value
	"ACTION
		Set the receiver's %endpoint to be @value.  This is the endpoint 
		of an invocation handler on a remote machine.

	PARAMETERS
		value : <IuSstEndpoint>"
* handler
	"ACTION
		Answer the receiver's %handler.  This is the local invocation hander
		to be used when communicating with the receiver's %endpoint.

	RETURN VALUE
		<IuSstInvocationHandler>"
* handler: value
	"ACTION
		Set the receiver's %handler to be @value.  This is the local 
		invocation handler which is to be used when communicating with
		the receiver's %endpoint.

	PARAMETERS
		value : <IuSstInvocationHandler>"
* invoke: request
	"ACTION
		Send @request to the receiver's %endpoint for processing and 
		return the result if one is required.  It is assumed that %endpoint 
		represents some remote location. Return an error if one should 
		occur.

	PARAMETERS
		request : <IuSstRequest>

	RETURN VALUE
		<Object> | <IuSstError>"

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