Package com.basis.api.admin
Interface BBjAdminJnlpConfiguration
- All Superinterfaces:
BBjAdminCommitPropertyWriter
,BBjAdminCommitWriter
,BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
,Serializable
Configuration for the JNLP related items on the server.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionCreate a new instance of a JNLP application.Returns a list of the JNLP applications configured.getDemos()
Returns a list of the available JNLP demo applications.Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.void
removeApplication
(String p_name) Removes the specified JNLP application configuration.void
setDescriptiveProperties
(BBjAdminList<BBjAdminProperty> p_descriptiveProps) Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.Methods inherited from interface com.basis.api.admin.BBjAdminCommitPropertyWriter
getChangedProperties, getClearedProperties, getOriginalProperties
Methods inherited from interface com.basis.api.admin.BBjAdminCommitWriter
commit, rollback
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Field Details
-
KEYSTORE
- See Also:
-
KEYSTORE_PASSWORD
- See Also:
-
ALIAS
- See Also:
-
PRIVATE_KEY
- See Also:
-
PRIVATE_KEY_PASSWORD
- See Also:
-
KEY_FINGERPRINT
- See Also:
-
BASIS_CERT_COMPANY_NAME
- See Also:
-
BASIS_CERT_JETTY_HOST
- See Also:
-
BASIS_CERT_JETTY_PORT
- See Also:
-
BASIS_GENERATED_CERT
- See Also:
-
-
Method Details
-
getApplications
Returns a list of the JNLP applications configured.- Throws:
BBjAdminException
-
createApplication
Create a new instance of a JNLP application. The application will be stored when you call the commit() method on the BBjAdminJnlpApplication instance.- Returns:
- New BBjAdminJnlpApplication instance.
- Throws:
BBjAdminException
-
removeApplication
Removes the specified JNLP application configuration.- Parameters:
p_name
- Name of the JNLP application to remove.- Throws:
BBjAdminException
-
getDemos
Returns a list of the available JNLP demo applications.- Returns:
- List of demo applications.
- Throws:
BBjAdminException
-
getDescriptiveProperties
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI. To get property values for general purposes, you should call the getXXX() methods.- Returns:
- BBjAdminList containing BBjAdminProperty objects for each available property.
- Throws:
BBjAdminException
-
setDescriptiveProperties
void setDescriptiveProperties(BBjAdminList<BBjAdminProperty> p_descriptiveProps) throws BBjAdminException Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI. To set property values for general purposes, you should call the setXXX() methods.- Throws:
BBjAdminException
-