|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
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 attributeIMgmtAttributeMetaData getAuditConfigureEventsMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataboolean getAuditManageEvents() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getAuditManageEventsMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataIMgmtBeanBase getAuthenticationDomain() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtBeanBase 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 attributeIMgmtAttributeMetaData getAuthenticationDomainMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getCentralizedLogFile() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributejava.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 attributeIMgmtAttributeMetaData getCentralizedLogFileMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getDefaultManagementAuditConfig() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getDefaultManagementAuditConfigMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataboolean getEnableCentralizedAudit() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getEnableCentralizedAuditMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataboolean getForceCentralizedLogging() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getForceCentralizedLoggingMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatalong getLogFileRolloverSizeThreshold() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getLogFileRolloverSizeThresholdMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatalong getLogFileSizeThreshold() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getLogFileSizeThresholdMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatavoid setAuditConfigureEvents(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setAuditManageEvents(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setAuthenticationDomain(IMgmtBeanBase value) throws MgmtException
value
- The IMgmtBeanBase value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setCentralizedLogFile(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setDefaultManagementAuditConfig(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setEnableCentralizedAudit(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setForceCentralizedLogging(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setLogFileRolloverSizeThreshold(long value) throws MgmtException
value
- The long value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid 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 All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |