LmAdminAttribute Class

This class provides implementation for the LmAdminAttribute object. An LmAdminAttribute object is a collection of {key, value} pairs that defines an API function's additional input parameters. To define the {key, value} pairs, the set API is used.

Constructor

Syntax Description
LmAdminAttribute() Default constructor of the LmAdminAttribute class. Creates an LmAdminAttribute object.

API

Modifier and Type API
void set(String key, String value) throws LmAdminException, UnsupportedEncodingException
void dispose() throws LmAdminException

NOTE   The attributes are set in key-value pair format.