NBByteArrayInputEvent MethodsIBM Integration Bus
The NBByteArrayInputEvent type exposes the following members.
Methods

  NameDescription
Public methodBuildInputRecord
Provides a default implementation of BuildInputRecord.
(Overrides NBEvent BuildInputRecord .)
Public methodBuildProperties
This is called by the broker when the additional information on found in the record is required.
(Inherited from NBEvent.)
Public methodConfirm
This is called by the broker if the processing of the event completes without error.
(Inherited from NBEvent.)
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 methodGetBytes
Returns the data associated with this result.
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.
(Inherited from NBEvent.)
Public methodMarkAsFailed
This is called by the broker if the processing of the event fails with an error.
(Inherited from NBEvent.)
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
See Also