|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IAbstractLoggerBean
Configuration Bean representing a 'Logger'
| Nested Class Summary | |
|---|---|
static interface |
IAbstractLoggerBean.IAbstractComponentCollectionsType
Inner class representing ComponentCollectionsType This inner class contains inner data items that are keyed off a name. |
static interface |
IAbstractLoggerBean.IAbstractMetricsCollectionType
Inner class representing MetricsCollectionType This class extends IMgmtListBase |
| 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 | |
|---|---|
ILoggerBean.IMetricsCollectionType |
createMetrics()
Create an instance of an IMetricsCollectionType attribute. |
java.lang.String |
getArchiveName()
Get the attribute for ARCHIVE_NAME as a String value. |
IMgmtAttributeMetaData |
getArchiveNameMetaData()
Get the attribute metadata for ARCHIVE_NAME. |
java.lang.String |
getClassname()
Get the attribute for CLASSNAME as a String value. |
IMgmtAttributeMetaData |
getClassnameMetaData()
Get the attribute metadata for CLASSNAME. |
java.lang.String |
getClasspath()
Get the attribute for CLASSPATH as a String value. |
java.lang.String |
getClasspath(java.lang.String defValue)
Get the attribute for CLASSPATH as a String value. |
IMgmtAttributeMetaData |
getClasspathMetaData()
Get the attribute metadata for CLASSPATH. |
int |
getCollectionsMonitorPollInterval()
Get the attribute for COLLECTIONS_MONITOR_POLL_INTERVAL as a int value. |
IMgmtAttributeMetaData |
getCollectionsMonitorPollIntervalMetaData()
Get the attribute metadata for COLLECTIONS_MONITOR_POLL_INTERVAL. |
java.lang.String |
getCollectionsMonitorRuntimeId()
Get the attribute for COLLECTIONS_MONITOR_RUNTIME_ID as a String value. |
IMgmtAttributeMetaData |
getCollectionsMonitorRuntimeIdMetaData()
Get the attribute metadata for COLLECTIONS_MONITOR_RUNTIME_ID. |
ILoggerBean.IComponentCollectionsType |
getComponentCollections()
Get the attribute for COMPONENT_COLLECTIONS. |
IMgmtAttributeMetaData |
getComponentCollectionsMetaData()
Get the attribute metadata for COMPONENT_COLLECTIONS. |
java.lang.String |
getL0gTextDelimiter()
Get the attribute for L0G_TEXT_DELIMITER as a String value. |
java.lang.String |
getL0gTextDelimiter(java.lang.String defValue)
Get the attribute for L0G_TEXT_DELIMITER as a String value. |
IMgmtAttributeMetaData |
getL0gTextDelimiterMetaData()
Get the attribute metadata for L0G_TEXT_DELIMITER. |
java.lang.String |
getLog4jConfigurationFilePath()
Get the attribute for LOG4J_CONFIGURATION_FILE_PATH as a String value. |
IMgmtAttributeMetaData |
getLog4jConfigurationFilePathMetaData()
Get the attribute metadata for LOG4J_CONFIGURATION_FILE_PATH. |
java.lang.String |
getLogFormat()
Get the attribute for LOG_FORMAT as a String value. |
IMgmtAttributeMetaData |
getLogFormatMetaData()
Get the attribute metadata for LOG_FORMAT. |
int |
getMaxLookbackPeriod()
Get the attribute for MAX_LOOKBACK_PERIOD as a int value. |
IMgmtAttributeMetaData |
getMaxLookbackPeriodMetaData()
Get the attribute metadata for MAX_LOOKBACK_PERIOD. |
ILoggerBean.IMetricsCollectionType |
getMetrics()
Get the attribute for METRICS. |
IMgmtAttributeMetaData |
getMetricsMetaData()
Get the attribute metadata for METRICS. |
void |
setArchiveName(java.lang.String value)
Set the attribute for ARCHIVE_NAME to the specified String value. |
void |
setClasspath(java.lang.String value)
Set the attribute for CLASSPATH to the specified String value. |
void |
setCollectionsMonitorPollInterval(int value)
Set the attribute for COLLECTIONS_MONITOR_POLL_INTERVAL to the specified int value. |
void |
setCollectionsMonitorRuntimeId(java.lang.String value)
Set the attribute for COLLECTIONS_MONITOR_RUNTIME_ID to the specified String value. |
void |
setL0gTextDelimiter(java.lang.String value)
Set the attribute for L0G_TEXT_DELIMITER to the specified String value. |
void |
setLog4jConfigurationFilePath(java.lang.String value)
Set the attribute for LOG4J_CONFIGURATION_FILE_PATH to the specified String value. |
void |
setLogFormat(java.lang.String value)
Set the attribute for LOG_FORMAT to the specified String value. |
void |
setMaxLookbackPeriod(int value)
Set the attribute for MAX_LOOKBACK_PERIOD to the specified int value. |
void |
setMetrics(ILoggerBean.IMetricsCollectionType value)
Set the attribute for METRICS to the specified IMetricsCollectionType 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 |
|---|
ILoggerBean.IMetricsCollectionType createMetrics()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
java.lang.String getArchiveName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getArchiveNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getClassname()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getClassnameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getClasspath()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getClasspath(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 getClasspathMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getCollectionsMonitorPollInterval()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getCollectionsMonitorPollIntervalMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getCollectionsMonitorRuntimeId()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getCollectionsMonitorRuntimeIdMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
ILoggerBean.IComponentCollectionsType getComponentCollections()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getComponentCollectionsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
java.lang.String getL0gTextDelimiter()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getL0gTextDelimiter(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 getL0gTextDelimiterMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getLog4jConfigurationFilePath()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getLog4jConfigurationFilePathMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getLogFormat()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getLogFormatMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getMaxLookbackPeriod()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMaxLookbackPeriodMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
ILoggerBean.IMetricsCollectionType getMetrics()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMetricsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
void setArchiveName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setClasspath(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setCollectionsMonitorPollInterval(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setCollectionsMonitorRuntimeId(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setL0gTextDelimiter(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLog4jConfigurationFilePath(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLogFormat(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMaxLookbackPeriod(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMetrics(ILoggerBean.IMetricsCollectionType value)
throws MgmtException
value - The IMetricsCollectionType 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 | |||||||