Skip to main content

%Net.Remote.Base

class %Net.Remote.Base extends %Net.Remote.Object

Method Inventory

Parameters

parameter REMOTECLASSNAME;

Methods

method %Constructor(gateway As %Net.Remote.Gateway, className As %String, args...) as %Status
classmethod %DispatchClassMethod(className As %String, methodName As %String, args...) as %ObjectHandle
Inherited description: Is used to implement an unknown class method call
method %DispatchGetProperty(property As %String) as %ObjectHandle
Inherited description: Is used to get the value of an unknown property.
method %DispatchMethod(methodName As %String, args...) as %ObjectHandle
Inherited description: Is used to implement an unknown method call. It is also used to resolve an unknown multidimensional property reference (to get the value of a property) because that syntax is identical to a method call.
method %DispatchSetProperty(property As %String, value)
Inherited description: is used to set the value of an unknown property.
classmethod %ProcessReturnValues(gateway, currentDevice, returnValue, args...)
classmethod %dispatch(code="YE", invokee, method, gateway, args...) as %ObjectHandle
method GatewayGet() as %Net.Remote.Gateway
method GatewaySet(value As %Net.Remote.Gateway) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab