org.eclipse.ecf.server.generic
Interface IGenericServerContainerGroupFactory


public interface IGenericServerContainerGroupFactory

Since:
4.0

Field Summary
static int DEFAULT_PORT
           
 
Method Summary
 IGenericServerContainerGroup createContainerGroup(java.lang.String hostname)
           
 IGenericServerContainerGroup createContainerGroup(java.lang.String hostname, int port)
           
 IGenericServerContainerGroup createContainerGroup(java.lang.String hostname, int port, java.util.Map defaultContainerProperties)
           
 IGenericServerContainerGroup getContainerGroup(java.lang.String hostname, int port)
           
 IGenericServerContainerGroup[] getContainerGroups()
           
 IGenericServerContainerGroup removeContainerGroup(java.lang.String hostname, int port)
           
 

Field Detail

DEFAULT_PORT

static final int DEFAULT_PORT
See Also:
Constant Field Values
Method Detail

createContainerGroup

IGenericServerContainerGroup createContainerGroup(java.lang.String hostname,
                                                  int port,
                                                  java.util.Map defaultContainerProperties)
                                                  throws GenericServerContainerGroupCreateException
Throws:
GenericServerContainerGroupCreateException

createContainerGroup

IGenericServerContainerGroup createContainerGroup(java.lang.String hostname,
                                                  int port)
                                                  throws GenericServerContainerGroupCreateException
Throws:
GenericServerContainerGroupCreateException

createContainerGroup

IGenericServerContainerGroup createContainerGroup(java.lang.String hostname)
                                                  throws GenericServerContainerGroupCreateException
Throws:
GenericServerContainerGroupCreateException

getContainerGroup

IGenericServerContainerGroup getContainerGroup(java.lang.String hostname,
                                               int port)

getContainerGroups

IGenericServerContainerGroup[] getContainerGroups()

removeContainerGroup

IGenericServerContainerGroup removeContainerGroup(java.lang.String hostname,
                                                  int port)