|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MQLocalQueue
Local queue objects are the only type of queue object that represent a real queue that holds messages. Because local queue objects are the only type that hold messages, they have a wide variety of uses. This book generally refers to local queue objects as local queues, because they represent a real queue. A simple example of using a local queue is where multiple applications communicate asynchronously on the same machine. Applications put messages to and get messages from that same local queue. All other queue object types can be considered as methods for creating local queues, resolving the name and location of local queues, or routing messages between local queues.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getCFSTRUCT()
Specific to ZOS and limited to 12 characters CF structure name (parameter identifier: MQCA_CF_STRUC_NAME). |
MQChannel |
getChannels()
|
java.lang.String |
getClusterWorkloadUseQueue()
CLWLUSEQ This queue attribute specifies the behavior of an MQPUT operation when the target queue has a local instance and at least one remote cluster instance (except where the MQPUT originates from a cluster channel). |
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 |
getMaxMessageLength()
Maximum message length (parameter identifier: MQIA_MAX_MSG_LENGTH). |
int |
getMaxQueueDepth()
Maximum queue depth (parameter identifier: MQIA_MAX_Q_DEPTH). |
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 |
hasChannels()
|
boolean |
hasClusterWorkloadUseQueue()
|
boolean |
hasDefinitionType()
|
boolean |
hasGet()
|
boolean |
hasInitiationQueue()
|
boolean |
hasMaxMessageLength()
|
boolean |
hasMaxQueueDepth()
|
boolean |
hasTransmissionUsage()
|
boolean |
hasTriggerControl()
|
boolean |
hasTriggerData()
|
boolean |
hasTriggerDepth()
|
boolean |
hasTriggerType()
|
void |
setCFSTRUCT(java.lang.String x)
|
void |
setChannels(MQChannel x)
|
void |
setClusterWorkloadUseQueue(java.lang.String x)
|
void |
setDefinitionType(int x)
|
void |
setGet(boolean x)
|
void |
setInitiationQueue(java.lang.String x)
|
void |
setMaxMessageLength(int x)
|
void |
setMaxQueueDepth(int 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 |
---|
int getDefinitionType() throws AttributeNotSetException
AttributeNotSetException
void setDefinitionType(int x)
boolean hasDefinitionType()
boolean getTriggerControl() throws AttributeNotSetException
AttributeNotSetException
void setTriggerControl(boolean x)
boolean hasTriggerControl()
java.lang.String getInitiationQueue() throws AttributeNotSetException
AttributeNotSetException
void setInitiationQueue(java.lang.String x)
boolean hasInitiationQueue()
int getMaxMessageLength() throws AttributeNotSetException
AttributeNotSetException
void setMaxMessageLength(int x)
boolean hasMaxMessageLength()
java.lang.String getCFSTRUCT() throws AttributeNotSetException
AttributeNotSetException
void setCFSTRUCT(java.lang.String x)
boolean hasCFSTRUCT()
int getTriggerType() throws AttributeNotSetException
AttributeNotSetException
void setTriggerType(int x)
boolean hasTriggerType()
java.lang.String getClusterWorkloadUseQueue() throws AttributeNotSetException
AttributeNotSetException
void setClusterWorkloadUseQueue(java.lang.String x)
boolean hasClusterWorkloadUseQueue()
boolean getGet() throws AttributeNotSetException
AttributeNotSetException
void setGet(boolean x)
boolean hasGet()
int getTransmissionUsage() throws AttributeNotSetException
AttributeNotSetException
void setTransmissionUsage(int x)
boolean hasTransmissionUsage()
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()
MQChannel getChannels() throws AttributeNotSetException
AttributeNotSetException
void setChannels(MQChannel x)
boolean hasChannels()
int getMaxQueueDepth() throws AttributeNotSetException
AttributeNotSetException
void setMaxQueueDepth(int x)
boolean hasMaxQueueDepth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |