Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.comm
Class ChannelAccessPointFactory
Direct Known Subclasses:
       RTTChannelAccessPointFactory, TCPChannelAccessPointFactory, UDPChannelAccessPointFactory

public abstract class ChannelAccessPointFactory      
Abstract.
 
 

Method Summary
public abstract ChannelAccessPoint
getFactory(String className)
Method Detail
createChannelAccessPoint
public abstract ChannelAccessPoint createChannelAccessPoint ()
 
Abstract.
Throws:
ChannelException
 

getFactory
public static ChannelAccessPointFactory getFactory (String className)
 
loads factory instance for channel access point class
Parameters:
className fully qualified name for factory implementation
Exceptions:
IllegalAccessException if an error occurs creating the factory
InstantiationException if an error occurs creating the factory
ExceptionInInitializerError if an error occurs creating the factory
SecurityException if an error occurs creating the factory
ClassNotFoundException if an error occurs creating the factory
Return:
object instance of the specified class
Static.
Throws:
IllegalAccessException,InstantiationException,SecurityException,ClassNotFoundException
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD