ilog.views.util
Class IlvProductUtil

java.lang.Object
  extended by ilog.views.util.IlvProductUtil

public class IlvProductUtil
extends Object

This class contains a utility method dealing with product packaging and license management.

Information about licensing is in the JLM documentation.

Note: Any use of an ILOG JViews API that is not covered by a valid license can throw an exception of type ilog.jlm.JlmLicenseCheckFailureException.

Since:
JViews 6.0

Method Summary
static void registerApplication(String applicationName)
          This method allows you to register an application name that allows you to deploy an application using JViews.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

registerApplication

public static final void registerApplication(String applicationName)
This method allows you to register an application name that allows you to deploy an application using JViews. Note that RUNTIME license keys, that are needed for deployment, are specific to each application. The application name from the license key needs to be passed as argument of this method. More information about licensing is in the JLM documentation.

This method can throw an exception of type ilog.jlm.JlmRegisterApplicationException, indicating a problem with the packaging of the deployed application.

Since:
JViews 6.0


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.