Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.netio.slip
Class SlipAccessPointFactory
com.newstep.solid.netio.AccessPointFactory
  |
  +--com.newstep.solid.netio.slip.SlipAccessPointFactory

public class SlipAccessPointFactory      
A factory for SlipAccessPoint instances.

NOTE: the configuration is provided to the factory via its parent
AccessPointFactory implementation. Users of the factory use the base class
creation functions which require the configuration and name as parameters

 
Links:
Generalization Generalization Link
to Class AccessPointFactory
A factory for SlipAccessPoint instances.

NOTE: the configuration is provided to the factory via its parent
AccessPointFactory implementation. Users of the factory use the base class
creation functions which require the configuration and name as parameters

 
 

Field Summary
private final static String
Method Summary
createAccessPoint(String name)
Field Detail
className
private final static String className
Final.
Multiplicity:
1
Static.
 
Method Detail
createAccessPoint
public AccessPoint createAccessPoint (String name)
 
Creates a SlipAccessPoint instance with the specified name


NOTE: the configuration is provided to the factory via its parent
AccessFactory implementation. Users of the factory use the base class
creation functions which require the configuration and name as parameters

Parameters:
name The name of the access point
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD