Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractGlobalSubscriptionsBean.IAbstractGlobalSubscriptionEntryType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IGlobalSubscriptionsBean.IGlobalSubscriptionEntryType
Enclosing interface:
IAbstractGlobalSubscriptionsBean

public static interface IAbstractGlobalSubscriptionsBean.IAbstractGlobalSubscriptionEntryType
extends IMgmtSubBeanBase

Inner class representing GlobalSubscriptionEntryType This class extends IMgmtListBase


Method Summary
 IGlobalSubscriptionsBean.INodeMapType getNodes()
          Get the attribute for NODES.
 IMgmtAttributeMetaData getNodesMetaData()
          Get the attribute metadata for NODES.
 java.lang.String getTopic()
          Get the attribute for TOPIC as a String value.
 IMgmtAttributeMetaData getTopicMetaData()
          Get the attribute metadata for TOPIC.
 void setTopic(java.lang.String value)
          Set the attribute for TOPIC to the specified String 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

getNodes

IGlobalSubscriptionsBean.INodeMapType getNodes()
                                               throws MgmtException
Get the attribute for NODES.

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

getNodesMetaData

IMgmtAttributeMetaData getNodesMetaData()
                                        throws MgmtException
Get the attribute metadata for NODES.

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

getTopic

java.lang.String getTopic()
                          throws MgmtException
Get the attribute for TOPIC 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

getTopicMetaData

IMgmtAttributeMetaData getTopicMetaData()
                                        throws MgmtException
Get the attribute metadata for TOPIC.

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

setTopic

void setTopic(java.lang.String value)
              throws MgmtException
Set the attribute for TOPIC 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.