Opened 16 years ago

Closed 16 years ago

#673 closed enhancement (fixed)

HttpServerConnection.CreateRuntimeMap() - an overload with a single parameter

Reported by: MaksimS Owned by: ksgeograf
Priority: low Milestone:
Component: Maestro Version:
Severity: trivial Keywords:
Cc: External ID:

Description

HttpServerConnection.CreateRuntimeMap() method may get overloaded with CreateRuntimeMap() taking into account only one parameter - instantiated MapDefinition object. Here's suggested procedure:

  1. CreateRuntimeMap(myMapDefinition) is issued
  2. Gets MapDefinition.ResourceId
  3. Creates "Session:" + conn.SessionID + "" + mapName + ".Map" string
  4. Here, mapName can be extracted using proposed enhacement in ticket #672 :-)
  5. Then calling present CreateRuntimeMap implementation with MapDefinition.ResourceId and newly created session Id of a map.

Change History (1)

comment:1 by ksgeograf, 16 years ago

Resolution: fixed
Status: newclosed
Version: 2.0.1

This is now implemented and committed.

Note: See TracTickets for help on using tickets.