Class ConnectorCollector

java.lang.Object
   |
   +----java.util.VectorIterator
           |
           +----ModuleStoreIterator
                   |
                   +----ConnectorCollector

abstract class ConnectorCollector
extends ModuleStoreIterator
A ModuleStoreIterator that collects all Connectors of all Modules in the Store.


Variable Index

 o collection
The ConnectorStore this class extends until it contains all connectors.

Constructor Index

 o ConnectorCollector()

Method Index

 o getCollection()

Variables

 o collection
 protected ConnectorStore collection
The ConnectorStore this class extends until it contains all connectors.

Constructors

 o ConnectorCollector
 ConnectorCollector()

Methods

 o getCollection
 public ConnectorStore getCollection()