public class IlvProductUtil extends Object
Information about licensing is in the JViews documentation, in the chapters "Deployment licenses" and "License keys for trial installation" of your Rogue Wave JViews product documentation.
Note: Any use of a Rogue Wave JViews API that is not acknowledged can throw
an exception of type IlvFeatureUseNotAcknowledgedException
.
Any use of a Rogue Wave JViews API that is not covered by a valid license
- in case of a trial installation - can throw an exception of type
ilog.jlm.JlmLicenseCheckFailureException
.
Modifier and Type | Field and Description |
---|---|
static String |
JViews_Charts_Deployment
This object denotes all the features of Rogue Wave JViews Charts.
|
static String |
JViews_Diagrammer_Deployment
This object denotes all the features of Rogue Wave JViews Diagrammer.
|
static String |
JViews_Enterprise_Deployment
This object denotes all the features of Rogue Wave JViews Enterprise.
|
static String |
JViews_Gantt_Deployment
This object denotes all the features of Rogue Wave JViews Gantt.
|
static String |
JViews_Maps_Deployment
This object denotes all the features of Rogue Wave JViews Maps.
|
static String |
JViews_Maps_for_Defense_Deployment
This object denotes all the features of Rogue Wave JViews Maps for Defense.
|
static String |
JViews_TGO_Deployment
This object denotes all the features of Rogue Wave JViews TGO.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentLicenseRequired(String featureSet)
This method allows you to declare which feature set, part of
Rogue Wave JViews, you are intending to use.
|
public static final String JViews_Enterprise_Deployment
It is the union of JViews_Diagrammer_Deployment
,
JViews_Gantt_Deployment
,
JViews_Charts_Deployment
,
JViews_Maps_Deployment
.
DeploymentLicenseRequired_for_JViews_Enterprise_Deployment
,
Constant Field Valuespublic static final String JViews_Charts_Deployment
It is a subset of JViews_Gantt_Deployment
and of
JViews_Enterprise_Deployment
.
DeploymentLicenseRequired_for_JViews_Charts_Deployment
,
Constant Field Valuespublic static final String JViews_Diagrammer_Deployment
It is a subset of JViews_Enterprise_Deployment
and a subset of JViews_TGO_Deployment
.
DeploymentLicenseRequired_for_JViews_Diagrammer_Deployment
,
Constant Field Valuespublic static final String JViews_Gantt_Deployment
It is a subset of JViews_Enterprise_Deployment
.
DeploymentLicenseRequired_for_JViews_Gantt_Deployment
,
Constant Field Valuespublic static final String JViews_Maps_Deployment
It is a subset of JViews_Enterprise_Deployment
,
a subset of JViews_Maps_for_Defense_Deployment
,
and a subset of JViews_TGO_Deployment
.
DeploymentLicenseRequired_for_JViews_Maps_Deployment
,
Constant Field Valuespublic static final String JViews_Maps_for_Defense_Deployment
DeploymentLicenseRequired_for_JViews_Maps_for_Defense_Deployment
,
Constant Field Valuespublic static final String JViews_TGO_Deployment
DeploymentLicenseRequired_for_JViews_TGO_Deployment
,
Constant Field Valuespublic static final void DeploymentLicenseRequired(String featureSet)
By using this method, you acknowledge that when deploying your application, you will be in possession of a license for performing this deployment.
For more information, please see the chapter "Deployment licenses" of your Rogue Wave JViews product documentation.
This call must be executed before any of the declared features is used;
otherwise, an exception of type
IlvFeatureUseNotAcknowledgedException
may occur.
It can be executed in a constructor that is executed once only, at the
startup of the application, or in static initializers. Since static
initializers can lead to problems that are difficult to debug, the former
way of calling DeploymentLicenseRequired
is preferred.
For Web applications, the preferred way to use this method is through the
servlet context listener classes
DeploymentLicenseRequired_for_JViews_Enterprise_Deployment
,
DeploymentLicenseRequired_for_JViews_Diagrammer_Deployment
,
DeploymentLicenseRequired_for_JViews_Gantt_Deployment
,
DeploymentLicenseRequired_for_JViews_Charts_Deployment
,
DeploymentLicenseRequired_for_JViews_Maps_Deployment
,
DeploymentLicenseRequired_for_JViews_Maps_for_Defense_Deployment
,
DeploymentLicenseRequired_for_JViews_TGO_Deployment
,
ilog.views.util.servlet.DeploymentLicenseRequired_for_IBM_ILOG_JViews_Graph_Layout_for_Eclipse_Deployment
.
featureSet
- One of JViews_Enterprise_Deployment
,
JViews_Diagrammer_Deployment
,
JViews_Gantt_Deployment
,
JViews_Charts_Deployment
,
JViews_Maps_Deployment
,
JViews_Maps_for_Defense_Deployment
,
JViews_TGO_Deployment
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.