net.eduvax.grant.core
Interface NodeFactory

All Known Implementing Classes:
TestA, XMLrpcNodeFactory

public interface NodeFactory

Node factory service definition. For each node class, a factory is needed to achieve specialized node construction. One factory shoudl be provide to build remote node handler for each supported network protocol.


Method Summary
 Node createNode(java.lang.String n)
          create new node.
 

Method Detail

createNode

Node createNode(java.lang.String n)
create new node.

Parameters:
n - new node's name.