Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractClusterBean.IAbstractClusterReferencesType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IClusterBean.IClusterReferencesType
Enclosing interface:
IAbstractClusterBean

public static interface IAbstractClusterBean.IAbstractClusterReferencesType
extends IMgmtSubBeanBase

Inner class representing ClusterReferencesType This class extends IMgmtListBase


Method Summary
 IMgmtBeanBase getAuthenticationDomainConfigElementRef()
          Get the attribute for AUTHENTICATION_DOMAIN_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtBeanBase getAuthenticationDomainConfigElementRef(IMgmtBeanBase defValue)
          Get the attribute for AUTHENTICATION_DOMAIN_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getAuthenticationDomainConfigElementRefMetaData()
          Get the attribute metadata for AUTHENTICATION_DOMAIN_CONFIG_ELEMENT_REF.
 IMgmtBeanBase getAuthorizationPolicyConfigElementRef()
          Get the attribute for AUTHORIZATION_POLICY_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtBeanBase getAuthorizationPolicyConfigElementRef(IMgmtBeanBase defValue)
          Get the attribute for AUTHORIZATION_POLICY_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getAuthorizationPolicyConfigElementRefMetaData()
          Get the attribute metadata for AUTHORIZATION_POLICY_CONFIG_ELEMENT_REF.
 IMgmtBeanBase getGlobalSubscriptionsConfigElementRef()
          Get the attribute for GLOBAL_SUBSCRIPTIONS_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtBeanBase getGlobalSubscriptionsConfigElementRef(IMgmtBeanBase defValue)
          Get the attribute for GLOBAL_SUBSCRIPTIONS_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getGlobalSubscriptionsConfigElementRefMetaData()
          Get the attribute metadata for GLOBAL_SUBSCRIPTIONS_CONFIG_ELEMENT_REF.
 IMgmtBeanBase getQueueConfigElementRef()
          Get the attribute for QUEUE_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtBeanBase getQueueConfigElementRef(IMgmtBeanBase defValue)
          Get the attribute for QUEUE_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getQueueConfigElementRefMetaData()
          Get the attribute metadata for QUEUE_CONFIG_ELEMENT_REF.
 IMgmtBeanBase getRoutingConfigElementRef()
          Get the attribute for ROUTING_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtBeanBase getRoutingConfigElementRef(IMgmtBeanBase defValue)
          Get the attribute for ROUTING_CONFIG_ELEMENT_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getRoutingConfigElementRefMetaData()
          Get the attribute metadata for ROUTING_CONFIG_ELEMENT_REF.
 void setAuthenticationDomainConfigElementRef(IMgmtBeanBase value)
          Set the attribute for AUTHENTICATION_DOMAIN_CONFIG_ELEMENT_REF to the specified IMgmtBeanBase value.
 void setAuthorizationPolicyConfigElementRef(IMgmtBeanBase value)
          Set the attribute for AUTHORIZATION_POLICY_CONFIG_ELEMENT_REF to the specified IMgmtBeanBase value.
 void setGlobalSubscriptionsConfigElementRef(IMgmtBeanBase value)
          Set the attribute for GLOBAL_SUBSCRIPTIONS_CONFIG_ELEMENT_REF to the specified IMgmtBeanBase value.
 void setQueueConfigElementRef(IMgmtBeanBase value)
          Set the attribute for QUEUE_CONFIG_ELEMENT_REF to the specified IMgmtBeanBase value.
 void setRoutingConfigElementRef(IMgmtBeanBase value)
          Set the attribute for ROUTING_CONFIG_ELEMENT_REF to the specified IMgmtBeanBase 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

getAuthenticationDomainConfigElementRef

IMgmtBeanBase getAuthenticationDomainConfigElementRef()
                                                      throws MgmtException
Get the attribute for AUTHENTICATION_DOMAIN_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getAuthenticationDomainConfigElementRef

IMgmtBeanBase getAuthenticationDomainConfigElementRef(IMgmtBeanBase defValue)
                                                      throws MgmtException
Get the attribute for AUTHENTICATION_DOMAIN_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
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

getAuthenticationDomainConfigElementRefMetaData

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

getAuthorizationPolicyConfigElementRef

IMgmtBeanBase getAuthorizationPolicyConfigElementRef()
                                                     throws MgmtException
Get the attribute for AUTHORIZATION_POLICY_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getAuthorizationPolicyConfigElementRef

IMgmtBeanBase getAuthorizationPolicyConfigElementRef(IMgmtBeanBase defValue)
                                                     throws MgmtException
Get the attribute for AUTHORIZATION_POLICY_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
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

getAuthorizationPolicyConfigElementRefMetaData

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

getGlobalSubscriptionsConfigElementRef

IMgmtBeanBase getGlobalSubscriptionsConfigElementRef()
                                                     throws MgmtException
Get the attribute for GLOBAL_SUBSCRIPTIONS_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getGlobalSubscriptionsConfigElementRef

IMgmtBeanBase getGlobalSubscriptionsConfigElementRef(IMgmtBeanBase defValue)
                                                     throws MgmtException
Get the attribute for GLOBAL_SUBSCRIPTIONS_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
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

getGlobalSubscriptionsConfigElementRefMetaData

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

getQueueConfigElementRef

IMgmtBeanBase getQueueConfigElementRef()
                                       throws MgmtException
Get the attribute for QUEUE_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getQueueConfigElementRef

IMgmtBeanBase getQueueConfigElementRef(IMgmtBeanBase defValue)
                                       throws MgmtException
Get the attribute for QUEUE_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
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

getQueueConfigElementRefMetaData

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

getRoutingConfigElementRef

IMgmtBeanBase getRoutingConfigElementRef()
                                         throws MgmtException
Get the attribute for ROUTING_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getRoutingConfigElementRef

IMgmtBeanBase getRoutingConfigElementRef(IMgmtBeanBase defValue)
                                         throws MgmtException
Get the attribute for ROUTING_CONFIG_ELEMENT_REF as a IMgmtBeanBase value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
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

getRoutingConfigElementRefMetaData

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

setAuthenticationDomainConfigElementRef

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

setAuthorizationPolicyConfigElementRef

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

setGlobalSubscriptionsConfigElementRef

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

setQueueConfigElementRef

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

setRoutingConfigElementRef

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

Sonic Management API

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