DocBook|Search
Class Reference
%Net.Remote.Proxy
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%Net] >  [Remote] >  [Proxy]
Private  Storage  

class %Net.Remote.Proxy extends %RegisteredObject

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 32


Summary

Properties
Eager Gateway SyncGet SyncSet

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %Constructor %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %FetchObject %Get
%GetObject %GetParameter %GetStatic %I
%IOL %IOLR %IR %IsA
%IsDataType %IsModified %New %NormalizeObject
%ObjectModified %OnClose %OriginalNamespace %OverloadWrite
%PackageName %PostInvoke %PostInvokeStatic %PreInvoke
%PreInvokeStatic %ProcessError %ProcessErrorStatic %ReadArrayArgument
%ReadGlobalArray %ReadObjects %RegisterOnDestructCallback %RemoveFromSaveSet
%S %SOL %SOLR %SR
%SendObject %SerializeObject %Set %SetEager
%SetModified %SetStatic %ValidateObject %WriteArray
%WriteGlobalArray


Properties

• property Eager as %Boolean;
• property Gateway as %Net.Remote.Gateway;
• property SyncGet as %ArrayOfDataTypes;
• property SyncSet as %ArrayOfDataTypes;

Methods

• method %Constructor(gateway As %ObjectHandle, className As %String, count As %Integer, p1 As %ObjectHandle, p2 As %ObjectHandle, p3 As %ObjectHandle, p4 As %ObjectHandle, p5 As %ObjectHandle, p6 As %ObjectHandle, p7 As %ObjectHandle, p8 As %ObjectHandle, p9 As %ObjectHandle, p10 As %ObjectHandle) as %Status
• method %FetchObject()
• final method %Get(propertyName As %String) as %ObjectHandle
%
• final classmethod %GetObject(gateway As %Net.Remote.Gateway) as %ObjectHandle
• final classmethod %GetStatic(gateway As %Net.Remote.Gateway, propertyName As %String, className As %ObjectHandle) as %ObjectHandle
• final method %I(methodName As %String, ByRef p1 As %ObjectHandle, ByRef p2 As %ObjectHandle, ByRef p3 As %ObjectHandle, ByRef p4 As %ObjectHandle, ByRef p5 As %ObjectHandle)
• final method %IOL(methodName As %String, ByRef p1 As %ObjectHandle, ByRef p2 As %ObjectHandle, ByRef p3 As %ObjectHandle, ByRef p4 As %ObjectHandle, ByRef p5 As %ObjectHandle)
• final method %IOLR(methodName As %String, ByRef p1 As %ObjectHandle, ByRef p2 As %ObjectHandle, ByRef p3 As %ObjectHandle, ByRef p4 As %ObjectHandle, ByRef p5 As %ObjectHandle) as %ObjectHandle
• final method %IR(methodName As %String, ByRef p1 As %ObjectHandle, ByRef p2 As %ObjectHandle, ByRef p3 As %ObjectHandle, ByRef p4 As %ObjectHandle, ByRef p5 As %ObjectHandle) as %ObjectHandle
• final classmethod %IsDataType(type As %String) as %Boolean
• method %OnClose() as %Status
This callback method is invoked by the %Close method to provide notification that the current object is being closed.

The return value of this method is ignored.

• final classmethod %OverloadWrite(gateway As %Net.Remote.Gateway, par As %ObjectHandle)
• final method %PostInvoke()
• final classmethod %PostInvokeStatic(gateway As %Net.Remote.Gateway)
• final method %PreInvoke()
• final classmethod %PreInvokeStatic(gateway As %Net.Remote.Gateway, className As %ObjectHandle)
• final method %ProcessError(fun As %String, msgid As %Integer)
• final classmethod %ProcessErrorStatic(gateway As %Net.Remote.Gateway, fun As %String, msgid As %Integer)
• final classmethod %ReadArrayArgument(gateway As %Net.Remote.Gateway) as %ObjectHandle
• classmethod %ReadGlobalArray(kind As %String, size As %Integer)
• final classmethod %ReadObjects(gateway As %Net.Remote.Gateway)
• final method %RegisterOnDestructCallback(callbackName As %String) as %Status
• final classmethod %S(gateway As %Net.Remote.Gateway, methodName As %String, className As %ObjectHandle, ByRef p1 As %ObjectHandle, ByRef p2 As %ObjectHandle, ByRef p3 As %ObjectHandle, ByRef p4 As %ObjectHandle, ByRef p5 As %ObjectHandle)
• final classmethod %SOL(gateway As %Net.Remote.Gateway, methodName As %String, className As %ObjectHandle, ByRef p1 As %ObjectHandle, ByRef p2 As %ObjectHandle, ByRef p3 As %ObjectHandle, ByRef p4 As %ObjectHandle, ByRef p5 As %ObjectHandle)
• final classmethod %SOLR(gateway As %Net.Remote.Gateway, methodName As %String, className As %ObjectHandle, ByRef p1 As %ObjectHandle, ByRef p2 As %ObjectHandle, ByRef p3 As %ObjectHandle, ByRef p4 As %ObjectHandle, ByRef p5 As %ObjectHandle) as %ObjectHandle
• final classmethod %SR(gateway As %Net.Remote.Gateway, methodName As %String, className As %ObjectHandle, ByRef p1 As %ObjectHandle, ByRef p2 As %ObjectHandle, ByRef p3 As %ObjectHandle, ByRef p4 As %ObjectHandle, ByRef p5 As %ObjectHandle) as %ObjectHandle
• method %SendObject()
• final method %Set(propertyName As %String, value As %ObjectHandle, arrayType As %String)
%
• method %SetEager(eager As %Boolean)
• final classmethod %SetStatic(gateway As %Net.Remote.Gateway, propertyName As %String, value As %ObjectHandle, className As %ObjectHandle, arrayType As %String)
• final classmethod %WriteArray(gateway As %Net.Remote.Gateway, type As %String, array As %ObjectHandle)
• final classmethod %WriteGlobalArray(gateway As %Net.Remote.Gateway, type As %String, array As %ObjectHandle)