kaos.core.service.transport.tcp
Class TCPTransportSystemFactory

java.lang.Object
  extended by kaos.core.service.transport.tcp.TCPTransportSystemFactory
Direct Known Subclasses:
FlexfeedTransportSystemFactory

public class TCPTransportSystemFactory
extends java.lang.Object

Since:
1.0

Field Summary
protected static CommHelper _commHelper
           
 
Constructor Summary
TCPTransportSystemFactory()
           
 
Method Summary
static CommHelper getCommHelper()
           
 Service getService(ServiceProperties env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_commHelper

protected static CommHelper _commHelper
Constructor Detail

TCPTransportSystemFactory

public TCPTransportSystemFactory()
Method Detail

getService

public Service getService(ServiceProperties env)
                   throws ServiceException
Throws:
ServiceException

getCommHelper

public static CommHelper getCommHelper()