|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MQQueueManager
The queue manager object
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Fields inherited from interface com.collation.platform.model.topology.app.AppServer |
---|
RUNNING, STOPPED |
Method Summary | |
---|---|
MQAuthInfo[] |
getAuthInfo()
|
MQBufferPool[] |
getBufferPool()
|
boolean |
getChannelAutoDefinition()
CHAD Whether auto-definition of receiver and server-connection channels is enabled. |
MQChannel[] |
getChannels()
|
MQCluster[] |
getClusters()
|
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). |
java.lang.String |
getDataPath()
This attribute specifies the path to the qmgrs directory, within which the queue manager data is kept. |
java.lang.String |
getDeadLetterQueue()
Dead letter (undelivered message) queue name (parameter identifier: MQCA_DEAD_LETTER_Q_NAME). |
boolean |
getDefautlQueue()
Is the Queue Manager the default Queue Manager? |
MQApiExitLocal[] |
getExitLocal()
|
java.lang.String |
getExitsDefaultPath()
ExitsDefaultPath=string The ExitsDefaultPath attribute specifies the location of: - 32-bit channel exits for clients - 32-bit channel exits and data conversion exits for servers - Unqualified XA switch load files |
java.lang.String |
getExitsDefaultPath64()
ExitsDefaultPath64=string The ExitsDefaultPath64 attribute specifies the location of: - 64-bit channel exits for clients - 64-bit channel exits and data conversion exits for servers - Unqualified XA switch load files |
MQInstallation |
getInstallation()
|
MQListener[] |
getListeners()
|
java.lang.String |
getLogDefaultPath()
LogPath=directory_name The directory in which the log files for a queue manager reside. |
int |
getLogWriteIntegrity()
The method the logger uses to reliably write log records. |
long |
getMaxMessageLength()
MAXMSGL The maximum message length that can be handled by the queue manager. |
MQInstallableService[] |
getMqinstallableservice()
|
MQReceiverChannel[] |
getMqreceiverchannel()
|
MQSenderChannel[] |
getMqsenderchannel()
|
MQNameList[] |
getNameList()
|
MQPageSet[] |
getPageSet()
|
MQProcess[] |
getProcess()
|
java.lang.String |
getQueueManagerIdentifier()
Queue manager identifier (parameter identifier: MQCA_Q_MGR_IDENTIFIER). |
int |
getQueueManagerStatus()
|
MQQueue[] |
getQueues()
|
java.lang.String |
getRepository()
Repository name (parameter identifier: MQCA_REPOSITORY_NAME). |
java.lang.String |
getRepositoryNameList()
Repository name list (parameter identifier: MQCA_REPOSITORY_NAMELIST). |
java.lang.String |
getRepositoryType()
An MQQueueManager may have a full or a partial Repository. |
MQService[] |
getService()
|
java.lang.String |
getSSLKeyRepository()
SSL key repository (parameter identifier: MQCA_SSL_KEY_REPOSITORY). |
boolean |
getStartChannelInitiator()
SCHINIT Whether the channel initiator is to be started automatically when the queue manager starts. |
boolean |
getStartCommandServer()
SCMDSERV Whether the command server is to be started automatically when the queue manager starts. |
MQStorageClass[] |
getStorageClass()
|
long |
getTriggerInterval()
Trigger interval (parameter identifier: MQIA_TRIGGER_INTERVAL). |
boolean |
hasAuthInfo()
|
boolean |
hasBufferPool()
|
boolean |
hasChannelAutoDefinition()
|
boolean |
hasChannels()
|
boolean |
hasClusters()
|
boolean |
hasClusterWorkloadUseQueue()
|
boolean |
hasDataPath()
|
boolean |
hasDeadLetterQueue()
|
boolean |
hasDefautlQueue()
|
boolean |
hasExitLocal()
|
boolean |
hasExitsDefaultPath()
|
boolean |
hasExitsDefaultPath64()
|
boolean |
hasInstallation()
|
boolean |
hasListeners()
|
boolean |
hasLogDefaultPath()
|
boolean |
hasLogWriteIntegrity()
|
boolean |
hasMaxMessageLength()
|
boolean |
hasMqinstallableservice()
|
boolean |
hasMqreceiverchannel()
|
boolean |
hasMqsenderchannel()
|
boolean |
hasNameList()
|
boolean |
hasPageSet()
|
boolean |
hasProcess()
|
boolean |
hasQueueManagerIdentifier()
|
boolean |
hasQueueManagerStatus()
|
boolean |
hasQueues()
|
boolean |
hasRepository()
|
boolean |
hasRepositoryNameList()
|
boolean |
hasRepositoryType()
|
boolean |
hasService()
|
boolean |
hasSSLKeyRepository()
|
boolean |
hasStartChannelInitiator()
|
boolean |
hasStartCommandServer()
|
boolean |
hasStorageClass()
|
boolean |
hasTriggerInterval()
|
void |
setAuthInfo(MQAuthInfo[] x)
|
void |
setBufferPool(MQBufferPool[] x)
|
void |
setChannelAutoDefinition(boolean x)
|
void |
setChannels(MQChannel[] x)
|
void |
setClusters(MQCluster[] x)
|
void |
setClusterWorkloadUseQueue(java.lang.String x)
|
void |
setDataPath(java.lang.String x)
|
void |
setDeadLetterQueue(java.lang.String x)
|
void |
setDefautlQueue(boolean x)
|
void |
setExitLocal(MQApiExitLocal[] x)
|
void |
setExitsDefaultPath(java.lang.String x)
|
void |
setExitsDefaultPath64(java.lang.String x)
|
void |
setInstallation(MQInstallation x)
|
void |
setListeners(MQListener[] x)
|
void |
setLogDefaultPath(java.lang.String x)
|
void |
setLogWriteIntegrity(int x)
|
void |
setMaxMessageLength(long x)
|
void |
setMqinstallableservice(MQInstallableService[] x)
|
void |
setMqreceiverchannel(MQReceiverChannel[] x)
|
void |
setMqsenderchannel(MQSenderChannel[] x)
|
void |
setNameList(MQNameList[] x)
|
void |
setPageSet(MQPageSet[] x)
|
void |
setProcess(MQProcess[] x)
|
void |
setQueueManagerIdentifier(java.lang.String x)
|
void |
setQueueManagerStatus(int x)
|
void |
setQueues(MQQueue[] x)
|
void |
setRepository(java.lang.String x)
|
void |
setRepositoryNameList(java.lang.String x)
|
void |
setRepositoryType(java.lang.String x)
|
void |
setService(MQService[] x)
|
void |
setSSLKeyRepository(java.lang.String x)
|
void |
setStartChannelInitiator(boolean x)
|
void |
setStartCommandServer(boolean x)
|
void |
setStorageClass(MQStorageClass[] x)
|
void |
setTriggerInterval(long 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.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 |
Methods inherited from interface com.collation.platform.model.topology.app.messaging.mq.MQBase |
---|
getDefault, getIsValid, getSystem, hasDefault, hasIsValid, hasSystem, setDefault, setIsValid, setSystem |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
MQProcess[] getProcess() throws AttributeNotSetException
AttributeNotSetException
void setProcess(MQProcess[] x)
boolean hasProcess()
java.lang.String getDeadLetterQueue() throws AttributeNotSetException
AttributeNotSetException
void setDeadLetterQueue(java.lang.String x)
boolean hasDeadLetterQueue()
MQChannel[] getChannels() throws AttributeNotSetException
AttributeNotSetException
void setChannels(MQChannel[] x)
boolean hasChannels()
MQPageSet[] getPageSet() throws AttributeNotSetException
AttributeNotSetException
void setPageSet(MQPageSet[] x)
boolean hasPageSet()
int getQueueManagerStatus() throws AttributeNotSetException
AttributeNotSetException
void setQueueManagerStatus(int x)
boolean hasQueueManagerStatus()
MQService[] getService() throws AttributeNotSetException
AttributeNotSetException
void setService(MQService[] x)
boolean hasService()
MQStorageClass[] getStorageClass() throws AttributeNotSetException
AttributeNotSetException
void setStorageClass(MQStorageClass[] x)
boolean hasStorageClass()
java.lang.String getDataPath() throws AttributeNotSetException
AttributeNotSetException
void setDataPath(java.lang.String x)
boolean hasDataPath()
MQApiExitLocal[] getExitLocal() throws AttributeNotSetException
AttributeNotSetException
void setExitLocal(MQApiExitLocal[] x)
boolean hasExitLocal()
java.lang.String getRepositoryNameList() throws AttributeNotSetException
AttributeNotSetException
void setRepositoryNameList(java.lang.String x)
boolean hasRepositoryNameList()
java.lang.String getExitsDefaultPath64() throws AttributeNotSetException
AttributeNotSetException
void setExitsDefaultPath64(java.lang.String x)
boolean hasExitsDefaultPath64()
MQNameList[] getNameList() throws AttributeNotSetException
AttributeNotSetException
void setNameList(MQNameList[] x)
boolean hasNameList()
int getLogWriteIntegrity() throws AttributeNotSetException
AttributeNotSetException
void setLogWriteIntegrity(int x)
boolean hasLogWriteIntegrity()
MQQueue[] getQueues() throws AttributeNotSetException
AttributeNotSetException
void setQueues(MQQueue[] x)
boolean hasQueues()
MQInstallableService[] getMqinstallableservice() throws AttributeNotSetException
AttributeNotSetException
void setMqinstallableservice(MQInstallableService[] x)
boolean hasMqinstallableservice()
java.lang.String getLogDefaultPath() throws AttributeNotSetException
AttributeNotSetException
void setLogDefaultPath(java.lang.String x)
boolean hasLogDefaultPath()
MQReceiverChannel[] getMqreceiverchannel() throws AttributeNotSetException
AttributeNotSetException
void setMqreceiverchannel(MQReceiverChannel[] x)
boolean hasMqreceiverchannel()
MQListener[] getListeners() throws AttributeNotSetException
AttributeNotSetException
void setListeners(MQListener[] x)
boolean hasListeners()
MQAuthInfo[] getAuthInfo() throws AttributeNotSetException
AttributeNotSetException
void setAuthInfo(MQAuthInfo[] x)
boolean hasAuthInfo()
boolean getStartCommandServer() throws AttributeNotSetException
AttributeNotSetException
void setStartCommandServer(boolean x)
boolean hasStartCommandServer()
MQBufferPool[] getBufferPool() throws AttributeNotSetException
AttributeNotSetException
void setBufferPool(MQBufferPool[] x)
boolean hasBufferPool()
MQInstallation getInstallation() throws AttributeNotSetException
AttributeNotSetException
void setInstallation(MQInstallation x)
boolean hasInstallation()
MQCluster[] getClusters() throws AttributeNotSetException
AttributeNotSetException
void setClusters(MQCluster[] x)
boolean hasClusters()
MQSenderChannel[] getMqsenderchannel() throws AttributeNotSetException
AttributeNotSetException
void setMqsenderchannel(MQSenderChannel[] x)
boolean hasMqsenderchannel()
java.lang.String getRepositoryType() throws AttributeNotSetException
AttributeNotSetException
void setRepositoryType(java.lang.String x)
boolean hasRepositoryType()
long getMaxMessageLength() throws AttributeNotSetException
AttributeNotSetException
void setMaxMessageLength(long x)
boolean hasMaxMessageLength()
java.lang.String getSSLKeyRepository() throws AttributeNotSetException
AttributeNotSetException
void setSSLKeyRepository(java.lang.String x)
boolean hasSSLKeyRepository()
boolean getChannelAutoDefinition() throws AttributeNotSetException
AttributeNotSetException
void setChannelAutoDefinition(boolean x)
boolean hasChannelAutoDefinition()
boolean getDefautlQueue() throws AttributeNotSetException
AttributeNotSetException
void setDefautlQueue(boolean x)
boolean hasDefautlQueue()
java.lang.String getRepository() throws AttributeNotSetException
AttributeNotSetException
void setRepository(java.lang.String x)
boolean hasRepository()
java.lang.String getClusterWorkloadUseQueue() throws AttributeNotSetException
AttributeNotSetException
void setClusterWorkloadUseQueue(java.lang.String x)
boolean hasClusterWorkloadUseQueue()
java.lang.String getExitsDefaultPath() throws AttributeNotSetException
AttributeNotSetException
void setExitsDefaultPath(java.lang.String x)
boolean hasExitsDefaultPath()
java.lang.String getQueueManagerIdentifier() throws AttributeNotSetException
AttributeNotSetException
void setQueueManagerIdentifier(java.lang.String x)
boolean hasQueueManagerIdentifier()
boolean getStartChannelInitiator() throws AttributeNotSetException
AttributeNotSetException
void setStartChannelInitiator(boolean x)
boolean hasStartChannelInitiator()
long getTriggerInterval() throws AttributeNotSetException
AttributeNotSetException
void setTriggerInterval(long x)
boolean hasTriggerInterval()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |