Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
ilog.cpl.storage |
Contains classes related to data storage, including styles, datasources and deployment descriptor.
|
ilog.tgo |
JTGO main package containing widely used classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
IlpSystem.Init(Applet applet,
String deploymentDescriptorName)
Deprecated.
since 9.0 : Applet will be deprecated with JDK
|
static void |
IlpSystem.Init(String deploymentDescriptorName)
Initializes a CPL process and creates a default context using a
deployment descriptor specified by a file name.
|
static void |
IlpSystem.Init(URL documentBase,
String deploymentDescriptorName)
Initializes the system using a deployment descriptor specified by
a relative URL, relative to a given base URL.
|
static void |
IlpSystem.Init(URL deploymentDescriptorURL,
URL defaultDocumentBase)
Initializes the system using a deployment descriptor specified by an URL.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpDeploymentParser.parse(URL defaultDocumentBase,
IlpDefaultContext context)
Parses the deployment descriptor and creates a corresponding service context.
|
void |
IlpDeploymentParser.parse(URL defaultDocumentBase,
IlpDefaultContext context,
boolean validate)
Parses the deployment descriptor and applies the contents of the deployment
descriptor to the given context.
|
Modifier and Type | Method and Description |
---|---|
static void |
IltSystem.Init(Applet applet,
String deploymentDescriptorName)
Deprecated.
since 9.0 : Applet will be deprecated with JDK 9
|
static void |
IltSystem.Init(String deploymentDescriptorName)
Initializes a JTGO process and creates a default context using a
deployment descriptor specified by a file name.
|
static void |
IltSystem.Init(URL documentBase,
String deploymentDescriptorName)
Initializes the system using a deployment descriptor specified by
a relative URL, relative to a given base URL.
|
static void |
IltSystem.Init(URL deploymentDescriptorURL,
URL defaultDocumentBase)
Initializes the system using a deployment descriptor specified by an URL.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.