Uses of Class
org.eclipse.ecf.server.generic.GenericServerContainerGroupCreateException

Packages that use GenericServerContainerGroupCreateException
org.eclipse.ecf.server.generic   
 

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

Methods in org.eclipse.ecf.server.generic that throw GenericServerContainerGroupCreateException
 IGenericServerContainerGroup IGenericServerContainerGroupFactory.createContainerGroup(java.lang.String hostname)
          Create a new container group given a hostname using the IGenericServerContainerGroupFactory.DEFAULT_PORT.
 IGenericServerContainerGroup IGenericServerContainerGroupFactory.createContainerGroup(java.lang.String hostname, int port)
          Create a new container group given a hostname, and port.
 IGenericServerContainerGroup IGenericServerContainerGroupFactory.createContainerGroup(java.lang.String hostname, int port, java.util.Map defaultContainerProperties)
          Create a new container group given a hostname, port, and a Map of default container properties.