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

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

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

Fields in org.eclipse.ecf.provider.generic declared as SSLServerSOContainerGroup
protected  SSLServerSOContainerGroup SSLServerSOContainer.group
           
 

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

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