Uses of Interface
org.eclipse.ecf.server.generic.IGenericServerContainerGroup

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

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

Classes in org.eclipse.ecf.server.generic that implement IGenericServerContainerGroup
 class GenericServerContainerGroup
           
 

Methods in org.eclipse.ecf.server.generic that return IGenericServerContainerGroup
 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.
 IGenericServerContainerGroup IGenericServerContainerGroupFactory.getContainerGroup(java.lang.String hostname, int port)
          Get the container group associated with the given hostname and port.
 IGenericServerContainerGroup[] IGenericServerContainerGroupFactory.getContainerGroups()
          Get all the container groups created by this container group factory.
 IGenericServerContainerGroup IGenericServerContainerGroupFactory.removeContainerGroup(java.lang.String hostname, int port)
          Remove the container group with the given hostname and port.