Package com.basis.api.admin
Interface BBjAdminWebAppServer_1700
- All Superinterfaces:
BBjAdminCommitPropertyWriter,BBjAdminCommitWriter,BBjAdminPropertyReader,BBjAdminPropertyWriter,BBjAdminWebAppServer,BBjAdminWebAppServer_1500,Remote,Serializable
This is the interface for configuring the Web App Server.
-
Field Summary
Fields inherited from interface com.basis.api.admin.BBjAdminWebAppServer
CLIENT_POLL_INTERVAL, DEVELOPMENT_MODE, DISALLOW_CONSOLE, END_ACTION, END_ACTION_APP, END_ACTION_MSG, END_ACTION_URL, ERR_ACTION, ERR_ACTION_APP, ERR_ACTION_MSG, ERR_ACTION_URL, MANAGE_BROWSER_HISTORY, OMIT_BASIS_CSS, SECURE, SESSION_TIMEOUT, SHOW_BROWSER_WARNING, SHOW_CLIENT_CONFIRMATION_DIALOG -
Method Summary
Modifier and TypeMethodDescriptiongetContextInfo(String p_contextName, boolean isRAP) Returns the context info for the specified context.Methods inherited from interface com.basis.api.admin.BBjAdminCommitPropertyWriter
getChangedProperties, getClearedProperties, getOriginalPropertiesMethods inherited from interface com.basis.api.admin.BBjAdminCommitWriter
commit, rollbackMethods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValueMethods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValueMethods inherited from interface com.basis.api.admin.BBjAdminWebAppServer
addJRE, addJRE, addResource, createApplication, getApplication, getAppNames, getJREs, getResourceUrls, isPublished, isRunning, publish, removeJRE, removeResource, start, stop, unpublish, updateJREMethods inherited from interface com.basis.api.admin.BBjAdminWebAppServer_1500
createContext, createSSL, getContextInfo, getContextNames, getSSLInfo, getSSLNames, removeContext, removeSSL
-
Method Details
-
getContextInfo
Returns the context info for the specified context.- Parameters:
p_contextName- Name of context to get info for.- Returns:
- Returns the specified context or throws an exception if it is not valid.
- Throws:
BBjAdminException- If the context is not valid.
-