|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IAbstractCollectionsMonitorBean
Configuration Bean representing a 'CollectionsMonitor'
| Nested Class Summary | |
|---|---|
static interface |
IAbstractCollectionsMonitorBean.IAbstractCollectionList
Inner class representing CollectionList This inner class contains inner data items that have a zero based index. |
static interface |
IAbstractCollectionsMonitorBean.IAbstractFsStorageType
Inner class representing FsStorageType This class extends IMgmtListBase |
static interface |
IAbstractCollectionsMonitorBean.IAbstractJdbcStorageType
Inner class representing JdbcStorageType This class extends IMgmtListBase |
static interface |
IAbstractCollectionsMonitorBean.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 | |
|---|---|
ICollectionsMonitorBean.IJdbcStorageType |
createJdbcHistoryStorage()
Create an instance of an IJdbcStorageType attribute. |
ICollectionsMonitorBean.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. |
ICollectionsMonitorBean.ICollectionList |
getCollections()
Get the attribute for COLLECTIONS. |
IMgmtAttributeMetaData |
getCollectionsMetaData()
Get the attribute metadata for COLLECTIONS. |
ICollectionsMonitorBean.IFsStorageType |
getFsHistoryStorage()
Get the attribute for FS_HISTORY_STORAGE. |
IMgmtAttributeMetaData |
getFsHistoryStorageMetaData()
Get the attribute metadata for FS_HISTORY_STORAGE. |
int |
getHistoryDurationHours()
Get the attribute for HISTORY_DURATION_HOURS as a int value. |
IMgmtAttributeMetaData |
getHistoryDurationHoursMetaData()
Get the attribute metadata for HISTORY_DURATION_HOURS. |
ICollectionsMonitorBean.IJdbcStorageType |
getJdbcHistoryStorage()
Get the attribute for JDBC_HISTORY_STORAGE. |
IMgmtAttributeMetaData |
getJdbcHistoryStorageMetaData()
Get the attribute metadata for JDBC_HISTORY_STORAGE. |
long |
getMaxStorageSize()
Get the attribute for MAX_STORAGE_SIZE as a long value. |
IMgmtAttributeMetaData |
getMaxStorageSizeMetaData()
Get the attribute metadata for MAX_STORAGE_SIZE. |
ICollectionsMonitorBean.IMetricsCollectionType |
getMetrics()
Get the attribute for METRICS. |
IMgmtAttributeMetaData |
getMetricsMetaData()
Get the attribute metadata for METRICS. |
int |
getNotificationSubscriptionTimeout()
Get the attribute for NOTIFICATION_SUBSCRIPTION_TIMEOUT as a int value. |
IMgmtAttributeMetaData |
getNotificationSubscriptionTimeoutMetaData()
Get the attribute metadata for NOTIFICATION_SUBSCRIPTION_TIMEOUT. |
boolean |
getSaveMonitoredNotifications()
Get the attribute for SAVE_MONITORED_NOTIFICATIONS as a boolean value. |
IMgmtAttributeMetaData |
getSaveMonitoredNotificationsMetaData()
Get the attribute metadata for SAVE_MONITORED_NOTIFICATIONS. |
boolean |
getSaveThresholdNotifications()
Get the attribute for SAVE_THRESHOLD_NOTIFICATIONS as a boolean value. |
IMgmtAttributeMetaData |
getSaveThresholdNotificationsMetaData()
Get the attribute metadata for SAVE_THRESHOLD_NOTIFICATIONS. |
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 |
setHistoryDurationHours(int value)
Set the attribute for HISTORY_DURATION_HOURS to the specified int value. |
void |
setJdbcHistoryStorage(ICollectionsMonitorBean.IJdbcStorageType value)
Set the attribute for JDBC_HISTORY_STORAGE to the specified IJdbcStorageType value. |
void |
setMaxStorageSize(long value)
Set the attribute for MAX_STORAGE_SIZE to the specified long value. |
void |
setMetrics(ICollectionsMonitorBean.IMetricsCollectionType value)
Set the attribute for METRICS to the specified IMetricsCollectionType value. |
void |
setNotificationSubscriptionTimeout(int value)
Set the attribute for NOTIFICATION_SUBSCRIPTION_TIMEOUT to the specified int value. |
void |
setSaveMonitoredNotifications(boolean value)
Set the attribute for SAVE_MONITORED_NOTIFICATIONS to the specified boolean value. |
void |
setSaveThresholdNotifications(boolean value)
Set the attribute for SAVE_THRESHOLD_NOTIFICATIONS to the specified boolean 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 |
|---|
ICollectionsMonitorBean.IJdbcStorageType createJdbcHistoryStorage()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
ICollectionsMonitorBean.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
ICollectionsMonitorBean.ICollectionList getCollections()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getCollectionsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
ICollectionsMonitorBean.IFsStorageType getFsHistoryStorage()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getFsHistoryStorageMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
int getHistoryDurationHours()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getHistoryDurationHoursMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
ICollectionsMonitorBean.IJdbcStorageType getJdbcHistoryStorage()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getJdbcHistoryStorageMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
long getMaxStorageSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMaxStorageSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
ICollectionsMonitorBean.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
int getNotificationSubscriptionTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getNotificationSubscriptionTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getSaveMonitoredNotifications()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getSaveMonitoredNotificationsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getSaveThresholdNotifications()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getSaveThresholdNotificationsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's 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 setHistoryDurationHours(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setJdbcHistoryStorage(ICollectionsMonitorBean.IJdbcStorageType value)
throws MgmtException
value - The IJdbcStorageType value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMaxStorageSize(long value)
throws MgmtException
value - The long value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMetrics(ICollectionsMonitorBean.IMetricsCollectionType value)
throws MgmtException
value - The IMetricsCollectionType value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setNotificationSubscriptionTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setSaveMonitoredNotifications(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setSaveThresholdNotifications(boolean value)
throws MgmtException
value - The boolean 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 | |||||||