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

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

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)
           
 

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

Fields in org.eclipse.ecf.server.generic declared as SSLServerSOContainerGroup
protected  SSLServerSOContainerGroup SSLAbstractGenericServer.serverGroup
           
 

Methods in org.eclipse.ecf.server.generic that return SSLServerSOContainerGroup
protected  SSLServerSOContainerGroup SSLGenericServerContainerGroup.getServerGroup()
           
 

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

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

Fields in org.eclipse.ecf.server.generic.app declared as SSLServerSOContainerGroup
protected  SSLServerSOContainerGroup[] SSLAbstractGenericServerApplication.serverGroups
           
 

Methods in org.eclipse.ecf.server.generic.app with parameters of type SSLServerSOContainerGroup
protected  SSLServerSOContainer SSLAbstractGenericServerApplication.createServerContainer(java.lang.String id, SSLServerSOContainerGroup group, java.lang.String path, int keepAlive)