Generate a custom NE Connection Handler implementation if you want to extend the base NE connection class of a connection other than telnet.
To generate a custom NE Connection Handler implementation:
Create an NE Connection Handler with the NE Connection Handler Wizard.
See "Working with Java NE Connection Handlers" for more information.
In the Studio Projects view, double-click the entity to open the NE Connection Handler editor.
In the editor, enter a description and select Java Connection Handler as the NE Connection Handler type.
Click Add.
The Vendor, Technology, and Software Load fields are populated.
Click New.
The Studio Activation Java Connection Handler Wizard appears.
Select Custom in the Connection Type field.
Note:
Ensure that a dot does not precede the package name. If a dot precedes the package name, remove it.Click Finish.
The code is generated ready for implementation.
Note:
The code is generated once but not synchronized (that is, it will not be rewritten and the developer owns the generated class).Working with Java NE Connection Handlers