Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractAuthorizationPolicyBean

All Superinterfaces:
com.sonicsw.mx.config.IAnnotationExtension, IMgmtBase, IMgmtBeanBase
All Known Subinterfaces:
IAuthorizationPolicyBean

public interface IAbstractAuthorizationPolicyBean
extends IMgmtBeanBase

Configuration Bean representing a 'AuthorizationPolicy'


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
 IMgmtBeanBase getDefaultDomain()
          Get the attribute for DEFAULT_DOMAIN as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getDefaultDomainMetaData()
          Get the attribute metadata for DEFAULT_DOMAIN.
 java.lang.String getPolicyName()
          Get the attribute for POLICY_NAME as a String value.
 IMgmtAttributeMetaData getPolicyNameMetaData()
          Get the attribute metadata for POLICY_NAME.
 void setDefaultDomain(IMgmtBeanBase value)
          Set the attribute for DEFAULT_DOMAIN to the specified IMgmtBeanBase value.
 void setPolicyName(java.lang.String value)
          Set the attribute for POLICY_NAME to the specified String 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

getDefaultDomain

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

getDefaultDomainMetaData

IMgmtAttributeMetaData getDefaultDomainMetaData()
                                                throws MgmtException
Get the attribute metadata for DEFAULT_DOMAIN.

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

getPolicyName

java.lang.String getPolicyName()
                               throws MgmtException
Get the attribute for POLICY_NAME as a String value.

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

getPolicyNameMetaData

IMgmtAttributeMetaData getPolicyNameMetaData()
                                             throws MgmtException
Get the attribute metadata for POLICY_NAME.

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

setDefaultDomain

void setDefaultDomain(IMgmtBeanBase value)
                      throws MgmtException
Set the attribute for DEFAULT_DOMAIN to the specified IMgmtBeanBase value.

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

setPolicyName

void setPolicyName(java.lang.String value)
                   throws MgmtException
Set the attribute for POLICY_NAME to the specified String value.

Parameters:
value - The String 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.