NBEvent MembersIBM Integration Bus

The NBEvent type exposes the following members.
Constructors

  NameDescription
Protected methodNBEvent
Initializes a new instance of the NBEvent class.
Back to Top
Methods

  NameDescription
Public methodBuildInputRecord
This is called by the broker when the record representing the Event is required.
Public methodBuildProperties
This is called by the broker when the additional information on found in the record is required.
Public methodConfirm
This is called by the broker if the processing of the event completes without error.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodLogEvent
This is called by the broker after DeliverEvents to allow the connector writer to do their own logging.
Public methodMarkAsFailed
This is called by the broker if the processing of the event fails with an error.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Protected fieldproperties
The properties that will make up the LocalEnvironment.
Back to Top
Properties

  NameDescription
Public propertyConnector
Returns the owning NBEventInputConnector.
Public propertyEventSource
This is called by the broker after an event is received.
Back to Top
See Also