Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362438 - Add getServerGroup method to GenericServerContainerGroup
Summary: Add getServerGroup method to GenericServerContainerGroup
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.server (show other bugs)
Version: 3.5.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.5.3   Edit
Assignee: Scott Lewis CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-30 16:27 EDT by Scott Lewis CLA
Modified: 2011-10-30 17:42 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.