|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractContainerBean.IAbstractStartupParams
Inner class representing StartupParams This class extends IMgmtListBase
| Method Summary | |
|---|---|
IContainerBean.IDeploymentParametersSet |
createDeploymentParameters()
Create an instance of an IDeploymentParametersSet attribute. |
IContainerBean.IEnabledAlertsType |
createEnabledAlerts()
Create an instance of an IEnabledAlertsType attribute. |
IContainerBean.IEnabledMetricsType |
createEnabledMetrics()
Create an instance of an IEnabledMetricsType attribute. |
IContainerBean.ILibrariesType |
createNativeLibraries()
Create an instance of an ILibrariesType attribute. |
boolean |
getAutoStart()
Get the attribute for AUTO_START as a boolean value. |
IMgmtAttributeMetaData |
getAutoStartMetaData()
Get the attribute metadata for AUTO_START. |
IMgmtBeanBase |
getConfigRef()
Get the attribute for CONFIG_REF as a IMgmtBeanBase value. |
IMgmtAttributeMetaData |
getConfigRefMetaData()
Get the attribute metadata for CONFIG_REF. |
IContainerBean.IDeploymentParametersSet |
getDeploymentParameters()
Get the attribute for DEPLOYMENT_PARAMETERS. |
IMgmtAttributeMetaData |
getDeploymentParametersMetaData()
Get the attribute metadata for DEPLOYMENT_PARAMETERS. |
IContainerBean.IEnabledAlertsType |
getEnabledAlerts()
Get the attribute for ENABLED_ALERTS. |
IMgmtAttributeMetaData |
getEnabledAlertsMetaData()
Get the attribute metadata for ENABLED_ALERTS. |
IContainerBean.IEnabledMetricsType |
getEnabledMetrics()
Get the attribute for ENABLED_METRICS. |
IMgmtAttributeMetaData |
getEnabledMetricsMetaData()
Get the attribute metadata for ENABLED_METRICS. |
IContainerBean.ILibrariesType |
getNativeLibraries()
Get the attribute for NATIVE_LIBRARIES. |
IMgmtAttributeMetaData |
getNativeLibrariesMetaData()
Get the attribute metadata for NATIVE_LIBRARIES. |
int |
getTraceMask()
Get the attribute for TRACE_MASK as a int value. |
IMgmtAttributeMetaData |
getTraceMaskMetaData()
Get the attribute metadata for TRACE_MASK. |
void |
setAutoStart(boolean value)
Set the attribute for AUTO_START to the specified boolean value. |
void |
setConfigRef(IMgmtBeanBase value)
Set the attribute for CONFIG_REF to the specified IMgmtBeanBase value. |
void |
setDeploymentParameters(IContainerBean.IDeploymentParametersSet value)
Set the attribute for DEPLOYMENT_PARAMETERS to the specified IDeploymentParametersSet value. |
void |
setEnabledAlerts(IContainerBean.IEnabledAlertsType value)
Set the attribute for ENABLED_ALERTS to the specified IEnabledAlertsType value. |
void |
setEnabledMetrics(IContainerBean.IEnabledMetricsType value)
Set the attribute for ENABLED_METRICS to the specified IEnabledMetricsType value. |
void |
setNativeLibraries(IContainerBean.ILibrariesType value)
Set the attribute for NATIVE_LIBRARIES to the specified ILibrariesType value. |
void |
setTraceMask(int value)
Set the attribute for TRACE_MASK to the specified int value. |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase |
|---|
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, 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 |
| Method Detail |
|---|
IContainerBean.IDeploymentParametersSet createDeploymentParameters()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
IContainerBean.IEnabledAlertsType createEnabledAlerts()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
IContainerBean.IEnabledMetricsType createEnabledMetrics()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
IContainerBean.ILibrariesType createNativeLibraries()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
boolean getAutoStart()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getAutoStartMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
IMgmtBeanBase getConfigRef()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getConfigRefMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
IContainerBean.IDeploymentParametersSet getDeploymentParameters()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getDeploymentParametersMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
IContainerBean.IEnabledAlertsType getEnabledAlerts()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getEnabledAlertsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
IContainerBean.IEnabledMetricsType getEnabledMetrics()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getEnabledMetricsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
IContainerBean.ILibrariesType getNativeLibraries()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getNativeLibrariesMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
int getTraceMask()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getTraceMaskMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setAutoStart(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setConfigRef(IMgmtBeanBase value)
throws MgmtException
value - The IMgmtBeanBase value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setDeploymentParameters(IContainerBean.IDeploymentParametersSet value)
throws MgmtException
value - The IDeploymentParametersSet value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setEnabledAlerts(IContainerBean.IEnabledAlertsType value)
throws MgmtException
value - The IEnabledAlertsType value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setEnabledMetrics(IContainerBean.IEnabledMetricsType value)
throws MgmtException
value - The IEnabledMetricsType value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setNativeLibraries(IContainerBean.ILibrariesType value)
throws MgmtException
value - The ILibrariesType value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setTraceMask(int value)
throws MgmtException
value - The int 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 | |||||||