NBNode MembersIBM Integration Bus

The NBNode type exposes the following members.
Constructors

  NameDescription
Protected methodNBNode
Initializes a new instance of the NBNode class
Back to Top
Methods

  NameDescription
Public methodCreateExceptionFromExceptionList
Constructs an NBException from a broker exception list.
Public methodCreateExceptionList
Constructs a new exception list from the given exception and places into the given NBMessage.
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 methodGetAllOutputTerminals
Returns a collection of all output terminals belonging to this node.
Public methodGetAllRoutes
Returns a collection of all labels asociated with the message flow that this node belongs to.
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.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetUserDefinedProperty
Returns the value of the requested user defined property.
Public methodGetUserDefinedPropertyAsString
Returns the value of the requested user defined property as a string.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOutputTerminal
Returns an NBOutputTerminal matching the name passed as an argument, or null if the terminal does not exist.
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.
Back to Top
See Also