NBComputeNode MembersIBM Integration Bus

The NBComputeNode type exposes the following members.
Constructors

  NameDescription
Protected methodNBComputeNode
Initializes a new instance of the NBComputeNode class
Back to Top
Methods

  NameDescription
Public methodCreateExceptionFromExceptionList
Constructs an NBException from a broker exception list.
(Inherited from NBNode.)
Public methodCreateExceptionList
Constructs a new exception list from the given exception and places into the given NBMessage.
(Inherited from NBNode.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodEvaluate
Evalute is the main entry point for the node. It is called once each each time a message passes through the node.
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 methodGetAllOutputTerminals
Returns a collection of all output terminals belonging to this node.
(Inherited from NBNode.)
Public methodGetAllRoutes
Returns a collection of all labels asociated with the message flow that this node belongs to.
(Inherited from NBNode.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetRoute
Returns an NBRoute object matching the label name passed as an argument, or null if the matching label node does not exist.
(Inherited from NBNode.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetUserDefinedProperty
Returns the value of the requested user defined property.
(Inherited from NBNode.)
Public methodGetUserDefinedPropertyAsString
Returns the value of the requested user defined property as a string.
(Inherited from NBNode.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnDelete
Called when a flow is stopped or deleted.
Public methodOnInitialize
Called before a message flow deploy is committed.
Public methodOutputTerminal
Returns an NBOutputTerminal matching the name passed as an argument, or null if the terminal does not exist.
(Inherited from NBNode.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyName
Gets the name (label) of the node.
(Inherited from NBNode.)
Back to Top
See Also