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 Custom NE Connection Handler Implementation

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:

  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. 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.
  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

Generating a Telnet NE Connection Handler Implementation

Modeling Entities

NE Connection Handler Editor Editor Tab