AS.putEvent()

Signature

Object putEvent(String destinationUri, SimpleEvent event)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Stores a event into the Space and returns the corresponding entry.

Parameters

NameTypeDescription
destinationUriStringAS Destination URI
eventSimpleEventThe event to be put into Space

Returns

TypeDescription
SimpleEvent or Object[N][2]This method is supposed to return the existing (OLD) tuple.
It is expected to return null the first time it is used.