Public Member Function Documentation

new(scalar class)
The object constructor.
Parameters
class
The package name.
Returns
(object) The new class object.
This function calls the RemoteListenerInternal constructor.
DESTROY()
The object destructor.
Returns
None.
A function is a finalization method that cleans up the class state when there are no more references to an object or the program exits.
init(scalar connectionPointName, scalar datasliceId, scalar sessionId, scalar transactionIdStr)
Initializes the RemoteListener.
Parameters
connectionPointName
The connection name.
datasliceId
The Dataslice ID on the SPU.
sessionId
The Session ID on the SPU.
transactionIdStr
Optional. The Transaction ID on the SPU.
Returns
None.
remoteCallback()
Requests are made to this function by the AE remote protocol layer.
Returns
None.
setRemoteProtocolCallbackObject(scalar callbackRecipient)
Sets the recipient of the remote protocol callbacks.
Parameters
callbackRecipient
An AE object.
Returns
None.