|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MQModelQueue
From section 6.2.4 of MQ Fundamentals: Model queue objects provide the attributes of a local queue object that can be created dynamically by an application. Dynamically created queues are instances of local queues and can hold messages. These attributes can be specified on a model queue object (QMODEL) to control the attributes of the dynamic queue created.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getCFSTRUCT()
Specific to ZOS and limited to 12 characters |
int |
getDefinitionType()
Queue definition type (parameter identifier: MQIA_DEFINITION_TYPE). |
boolean |
getGet()
Whether applications are to be permitted to get messages from this queue: ENABLED - Messages can be retrieved from the queue (by suitably authorized applications). |
java.lang.String |
getInitiationQueue()
Initiation queue name (parameter identifier: MQCA_INITIATION_Q_NAME). |
int |
getTransmissionUsage()
Usage (parameter identifier: MQIA_USAGE). |
boolean |
getTriggerControl()
Trigger control (parameter identifier: MQIA_TRIGGER_CONTROL). |
java.lang.String |
getTriggerData()
Trigger data (parameter identifier: MQCA_TRIGGER_DATA). |
long |
getTriggerDepth()
The number of messages that have to be on the queue before a trigger message is written. |
int |
getTriggerType()
Trigger type (parameter identifier: MQIA_TRIGGER_TYPE). |
boolean |
hasCFSTRUCT()
|
boolean |
hasDefinitionType()
|
boolean |
hasGet()
|
boolean |
hasInitiationQueue()
|
boolean |
hasTransmissionUsage()
|
boolean |
hasTriggerControl()
|
boolean |
hasTriggerData()
|
boolean |
hasTriggerDepth()
|
boolean |
hasTriggerType()
|
void |
setCFSTRUCT(java.lang.String x)
|
void |
setDefinitionType(int x)
|
void |
setGet(boolean x)
|
void |
setInitiationQueue(java.lang.String x)
|
void |
setTransmissionUsage(int x)
|
void |
setTriggerControl(boolean x)
|
void |
setTriggerData(java.lang.String x)
|
void |
setTriggerDepth(long x)
|
void |
setTriggerType(int x)
|
Methods inherited from interface com.collation.platform.model.topology.app.messaging.mq.MQQueue |
---|
getDefaultPersistence, getName, getPut, getQSGDISP, getQueueManager, hasDefaultPersistence, hasName, hasPut, hasQSGDISP, hasQueueManager, setDefaultPersistence, setName, setPut, setQSGDISP, setQueueManager |
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 |
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
---|
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
boolean getTriggerControl() throws AttributeNotSetException
AttributeNotSetException
void setTriggerControl(boolean x)
boolean hasTriggerControl()
java.lang.String getCFSTRUCT() throws AttributeNotSetException
AttributeNotSetException
void setCFSTRUCT(java.lang.String x)
boolean hasCFSTRUCT()
java.lang.String getInitiationQueue() throws AttributeNotSetException
AttributeNotSetException
void setInitiationQueue(java.lang.String x)
boolean hasInitiationQueue()
java.lang.String getTriggerData() throws AttributeNotSetException
AttributeNotSetException
void setTriggerData(java.lang.String x)
boolean hasTriggerData()
long getTriggerDepth() throws AttributeNotSetException
AttributeNotSetException
void setTriggerDepth(long x)
boolean hasTriggerDepth()
int getTransmissionUsage() throws AttributeNotSetException
AttributeNotSetException
void setTransmissionUsage(int x)
boolean hasTransmissionUsage()
int getTriggerType() throws AttributeNotSetException
AttributeNotSetException
void setTriggerType(int x)
boolean hasTriggerType()
boolean getGet() throws AttributeNotSetException
AttributeNotSetException
void setGet(boolean x)
boolean hasGet()
int getDefinitionType() throws AttributeNotSetException
AttributeNotSetException
void setDefinitionType(int x)
boolean hasDefinitionType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |