NBConnectorFactory PropertiesIBM Integration Bus
The NBConnectorFactory type exposes the following members.
Properties

  NameDescription
Public propertyContainerName
The name of the container running the connectors.
Public propertyEventInputConnectors
Returns a collection of all NBEventInputConnectors which have been created by this factory and have not been terminated.
Public propertyInfo
This is called by the broker to get a information about the NBConnectorFactory.
Public propertyInputConnectors
Returns a collection of all NBInputConnectors which have been created by this factory and have not been terminated.
Public propertyName
Returns the name of the factory.
Public propertyPollingInputConnectors
Returns a collection of all NBPollingInputConnectors which have been created by this factory and have not been terminated.
Public propertyProperties
Returns all properties for this connector factory.
Public propertyWorkDirectory
The working directory of the container running the connectors. This can be used to store data by connectors owned by this factory. The data stored is kept until the broker is deleted.
Back to Top
See Also