com.collation.platform.model.topology.app.messaging.mq
Interface MQQueueSharingGroup
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, MQBase, java.io.Serializable
public interface MQQueueSharingGroup
- extends LogicalElement, MQBase
The response to the DISPLAY GROUP command is a series of
messages containing information about the queue-sharing group to
which the queue manager is connected.
The following information is returned:
- The name of the queue-sharing group
- Whether all the queue managers that belong to the group are
active or inactive
- The names of all the queue managers that belong to the group
- Whether queue managers in the group contain obsolete messages
in DB2
- Naming Rules:
- 0="name"
- Persistable:
- true
- Table Name:
- MQQSHARINGGRP
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 |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String x)
hasName
boolean hasName()
getQueueManagers
MQQueueManager[] getQueueManagers()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Federates" reverse="false"
setQueueManagers
void setQueueManagers(MQQueueManager[] x)
hasQueueManagers
boolean hasQueueManagers()