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

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

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)
           
 

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

Fields in org.eclipse.ecf.server.generic declared as TCPServerSOContainerGroup
protected  TCPServerSOContainerGroup AbstractGenericServer.serverGroup
           
 

Constructors in org.eclipse.ecf.server.generic with parameters of type TCPServerSOContainerGroup
GenericServerContainer(AbstractGenericServer abstractGenericServer, ISharedObjectContainerConfig config, TCPServerSOContainerGroup listener, java.lang.String path, int keepAlive)
           
 

Uses of TCPServerSOContainerGroup in org.eclipse.ecf.server.generic.app
 

Fields in org.eclipse.ecf.server.generic.app declared as TCPServerSOContainerGroup
protected  TCPServerSOContainerGroup[] AbstractGenericServerApplication.serverGroups
           
 

Methods in org.eclipse.ecf.server.generic.app that return TCPServerSOContainerGroup
protected static TCPServerSOContainerGroup ServerApplication.createServerGroup(java.lang.String name, int port)
           
 

Methods in org.eclipse.ecf.server.generic.app with parameters of type TCPServerSOContainerGroup
protected  TCPServerSOContainer AbstractGenericServerApplication.createServerContainer(java.lang.String id, TCPServerSOContainerGroup group, java.lang.String path, int keepAlive)
           
protected static TCPServerSOContainer ServerApplication.createServerContainer(java.lang.String id, TCPServerSOContainerGroup group, java.lang.String path, int keepAlive)