Interface ForkNodeFactory
public interface ForkNodeFactory
This is the plugin extension as a factory of 
ForkChannel.- Since:
 - 3.0.0-M5
 - Author:
 - Tibor Digana (tibor17)
 
- 
Method Summary
Modifier and TypeMethodDescriptioncreateForkChannel(ForkNodeArguments arguments) Opens and closes the channel. 
- 
Method Details
- 
createForkChannel
Opens and closes the channel.- Parameters:
 arguments- fork starter properties- Returns:
 - specific implementation of the communication channel
 - Throws:
 IOException- if cannot open the channel
 
 -