NE Connection Handler Editor Editor Tab

Use the Editor tab for defining the parameters for an NE Connection Handler. In the Connection Handler Detail area, you can define the class for the NE Connection Handler entity.

Field Use

Description

Specify a description for the NE Connection Handler editor.

Connection Handler Type

Select any one of the following Connection Handler types from the list:

  • Java Connection Handler

    A Java class that contains the connection logic related to network element connection. The Java Connection Handler is recommended for use.

  • Login State Table Connection Handler

    A programming type related to state table.

  • Logoff State Table Connection Handler

    A programming type related to state table.

  • Generic Connection Handler

    A programming type which is neither related to Java class nor state table.

Vendor, Technology, and Software Load

In the Connection Handlers area, on clicking Add, displays the vendor, technology, and software load for the NE Connection Handler entity in the cartridge project.

Class

In the Connection Handlers area, displays the class you have selected or created in the Connection Handler Details area.

Add

Click to add a Connection Handler. As there are different ways of communicating like SOAP, Telnet, and so on, you can add or select a Connection Handler implementation for the Connection Handler.

Remove

Click to clear a Connection Handler from the editor.

Open

Click to open the code of the Connection Handler class. This button is enabled only when the code is available.

New

Click to create a connection class. The connection class contains the skeleton of the connection logic based on the connection type selected on the Studio Activation Java Connection Handler Wizard.

Note: New is grayed out for Login State Table Connection Handler and Logoff State Table Connection Handler types.

Select

Click to select an existing class.