|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
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 objectIContainerBean.IEnabledAlertsType createEnabledAlerts() throws MgmtException
MgmtException
- Thrown if there is some problem creating this objectIContainerBean.IEnabledMetricsType createEnabledMetrics() throws MgmtException
MgmtException
- Thrown if there is some problem creating this objectIContainerBean.ILibrariesType createNativeLibraries() throws MgmtException
MgmtException
- Thrown if there is some problem creating this objectboolean getAutoStart() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getAutoStartMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataIMgmtBeanBase getConfigRef() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getConfigRefMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataIContainerBean.IDeploymentParametersSet getDeploymentParameters() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getDeploymentParametersMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadataIContainerBean.IEnabledAlertsType getEnabledAlerts() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getEnabledAlertsMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadataIContainerBean.IEnabledMetricsType getEnabledMetrics() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getEnabledMetricsMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadataIContainerBean.ILibrariesType getNativeLibraries() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getNativeLibrariesMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadataint getTraceMask() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getTraceMaskMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatavoid setAutoStart(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setConfigRef(IMgmtBeanBase value) throws MgmtException
value
- The IMgmtBeanBase value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setDeploymentParameters(IContainerBean.IDeploymentParametersSet value) throws MgmtException
value
- The IDeploymentParametersSet value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setEnabledAlerts(IContainerBean.IEnabledAlertsType value) throws MgmtException
value
- The IEnabledAlertsType value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setEnabledMetrics(IContainerBean.IEnabledMetricsType value) throws MgmtException
value
- The IEnabledMetricsType value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setNativeLibraries(IContainerBean.ILibrariesType value) throws MgmtException
value
- The ILibrariesType value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid 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 All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |