Class ApplicationContext

An application context object contains the configuration settings that need to be used by the licensing API calls. The licensing infrastructure (libraries and related resources) is initialized with the creation of an instance of the ApplicationContext class.

The beginning of an application context is defined by the corresponding instance creation. However, the scope of this application context instance is limited to the corresponding dispose() API call.

Namespace: SentinelCloud.Services.Licensing (Contain classes that helps in licensing operations such as requesting, updating, and releasing a license.)

Jar File: SentinelLicensing-5.x.x

Constructors

Syntax Description
ApplicationContext (Attribute attrAppContext)

Reserved for future use. Use NULL as the value for this argument. Creates an object of the ApplicationContext class using the given attributes.

APIs

Modifier and Type API
String getInfo(Attribute attribute, String scope, String query)
throws LicensingException
String getInfo(Attribute attribute, string scope, string query)
throws LicensingException
void dispose() throws LicensingException