Class Reference
%Net.Remote.Base
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%Net] >  [Remote] >  [Base]
Private  Storage

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 1 9


Summary

Properties
%gateway Gateway

Methods
%AddToSaveSet %CastAs %ClassIsLatestVersion %ClassMethod
%ClassName %ConstructClone %Constructor %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchNativeCall
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %GetResponse %GetStaticProperty %IsA
%IsModified %New %NormalizeObject %ObjectModified
%OnClose %OnNew %OriginalNamespace %PackageName
%PostInvoke %PreInvoke %ProcessError %ProcessReturnValues
%ProcessY9 %ProcessYG %ProcessYH %RemoveFromSaveSet
%SerializeObject %SetModified %SetStaticProperty %ValidateObject
%cullStack %cullStackOne %dispatch %mergeStack
GatewayGet GatewaySet


Parameters

• parameter REMOTECLASSNAME;

Properties

• property Gateway as %Net.Remote.Gateway;

Methods

• classmethod %DispatchClassMethod(className As %String, methodName As %String, args...) as %ObjectHandle
Is used to implement an unknown class method call
• method %DispatchGetProperty(property As %String) as %ObjectHandle
Is used to get the value of an unknown property.
• method %DispatchMethod(methodName As %String, args...) as %ObjectHandle
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)
is used to set the value of an unknown property.
• method %OnNew(gateway As %Net.Remote.Gateway, args...) as %Status
This callback method is invoked by the %New method to provide notification that a new instance of an object is being created.

If this method returns an error then the object will not be created.

It is passed the arguments provided in the %New call. When customizing this method, override the arguments with whatever variables and types you expect to receive from %New(). For example, if you're going to call %New, passing 2 arguments, %OnNew's signature could be:

Method %OnNew(dob as %Date = "", name as %Name = "") as %Status If instead of returning a %Status code this returns an oref and this oref is a subclass of the current class then this oref will be the one returned to the caller of %New method.

• classmethod %ProcessReturnValues(gateway, currentDevice, returnValue, args...)
• classmethod %dispatch(code="YE", invokee, method, gateway, args...) as %ObjectHandle
• method GatewayGet() as %Net.Remote.Gateway
This is a Get accessor method for the Gateway property.
• method GatewaySet(value As %Net.Remote.Gateway) as %Status
This is a Set accessor method for the Gateway property.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.