%Net.Remote.Proxy
class %Net.Remote.Proxy extends %Library.RegisteredObject
Property Inventory
Method Inventory
- %Constructor()
- %FetchObject()
- %Get()
- %GetObject()
- %GetStatic()
- %I()
- %IOL()
- %IOLR()
- %IR()
- %IsDataType()
- %OnClose()
- %OverloadWrite()
- %PostInvoke()
- %PostInvokeStatic()
- %PreInvoke()
- %PreInvokeStatic()
- %ProcessError()
- %ProcessErrorStatic()
- %ReadArrayArgument()
- %ReadGlobalArray()
- %ReadObjects()
- %RegisterOnDestructCallback()
- %S()
- %SOL()
- %SOLR()
- %SR()
- %SendObject()
- %Set()
- %SetEager()
- %SetStatic()
- %WriteArray()
- %WriteGlobalArray()
Properties
property Eager as %Boolean;
Property methods: EagerDisplayToLogical(), EagerGet(), EagerIsValid(), EagerLogicalToDisplay(), EagerNormalize(), EagerSet()
property Gateway as %Net.Remote.Gateway;
Property methods: GatewayGet(), GatewayGetSwizzled(), GatewayIsValid(), GatewayNewObject(), GatewaySet()
property SyncGet as %ArrayOfDataTypes;
Property methods: SyncGetGet(), SyncGetGetObject(), SyncGetGetObjectId(), SyncGetGetSwizzled(), SyncGetIsEmpty(), SyncGetIsValid(), SyncGetNewObject(), SyncGetSet(), SyncGetSetObject(), SyncGetSetObjectId(), SyncGetUnSwizzle()
property SyncSet as %ArrayOfDataTypes;
Property methods: SyncSetGet(), SyncSetGetObject(), SyncSetGetObjectId(), SyncSetGetSwizzled(), SyncSetIsEmpty(), SyncSetIsValid(), SyncSetNewObject(), SyncSetSet(), SyncSetSetObject(), SyncSetSetObjectId(), SyncSetUnSwizzle()
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, p11 As %ObjectHandle, p12 As %ObjectHandle, p13 As %ObjectHandle, p14 As %ObjectHandle, p15 As %ObjectHandle, p16 As %ObjectHandle, p17 As %ObjectHandle, p18 As %ObjectHandle, p19 As %ObjectHandle, p20 As %ObjectHandle, p21 As %ObjectHandle, p22 As %ObjectHandle, p23 As %ObjectHandle, p24 As %ObjectHandle, p25 As %ObjectHandle) as %Status
method %FetchObject()
final method %Get(propertyName As %String) as %ObjectHandle
final classmethod %GetObject(gateway As %Net.Remote.Gateway, ByRef orefCache) 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
method %OnClose() as %Status
Inherited description: 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 classmethod %ProcessErrorStatic(gateway As %Net.Remote.Gateway, fun As %String, msgid As %Integer, ByRef orefCache)
final classmethod %ReadArrayArgument(gateway As %Net.Remote.Gateway) as %ObjectHandle
final classmethod %ReadObjects(gateway As %Net.Remote.Gateway, ByRef orefCache)
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)
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
Subclasses
- java.io.Flushable
- java.io.Serializable
- java.lang.Appendable
- java.lang.AutoCloseable
- java.lang.CharSequence
- java.lang.Cloneable
- java.lang.Comparable
- java.lang.Iterable
- java.lang.Object
- java.lang.Readable
- java.lang.Runnable
- java.lang.annotation.Annotation
- java.lang.reflect.AnnotatedElement
- java.lang.reflect.Member
- java.lang.reflect.Type
- java.net.ContentHandlerFactory
- java.net.FileNameMap
- java.net.URLStreamHandlerFactory
- java.security.DomainCombiner
- java.security.Guard
- java.security.Principal
- java.security.PrivilegedAction
- java.security.PrivilegedExceptionAction
- java.time.temporal.TemporalAccessor
- java.time.temporal.TemporalAdjuster
- java.time.temporal.TemporalAmount
- java.time.temporal.TemporalField
- java.time.temporal.TemporalQuery
- java.time.temporal.TemporalUnit
- java.util.Comparator
- java.util.Enumeration
- java.util.Iterator
- java.util.Map
- java.util.RandomAccess
- java.util.Spliterator
- java.util.function.BiConsumer
- java.util.function.BiFunction
- java.util.function.Consumer
- java.util.function.DoubleBinaryOperator
- java.util.function.DoubleConsumer
- java.util.function.DoubleFunction
- java.util.function.DoublePredicate
- java.util.function.DoubleSupplier
- java.util.function.DoubleToIntFunction
- java.util.function.DoubleToLongFunction
- java.util.function.DoubleUnaryOperator
- java.util.function.Function
- java.util.function.IntBinaryOperator
- java.util.function.IntConsumer
- java.util.function.IntFunction
- java.util.function.IntPredicate
- java.util.function.IntSupplier
- java.util.function.IntToDoubleFunction
- java.util.function.IntToLongFunction
- java.util.function.IntUnaryOperator
- java.util.function.LongBinaryOperator
- java.util.function.LongConsumer
- java.util.function.LongFunction
- java.util.function.LongPredicate
- java.util.function.LongSupplier
- java.util.function.LongToDoubleFunction
- java.util.function.LongToIntFunction
- java.util.function.LongUnaryOperator
- java.util.function.ObjDoubleConsumer
- java.util.function.ObjIntConsumer
- java.util.function.ObjLongConsumer
- java.util.function.Predicate
- java.util.function.Supplier
- java.util.function.ToDoubleFunction
- java.util.function.ToIntFunction
- java.util.function.ToLongFunction
- java.util.stream.Collector