Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractActivationDaemonBean.IAbstractChildType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IActivationDaemonBean.IChildType
Enclosing interface:
IAbstractActivationDaemonBean

public static interface IAbstractActivationDaemonBean.IAbstractChildType
extends IMgmtSubBeanBase

Inner class representing ChildType This class extends IMgmtListBase


Method Summary
 IActivationDaemonBean.IScheduleList createSchedules()
          Create an instance of an IScheduleList attribute.
 IMgmtBeanBase getContainerRef()
          Get the attribute for CONTAINER_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getContainerRefMetaData()
          Get the attribute metadata for CONTAINER_REF.
 long getRetryIntervalSeconds()
          Get the attribute for RETRY_INTERVAL_SECONDS as a long value.
 IMgmtAttributeMetaData getRetryIntervalSecondsMetaData()
          Get the attribute metadata for RETRY_INTERVAL_SECONDS.
 int getRetryTimes()
          Get the attribute for RETRY_TIMES as a int value.
 IMgmtAttributeMetaData getRetryTimesMetaData()
          Get the attribute metadata for RETRY_TIMES.
 IActivationDaemonBean.IScheduleList getSchedules()
          Get the attribute for SCHEDULES.
 IMgmtAttributeMetaData getSchedulesMetaData()
          Get the attribute metadata for SCHEDULES.
 void setContainerRef(IMgmtBeanBase value)
          Set the attribute for CONTAINER_REF to the specified IMgmtBeanBase value.
 void setRetryIntervalSeconds(long value)
          Set the attribute for RETRY_INTERVAL_SECONDS to the specified long value.
 void setRetryTimes(int value)
          Set the attribute for RETRY_TIMES to the specified int value.
 void setSchedules(IActivationDaemonBean.IScheduleList value)
          Set the attribute for SCHEDULES to the specified IScheduleList 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

createSchedules

IActivationDaemonBean.IScheduleList createSchedules()
                                                    throws MgmtException
Create an instance of an IScheduleList 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 setSchedules method.

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

getContainerRef

IMgmtBeanBase getContainerRef()
                              throws MgmtException
Get the attribute for CONTAINER_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

getContainerRefMetaData

IMgmtAttributeMetaData getContainerRefMetaData()
                                               throws MgmtException
Get the attribute metadata for CONTAINER_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

getRetryIntervalSeconds

long getRetryIntervalSeconds()
                             throws MgmtException
Get the attribute for RETRY_INTERVAL_SECONDS as a long value.

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

getRetryIntervalSecondsMetaData

IMgmtAttributeMetaData getRetryIntervalSecondsMetaData()
                                                       throws MgmtException
Get the attribute metadata for RETRY_INTERVAL_SECONDS.

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

getRetryTimes

int getRetryTimes()
                  throws MgmtException
Get the attribute for RETRY_TIMES 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

getRetryTimesMetaData

IMgmtAttributeMetaData getRetryTimesMetaData()
                                             throws MgmtException
Get the attribute metadata for RETRY_TIMES.

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

getSchedules

IActivationDaemonBean.IScheduleList getSchedules()
                                                 throws MgmtException
Get the attribute for SCHEDULES.

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

getSchedulesMetaData

IMgmtAttributeMetaData getSchedulesMetaData()
                                            throws MgmtException
Get the attribute metadata for SCHEDULES.

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

setContainerRef

void setContainerRef(IMgmtBeanBase value)
                     throws MgmtException
Set the attribute for CONTAINER_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

setRetryIntervalSeconds

void setRetryIntervalSeconds(long value)
                             throws MgmtException
Set the attribute for RETRY_INTERVAL_SECONDS to the specified long value.

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

setRetryTimes

void setRetryTimes(int value)
                   throws MgmtException
Set the attribute for RETRY_TIMES to the specified int value.

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

setSchedules

void setSchedules(IActivationDaemonBean.IScheduleList value)
                  throws MgmtException
Set the attribute for SCHEDULES to the specified IScheduleList value.

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

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.