| Summary: | Add getServerGroup method to GenericServerContainerGroup | ||
|---|---|---|---|
| Product: | [RT] ECF | Reporter: | Scott Lewis <slewis> |
| Component: | ecf.server | Assignee: | 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: | |||
Adding 3.5.3 as target and assigning. Fix released to master. |
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; }