com.collation.platform.model.topology.app.messaging.mq
Interface MQNameList

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, MQBase, java.io.Serializable

public interface MQNameList
extends LogicalElement, MQBase

A namelist is a WebSphere MQ object that contains a list of cluster names, queue names or authentication information object names. In a cluster, it can be used to identify a list of clusters for which the queue manager holds the repositories. You can define and modify namelists only using the operations and control panels of WebSphere MQ for z/OS or MQSC commands. Programs can use the MQI to find out which queues are included in these namelists. The organization of the namelists is the responsibility of the application designer and system administrator. For a full description of the attributes of namelists, see the WebSphere MQ Application Programming Reference.

Naming Rules:
0="queueManager,name"
Persistable:
true
Table Name:
MQNAMELIST

Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 java.lang.String getName()
          The name of the namelist definition (parameter identifier: MQCA_NAMELIST_NAME).
 MQQueueManager getQueueManager()
           
 java.lang.String getValues()
           
 boolean hasName()
           
 boolean hasQueueManager()
           
 boolean hasValues()
           
 void setName(java.lang.String x)
           
 void setQueueManager(MQQueueManager x)
           
 void setValues(java.lang.String x)
           
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
Methods inherited from interface com.collation.platform.model.ModelObject
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken
 
Methods inherited from interface com.collation.platform.model.topology.app.messaging.mq.MQBase
getDefault, getIsValid, getSystem, hasDefault, hasIsValid, hasSystem, setDefault, setIsValid, setSystem
 

Field Detail

IBM_COPYRIGHT

static final java.lang.String IBM_COPYRIGHT
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws AttributeNotSetException
The name of the namelist definition (parameter identifier: MQCA_NAMELIST_NAME). The maximum length of the string is MQ_NAMELIST_NAME_LENGTH.

Throws:
AttributeNotSetException

setName

void setName(java.lang.String x)

hasName

boolean hasName()

getValues

java.lang.String getValues()
                           throws AttributeNotSetException
Throws:
AttributeNotSetException

setValues

void setValues(java.lang.String x)

hasValues

boolean hasValues()

getQueueManager

MQQueueManager getQueueManager()
                               throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Contains" reverse="true"

setQueueManager

void setQueueManager(MQQueueManager x)

hasQueueManager

boolean hasQueueManager()