Uses of Class
org.eclipse.ecf.provider.generic.TCPServerSOContainerGroup

Packages that use TCPServerSOContainerGroup
org.eclipse.ecf.provider.generic   
 

Uses of TCPServerSOContainerGroup in org.eclipse.ecf.provider.generic
 

Fields in org.eclipse.ecf.provider.generic declared as TCPServerSOContainerGroup
protected  TCPServerSOContainerGroup TCPServerSOContainer.group
           
 

Methods in org.eclipse.ecf.provider.generic with parameters of type TCPServerSOContainerGroup
protected  void TCPServerSOContainer.initialize(TCPServerSOContainerGroup listener, java.lang.String path, int ka)
           
 

Constructors in org.eclipse.ecf.provider.generic with parameters of type TCPServerSOContainerGroup
TCPServerSOContainer(ISharedObjectContainerConfig config, TCPServerSOContainerGroup grp, int keepAlive)
           
TCPServerSOContainer(ISharedObjectContainerConfig config, TCPServerSOContainerGroup listener, java.lang.String path, int keepAlive)