hypercast.nodeloaders
Class SPT

java.lang.Object
  |
  +--hypercast.nodeloaders.SPT
All Implemented Interfaces:
I_NodeLoader

public class SPT
extends java.lang.Object
implements I_NodeLoader

This class implements methods to create a new SPT node.


Constructor Summary
SPT()
           
 
Method Summary
 hypercast.I_Node create_newNode(hypercast.HyperCastConfig config, hypercast.I_UnicastAdapter adapter, java.lang.String prefix)
          This method creates I_Node object for each protocol.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPT

public SPT()
Method Detail

create_newNode

public hypercast.I_Node create_newNode(hypercast.HyperCastConfig config,
                                       hypercast.I_UnicastAdapter adapter,
                                       java.lang.String prefix)
Description copied from interface: I_NodeLoader
This method creates I_Node object for each protocol.

Specified by:
create_newNode in interface I_NodeLoader
Parameters:
config - socket configuration object
adapter - node adapter that is passed to the node constructor
prefix - property prefix
Returns:
an I_Node object