Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractContainerBean.IAbstractStartupParams

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IContainerBean.IStartupParams
Enclosing interface:
IAbstractContainerBean

public static interface IAbstractContainerBean.IAbstractStartupParams
extends IMgmtSubBeanBase

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

createDeploymentParameters

IContainerBean.IDeploymentParametersSet createDeploymentParameters()
                                                                   throws MgmtException
Create an instance of an IDeploymentParametersSet attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using the setDeploymentParameters method.

Returns:
The new IDeploymentParametersSet bean
Throws:
MgmtException - Thrown if there is some problem creating this object

createEnabledAlerts

IContainerBean.IEnabledAlertsType createEnabledAlerts()
                                                      throws MgmtException
Create an instance of an IEnabledAlertsType attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using the setEnabledAlerts method.

Returns:
The new IEnabledAlertsType bean
Throws:
MgmtException - Thrown if there is some problem creating this object

createEnabledMetrics

IContainerBean.IEnabledMetricsType createEnabledMetrics()
                                                        throws MgmtException
Create an instance of an IEnabledMetricsType attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using the setEnabledMetrics method.

Returns:
The new IEnabledMetricsType bean
Throws:
MgmtException - Thrown if there is some problem creating this object

createNativeLibraries

IContainerBean.ILibrariesType createNativeLibraries()
                                                    throws MgmtException
Create an instance of an ILibrariesType attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using the setNativeLibraries method.

Returns:
The new ILibrariesType bean
Throws:
MgmtException - Thrown if there is some problem creating this object

getAutoStart

boolean getAutoStart()
                     throws MgmtException
Get the attribute for AUTO_START as a boolean value.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getAutoStartMetaData

IMgmtAttributeMetaData getAutoStartMetaData()
                                            throws MgmtException
Get the attribute metadata for AUTO_START.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getConfigRef

IMgmtBeanBase getConfigRef()
                           throws MgmtException
Get the attribute for CONFIG_REF as a IMgmtBeanBase value.

Returns:
The IMgmtBeanBase value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getConfigRefMetaData

IMgmtAttributeMetaData getConfigRefMetaData()
                                            throws MgmtException
Get the attribute metadata for CONFIG_REF.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getDeploymentParameters

IContainerBean.IDeploymentParametersSet getDeploymentParameters()
                                                                throws MgmtException
Get the attribute for DEPLOYMENT_PARAMETERS.

Returns:
The IDeploymentParametersSet value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getDeploymentParametersMetaData

IMgmtAttributeMetaData getDeploymentParametersMetaData()
                                                       throws MgmtException
Get the attribute metadata for DEPLOYMENT_PARAMETERS.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

getEnabledAlerts

IContainerBean.IEnabledAlertsType getEnabledAlerts()
                                                   throws MgmtException
Get the attribute for ENABLED_ALERTS.

Returns:
The IEnabledAlertsType value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getEnabledAlertsMetaData

IMgmtAttributeMetaData getEnabledAlertsMetaData()
                                                throws MgmtException
Get the attribute metadata for ENABLED_ALERTS.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

getEnabledMetrics

IContainerBean.IEnabledMetricsType getEnabledMetrics()
                                                     throws MgmtException
Get the attribute for ENABLED_METRICS.

Returns:
The IEnabledMetricsType value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getEnabledMetricsMetaData

IMgmtAttributeMetaData getEnabledMetricsMetaData()
                                                 throws MgmtException
Get the attribute metadata for ENABLED_METRICS.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

getNativeLibraries

IContainerBean.ILibrariesType getNativeLibraries()
                                                 throws MgmtException
Get the attribute for NATIVE_LIBRARIES.

Returns:
The ILibrariesType value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getNativeLibrariesMetaData

IMgmtAttributeMetaData getNativeLibrariesMetaData()
                                                  throws MgmtException
Get the attribute metadata for NATIVE_LIBRARIES.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

getTraceMask

int getTraceMask()
                 throws MgmtException
Get the attribute for TRACE_MASK as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getTraceMaskMetaData

IMgmtAttributeMetaData getTraceMaskMetaData()
                                            throws MgmtException
Get the attribute metadata for TRACE_MASK.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

setAutoStart

void setAutoStart(boolean value)
                  throws MgmtException
Set the attribute for AUTO_START to the specified boolean value.

Parameters:
value - The boolean value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setConfigRef

void setConfigRef(IMgmtBeanBase value)
                  throws MgmtException
Set the attribute for CONFIG_REF to the specified IMgmtBeanBase value.

Parameters:
value - The IMgmtBeanBase value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setDeploymentParameters

void setDeploymentParameters(IContainerBean.IDeploymentParametersSet value)
                             throws MgmtException
Set the attribute for DEPLOYMENT_PARAMETERS to the specified IDeploymentParametersSet value.

Parameters:
value - The IDeploymentParametersSet value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setEnabledAlerts

void setEnabledAlerts(IContainerBean.IEnabledAlertsType value)
                      throws MgmtException
Set the attribute for ENABLED_ALERTS to the specified IEnabledAlertsType value.

Parameters:
value - The IEnabledAlertsType value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setEnabledMetrics

void setEnabledMetrics(IContainerBean.IEnabledMetricsType value)
                       throws MgmtException
Set the attribute for ENABLED_METRICS to the specified IEnabledMetricsType value.

Parameters:
value - The IEnabledMetricsType value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setNativeLibraries

void setNativeLibraries(IContainerBean.ILibrariesType value)
                        throws MgmtException
Set the attribute for NATIVE_LIBRARIES to the specified ILibrariesType value.

Parameters:
value - The ILibrariesType value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setTraceMask

void setTraceMask(int value)
                  throws MgmtException
Set the attribute for TRACE_MASK to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.