com.apama.oob
Event ReceiverConnected


Notification that a receiver has connected.
Member summary
 stringcomponentName

Component name, as supplied with the -N command line argument to iaf/ correlator or engineInit method.
 stringaddress

Representation of the address component is connecting from.
 stringlogicalId

Opaque representation of IDs; these are unique per instance of a process.
 stringphysicalId

Opaque representation of IDs; these are unique per instance of a process.
 dictionary<stringstring>extraParams

Optional dictionary of extra parameters.
 
Member detail

address

            string address
        
Representation of the address component is connecting from.

componentName

            string componentName
        
Component name, as supplied with the -N command line argument to iaf/ correlator or engineInit method.

extraParams

            dictionary<stringstringextraParams
        
Optional dictionary of extra parameters.

logicalId

            string logicalId
        
Opaque representation of IDs; these are unique per instance of a process.

physicalId

            string physicalId
        
Opaque representation of IDs; these are unique per instance of a process.