|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A SystemInfoRegistry accessible as service.
Note: SystemInfoService is a core service and will
therefore be available always for all dialogs in the dialog hierarchy.
The Service will be provided at the session node (the root dialog of a session).
| Field Summary | |
static java.lang.String |
INFO_CLASS_APPLICATION
SystemInfo-Class: Collects information about the application. |
static java.lang.String |
INFO_CLASS_DIALOG_HIERARCHY
SystemInfo-Class: Collects information about the dialog hierarchy. |
| Method Summary | |
SystemInfoOptions |
createSystemInfoOptions(int detailLevel)
Creates a new SystemInfoOptions with the given detail level.
|
SystemInfoNode |
createSystemInfoRootNode(java.lang.String type)
Creates a new SystemInfoNode without a parent node.
|
| Methods inherited from interface com.sdm.quasar.client.core.common.sysinfo.SystemInfoRegistry |
getAllInfoClasses, getAllSystemInfoProviders, registerSystemInfoProvider, unregisterSystemInfoProvider |
| Field Detail |
public static final java.lang.String INFO_CLASS_APPLICATION
public static final java.lang.String INFO_CLASS_DIALOG_HIERARCHY
| Method Detail |
public SystemInfoNode createSystemInfoRootNode(java.lang.String type)
SystemInfoNode without a parent node.
This method should only be used when starting collection of system
information to create a root node.
type - the type of the created root node
SystemInfoNode createdpublic SystemInfoOptions createSystemInfoOptions(int detailLevel)
SystemInfoOptions with the given detail level.
This method should only be used when starting collection of system
information to create the initial SystemInfoOptions for a
collection run.
detailLevel - the detail level to collect information of
SystemInfoOptions
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||