| Interface | Description |
|---|---|
| POPConnectorSearchNodeInterface |
Mark Connectors that works with the JobManager SearchNode methods
|
| POPNetworkDescriptorMethod |
The methods which will be use from a descriptor to create the implementation
or generic POPConnector and POPNode.
|
| Class | Description |
|---|---|
| POPConnector | |
| POPConnectorDirect | |
| POPConnectorJobManager | |
| POPConnectorTFC | |
| POPNetwork |
Describe a POP Network, made of POP Connector with relative members to of a
POP COnnector.
|
| POPNetworkDescriptor |
Describe a connector and gives the means to create it and its nodes.
|
| POPNetworkDescriptorFinder |
Find and register customs POP Network Descriptor (factories).
|
| POPNode |
A generic node which will be assigned to a specific POP Connector.
|
| POPNodeAJobManager |
Nodes using the Job Manager should extend this class instead
|
| POPNodeDirect |
A SSH node for direct IP connections
|
| POPNodeJobManager |
A JobManager node
|
| POPNodeTFC |
A TFC node
|