The NBConnectorFactory type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NBConnectorFactory |
Initializes a new instance of the NBConnectorFactory class.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateInputConnector |
This is called by the broker when a connector to receive data from the system is required.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | Finish |
This is called by the broker when the last connector using the factory is destroyed.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | Initialize |
This is called by the broker when a node using a connector is deployed.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Start |
This is called by the broker when the first usage of the factory is about to happen.
|
![]() | Terminate |
This is called by the broker when the execution group is about to stop.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | ContainerName |
The name of the container running the connectors.
|
![]() | EventInputConnectors |
Returns a collection of all NBEventInputConnectors which have been created by this factory and have not been terminated.
|
![]() | Info |
This is called by the broker to get a information about the NBConnectorFactory.
|
![]() | InputConnectors |
Returns a collection of all NBInputConnectors which have been created by this factory and have not been terminated.
|
![]() | Name |
Returns the name of the factory.
|
![]() | PollingInputConnectors |
Returns a collection of all NBPollingInputConnectors which have been created by this factory and have not been terminated.
|
![]() | Properties |
Returns all properties for this connector factory.
|
![]() | WorkDirectory |
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.
|
See Also