Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362438

Summary: Add getServerGroup method to GenericServerContainerGroup
Product: [RT] ECF Reporter: Scott Lewis <slewis>
Component: ecf.serverAssignee: Scott Lewis <slewis>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: 3.5.0   
Target Milestone: 3.5.3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Scott Lewis CLA 2011-10-30 16:27:33 EDT
Currently, subclasses of GenericServerContainerGroup can override this method

org.eclipse.ecf.server.generic.GenericServerContainerGroup.createGenericServerContainer(String, int, Map)

to create generic server container instances of alternative types.

But to create such instances it is frequently necessary to get a hold of the associated serverGroup instance.  A way to get to this (private in super class) variable is not present.  So the GenericServerContainerGroup should have a protected method to get access to the serverGroup member variable....i.e.

	protected GenericServerSOContainerGroup getServerGroup() {
		return serverGroup;
	}
Comment 1 Scott Lewis CLA 2011-10-30 16:29:21 EDT
Adding 3.5.3 as target and assigning.
Comment 2 Scott Lewis CLA 2011-10-30 17:42:25 EDT
Fix released to master.