|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IAbstractDomainBean
Configuration Bean representing a 'Domain'
| Field Summary |
|---|
| Fields inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase |
|---|
C_VERSION_PROPERTY, CLASS_PROPERTY, P_VERSION_PROPERTY, TEMPLATE_PROPERTY, TYPE_PROPERTY |
| Fields inherited from interface com.sonicsw.mx.config.IAnnotationExtension |
|---|
END_CDATA, START_CDATA, TOOL_ANNOTATION |
| Method Summary | |
|---|---|
boolean |
getAuditConfigureEvents()
Get the attribute for AUDIT_CONFIGURE_EVENTS as a boolean value. |
IMgmtAttributeMetaData |
getAuditConfigureEventsMetaData()
Get the attribute metadata for AUDIT_CONFIGURE_EVENTS. |
boolean |
getAuditManageEvents()
Get the attribute for AUDIT_MANAGE_EVENTS as a boolean value. |
IMgmtAttributeMetaData |
getAuditManageEventsMetaData()
Get the attribute metadata for AUDIT_MANAGE_EVENTS. |
IMgmtBeanBase |
getAuthenticationDomain()
Get the attribute for AUTHENTICATION_DOMAIN as a IMgmtBeanBase value. |
IMgmtBeanBase |
getAuthenticationDomain(IMgmtBeanBase defValue)
Get the attribute for AUTHENTICATION_DOMAIN as a IMgmtBeanBase value. |
IMgmtAttributeMetaData |
getAuthenticationDomainMetaData()
Get the attribute metadata for AUTHENTICATION_DOMAIN. |
java.lang.String |
getCentralizedLogFile()
Get the attribute for CENTRALIZED_LOG_FILE as a String value. |
java.lang.String |
getCentralizedLogFile(java.lang.String defValue)
Get the attribute for CENTRALIZED_LOG_FILE as a String value. |
IMgmtAttributeMetaData |
getCentralizedLogFileMetaData()
Get the attribute metadata for CENTRALIZED_LOG_FILE. |
java.lang.String |
getDefaultManagementAuditConfig()
Get the attribute for DEFAULT_MANAGEMENT_AUDIT_CONFIG as a String value. |
IMgmtAttributeMetaData |
getDefaultManagementAuditConfigMetaData()
Get the attribute metadata for DEFAULT_MANAGEMENT_AUDIT_CONFIG. |
boolean |
getEnableCentralizedAudit()
Get the attribute for ENABLE_CENTRALIZED_AUDIT as a boolean value. |
IMgmtAttributeMetaData |
getEnableCentralizedAuditMetaData()
Get the attribute metadata for ENABLE_CENTRALIZED_AUDIT. |
boolean |
getForceCentralizedLogging()
Get the attribute for FORCE_CENTRALIZED_LOGGING as a boolean value. |
IMgmtAttributeMetaData |
getForceCentralizedLoggingMetaData()
Get the attribute metadata for FORCE_CENTRALIZED_LOGGING. |
long |
getLogFileRolloverSizeThreshold()
Get the attribute for LOG_FILE_ROLLOVER_SIZE_THRESHOLD as a long value. |
IMgmtAttributeMetaData |
getLogFileRolloverSizeThresholdMetaData()
Get the attribute metadata for LOG_FILE_ROLLOVER_SIZE_THRESHOLD. |
long |
getLogFileSizeThreshold()
Get the attribute for LOG_FILE_SIZE_THRESHOLD as a long value. |
IMgmtAttributeMetaData |
getLogFileSizeThresholdMetaData()
Get the attribute metadata for LOG_FILE_SIZE_THRESHOLD. |
void |
setAuditConfigureEvents(boolean value)
Set the attribute for AUDIT_CONFIGURE_EVENTS to the specified boolean value. |
void |
setAuditManageEvents(boolean value)
Set the attribute for AUDIT_MANAGE_EVENTS to the specified boolean value. |
void |
setAuthenticationDomain(IMgmtBeanBase value)
Set the attribute for AUTHENTICATION_DOMAIN to the specified IMgmtBeanBase value. |
void |
setCentralizedLogFile(java.lang.String value)
Set the attribute for CENTRALIZED_LOG_FILE to the specified String value. |
void |
setDefaultManagementAuditConfig(java.lang.String value)
Set the attribute for DEFAULT_MANAGEMENT_AUDIT_CONFIG to the specified String value. |
void |
setEnableCentralizedAudit(boolean value)
Set the attribute for ENABLE_CENTRALIZED_AUDIT to the specified boolean value. |
void |
setForceCentralizedLogging(boolean value)
Set the attribute for FORCE_CENTRALIZED_LOGGING to the specified boolean value. |
void |
setLogFileRolloverSizeThreshold(long value)
Set the attribute for LOG_FILE_ROLLOVER_SIZE_THRESHOLD to the specified long value. |
void |
setLogFileSizeThreshold(long value)
Set the attribute for LOG_FILE_SIZE_THRESHOLD to the specified long value. |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase |
|---|
clone, createUniqueName, getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getProperty, getReferenceAttribute, getStringAttribute, isNewBean, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase |
|---|
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute |
| Methods inherited from interface com.sonicsw.mx.config.IAnnotationExtension |
|---|
getAnnotation, setAnnotation |
| Method Detail |
|---|
boolean getAuditConfigureEvents()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getAuditConfigureEventsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getAuditManageEvents()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getAuditManageEventsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
IMgmtBeanBase getAuthenticationDomain()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtBeanBase getAuthenticationDomain(IMgmtBeanBase defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getAuthenticationDomainMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getCentralizedLogFile()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getCentralizedLogFile(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getCentralizedLogFileMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getDefaultManagementAuditConfig()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getDefaultManagementAuditConfigMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getEnableCentralizedAudit()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getEnableCentralizedAuditMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getForceCentralizedLogging()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getForceCentralizedLoggingMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
long getLogFileRolloverSizeThreshold()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getLogFileRolloverSizeThresholdMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
long getLogFileSizeThreshold()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getLogFileSizeThresholdMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setAuditConfigureEvents(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setAuditManageEvents(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setAuthenticationDomain(IMgmtBeanBase value)
throws MgmtException
value - The IMgmtBeanBase value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setCentralizedLogFile(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setDefaultManagementAuditConfig(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setEnableCentralizedAudit(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setForceCentralizedLogging(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLogFileRolloverSizeThreshold(long value)
throws MgmtException
value - The long value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLogFileSizeThreshold(long value)
throws MgmtException
value - The long value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||