Bug 185750 - [api][breaking] IConnectorService.getHostType() should be removed
Summary: [api][breaking] IConnectorService.getHostType() should be removed
Status: CLOSED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.0   Edit
Assignee: Martin Oberhuber CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks: 184095
  Show dependency tree
 
Reported: 2007-05-07 09:09 EDT by Martin Oberhuber CLA
Modified: 2008-08-13 13:18 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 Martin Oberhuber CLA 2007-05-07 09:09:14 EDT
IConnectorService.getHostType() returns a String-based system type which is deprecated according to bug 184095.

The method should be removed. If a system type is ever needed, the following should be used instead:

IConnectorService.getHost().getSystemType()
Comment 1 Martin Oberhuber CLA 2007-05-07 09:10:54 EDT
Fixed, [185750][api] Remove IConnectorService.getHostType()
Comment 2 Martin Oberhuber CLA 2007-05-07 09:11:12 EDT
Closing.
Comment 3 Martin Oberhuber CLA 2008-08-13 13:18:46 EDT
[target cleanup] 2.0 M7 was the original target milestone for this bug