|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hypercast.NodeFactory
This class implements methods to create a new node based on the specifications in the configuration object.
Constructor Summary | |
NodeFactory()
Constructor. |
Method Summary | |
hypercast.I_Node |
create_newNode(hypercast.HyperCastConfig config,
hypercast.I_UnicastAdapter ss)
This method creates I_Node object based on the node types specified in the configuration object. |
hypercast.I_Node |
create_newNode(hypercast.HyperCastConfig config,
hypercast.I_UnicastAdapter ss,
java.lang.String prefix)
This method creates I_Node object based on the node types specified in the configuration object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeFactory()
Method Detail |
public hypercast.I_Node create_newNode(hypercast.HyperCastConfig config, hypercast.I_UnicastAdapter ss)
config
- socket configuration object.ss
- node adapter that is passed to the node constructor.
public hypercast.I_Node create_newNode(hypercast.HyperCastConfig config, hypercast.I_UnicastAdapter ss, java.lang.String prefix)
config
- socket configuration object.ss
- node adapter that is passed to the node constructor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |