Skip Headers
Oracle® Communications Design Studio Modeling Activation
Release 7.2.4
Go to Design Studio Help Home
Go to Table of Contents
Go to Feedback page

Go to previous page
Go to next page
Mobi · ePub

Generating a Telnet NE Connection Handler Implementation

You need to generate a Telnet Network Element Connection Handler implementation if you want to extend a telnet connection to support the interface.

To generate a Telnet NE Connection Handler Implementation:

  1. Create an NE Connection Handler with the NE Connection Handler Wizard.

    See "Working with Java NE Connection Handlers" for more information.

  2. In the Studio Projects view, double-click the entity to open the NE Connection Handler editor.

  3. In the editor, enter a description and select Java Connection Handler as the NE Connection Handler type.

  4. Click Add.

    The Vendor, Technology, and Software Load fields are populated.

  5. Click New.

    The Studio Activation Java Connection Handler Wizard appears.

  6. Ensure that Telnet appears 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.
  7. 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).

Related Topics

Working with Java NE Connection Handlers

Modeling Entities

NE Connection Handler Editor Editor Tab