Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Bug Backlog
-
Component/s: Tools
-
Labels:None
-
User impact:Medium
-
Affects Docs:Yes
-
Similar Issues:None
Description
In the template for creating the XXXConnector class for a custom transport the following methods are commented as optional and should be deleted if not required, but are in fact abstract methods in the base class and thus must be implemented:
doStart
doStop
doInitialize
doConnect
doDisconnect
doDispose