Managed Object - ConverterSysimgbaseProxy

Property of
ConverterTaskAgentTask
See also
ConverterSysimgbaseProxySysimgbaseRequest
Since
Converter API 6.0


Managed Object Description

This interface is used for proxy mode implementation. There is a per-task instance on the agent side. When agent needs a proxy sysimgbase call it adds the request in sysimgbaseRequest array. Worker monitors this property and when a new entry is available, it fulfils the request. It sets the result of the execution through setResponse().

Properties

Name Type Description
sysimgbaseRequest*ConverterSysimgbaseProxySysimgbaseRequest[]

Request for call to worker sysimgbase library.
*May not be present

Methods

Methods defined in this Managed Object
ConverterAgentSysimgbaseSetResponse

ConverterAgentSysimgbaseSetResponse

Called by ConverterWorker to pass the result of remote sysimgbase call.
Required Privileges
None

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ConverterSysimgbaseProxy used to make the method call.
key Pxsd:string

Identifies the sysimgbase call which this response is fulfilling.

Since Converter API 6.0
response Pxsd:base64Binary

Serialized result of the RPC call.

Since Converter API 6.0
PRequired privilege - see tooltip for details

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None