|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.service.IlpDefaultContext
ilog.tgo.service.IltDefaultContext
ilog.tgo.context.IltDefaultContext
IltDefaultContext instead.
public class IltDefaultContext
Default Context when using JTGO. If you intend to create a new kind of
default context and you are using JTGO predefined business classes, you
should subclass
IltDefaultContext instead of IlpDefaultContext. It will
automatically add the JTGO predefined business classes into the class
manager.
| Constructor Summary | |
|---|---|
IltDefaultContext()
Deprecated. Default constructor. |
|
IltDefaultContext(Locale locale)
Deprecated. Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class ilog.tgo.service.IltDefaultContext |
|---|
createBlinkingManager, createClassManager, createImageRepository, createURLAccessService |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IltDefaultContext()
for the default services that
are created.public IltDefaultContext(Locale locale)
This class initializes the following services which replace the services from
IlpDefaultContext:
IlpClassManager interface):
The default is an instance of
IltDefaultClassManager.
IlpBlinkingManager interface):
The default is an instance of an undocumented class.
locale - The locale to be used within this context. If this parameter is null,
the default locale will be used (see Locale.getDefault()).for the list
of other initialized services.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||