|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides information about the connected application.
| Method Summary | |
java.util.Map |
getAnnex()
Returns the Annex options defined for the application in the Configuration Layer. |
java.lang.String |
getApplicationName()
Returns the application name. |
int |
getApplicationType()
Returns application type in the Configuration Layer. |
java.lang.String |
getHost()
Returns the application's base host. |
java.lang.String |
getOption(java.lang.String name)
Returns the option value defined for this application in the Configuration Layer. |
java.lang.String |
getOption(java.lang.String sectionName,
java.lang.String name)
Returns the options defined for this application in the specified section of the Configuration Layer. |
java.util.Map |
getOptions()
Returns the options defined for the application in the Configuration Layer. |
| Method Detail |
public java.lang.String getApplicationName()
InitializationParameterspublic int getApplicationType()
CfgAppType,
CfgAppType.CFGGenericServer,
CfgAppType.CFGThirdPartyServerpublic java.lang.String getHost()
public java.util.Map getOptions()
Map of options, where the key is a String
value for a section name and the value is a second-level Map of options.
Map, the key is a String value for
an option name and the value is a String or an int for the corresponding option value.public java.lang.String getOption(java.lang.String name)
name - option name.
public java.lang.String getOption(java.lang.String sectionName,
java.lang.String name)
Sections are considered for this operation.
sectionName - section name.name - option name.
public java.util.Map getAnnex()
Annex options defined for the application in the Configuration Layer.
Map, where the key is a String
for a section name, and the value is a second-level Map of options.
Map, the key is a String for
an option name and
the value is a String for the corresponding option value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||