public interface BBjAdminWebAppServer_1500 extends 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
Modifier and Type | Method and Description |
---|---|
BBjAdminContextInfo |
createContext(java.lang.String p_contextName)
Creates a new custom context on the web server.
|
BBjAdminSSLInfo |
createSSL(java.lang.String p_port)
Creates a new custom SSL entry with the specified PORT on the web server.
|
BBjAdminContextInfo |
getContextInfo(java.lang.String p_contextName)
Returns the context info for the specified context.
|
BBjAdminList<java.lang.String> |
getContextNames()
Returns a list of all the available contexts on the web server.
|
BBjAdminSSLInfo |
getSSLInfo(java.lang.String p_port)
Returns the specified SSL info.
|
BBjAdminList<java.lang.String> |
getSSLNames()
Returns a list of all the available SSL PORTs on the web server.
|
void |
removeContext(java.lang.String p_context)
Removes the specified custom context.
|
void |
removeSSL(java.lang.String p_port)
Removes the specified SSL entry.
|
addJRE, addResource, createApplication, getApplication, getAppNames, getJREs, getResourceUrls, isPublished, isRunning, publish, removeJRE, removeResource, start, stop, unpublish, updateJRE
getChangedProperties, getClearedProperties, getOriginalProperties
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
commit, rollback
BBjAdminList<java.lang.String> getContextNames() throws BBjAdminException
BBjAdminException
BBjAdminContextInfo createContext(java.lang.String p_contextName) throws BBjAdminException
p_contextName
- Name of the context to create.BBjAdminException
void removeContext(java.lang.String p_context) throws BBjAdminException
p_context
- BBjAdminException
BBjAdminContextInfo getContextInfo(java.lang.String p_contextName) throws BBjAdminException
p_contextName
- Name of context to get info for.BBjAdminException
- If the context is not valid.BBjAdminList<java.lang.String> getSSLNames() throws BBjAdminException
BBjAdminException
BBjAdminSSLInfo getSSLInfo(java.lang.String p_port) throws BBjAdminException
p_port
- the PORT of the SSL entry to get.BBjAdminException
- If the context is not valid.void removeSSL(java.lang.String p_port) throws BBjAdminException
p_port
- BBjAdminException
BBjAdminSSLInfo createSSL(java.lang.String p_port) throws BBjAdminException
p_port
- The PORT number for the SSL entry.BBjAdminException