WebSphere:*,type=SIBMQResourceDiscovery
MBean SIBMQResourceDiscovery
Management interface for SIB MQ resource discovery
Operation Summary | |
java.lang.Boolean | isSupportedQMgr( Returns a Boolean value indicating whether the specified WebSphere MQ server is a support platform level. |
java.util.List | getListOfMQQueueNames( Returns a list of the MQ queue names on the WebSphere MQ server. |
java.util.List | getListOfMQQueueNames( Returns a list of the MQ queue names on the WebSphere MQ server, using a filter. |
java.util.List | getListOfMQQueueObjects() Returns a list MQ Queue objects from the WebSphere MQ server. |
com.ibm.websphere.sib.admin.SIBMQQueueAttributes | getMQQueueAttributes( Returns an object containing attributes for the specified WebSphere MQ queue. |
Operation Detail |
public java.lang.Boolean isSupportedQMgr(java.lang.String serverName,
java.lang.String type,
java.lang.Boolean bindingsMode,
java.lang.String host,
java.lang.Integer port,
java.lang.String channel,
java.lang.String securityAuthAlias,
java.lang.String transportChain,
java.lang.Boolean trustUserIds,
java.lang.Boolean allowDiscovery,
java.lang.String discoveryAuthAlias,
java.lang.String replyToQueue
)
serverName
-
WebSphere MQ Server name.type
-
Indicates whether the WebSphere MQ Server represents a WebSphere MQ Queue Manager or a WebSphere MQ Queue Sharing Group. It has two possible values - MQ_QUEUE_MANAGER or MQ_QUEUE_SHARING_GROUP.bindingsMode
-
Indicates whether there exists a preference to use bindings mode when connecting to the WebSphere MQ queue manager.host
-
Name of the host to which a connection will be established in order to communicate with a WebSphere MQ Queue Manager or a WebSphere MQ Queue Sharing Group.port
-
The port monitored by a WebSphere MQ Queue Manager listener or WebSphere MQ Queue Sharing Group listener, which is listening for connections.channel
-
Name of the server connection channel that will be used to establish a connection to the Queue Manager or Queue Sharing Group.securityAuthAlias
-
The authentication alias that will be supplied when connecting to the WebSphere MQ Server.transportChain
-
Name of the transport chain to use when communicating with WebSphere MQ.trustUserIds
-
Determines if user identifiers received in messages from WebSphere MQ are propagated into the Platform Messaging message or not.allowDiscovery
-
Determines whether automated discovery of WebSphere MQ resources should be enabled.discoveryAuthAlias
-
The authentication alias to use when performing resource discovery.replyToQueue
-
The WebSphere MQ reply to queue used when performing resource discovery.
public java.util.List getListOfMQQueueNames(java.lang.String bus,
java.lang.String serverName,
java.lang.String type,
java.lang.Boolean bindingsMode,
java.lang.String host,
java.lang.Integer port,
java.lang.String channel,
java.lang.String securityAuthAlias,
java.lang.String transportChain,
java.lang.Boolean trustUserIds,
java.lang.Boolean allowDiscovery,
java.lang.String discoveryAuthAlias,
java.lang.String replyToQueue
)
bus
-
Bus name.serverName
-
WebSphere MQ Server name.type
-
Indicates whether the WebSphere MQ Server represents a WebSphere MQ Queue Manager or a WebSphere MQ Queue Sharing Group. It has two possible values - MQ_QUEUE_MANAGER or MQ_QUEUE_SHARING_GROUP.bindingsMode
-
Indicates whether there exists a preference to use bindings mode when connecting to the WebSphere MQ queue manager.host
-
Name of the host to which a connection will be established in order to communicate with a WebSphere MQ Queue Manager or a WebSphere MQ Queue Sharing Group.port
-
The port monitored by a WebSphere MQ Queue Manager listener or WebSphere MQ Queue Sharing Group listener, which is listening for connections.channel
-
Name of the server connection channel that will be used to establish a connection to the Queue Manager or Queue Sharing Group.securityAuthAlias
-
The authentication alias that will be supplied when connecting to the WebSphere MQ Server.transportChain
-
Name of the transport chain to use when communicating with WebSphere MQ.trustUserIds
-
Determines if user identifiers received in messages from WebSphere MQ are propagated into the Platform Messaging message or not.allowDiscovery
-
Determines whether automated discovery of WebSphere MQ resources should be enabled.discoveryAuthAlias
-
The authentication alias to use when performing resource discovery.replyToQueue
-
The WebSphere MQ reply to queue used when performing resource discovery.
public java.util.List getListOfMQQueueNames(java.lang.String bus,
java.lang.String serverName,
java.lang.String type,
java.lang.Boolean bindingsMode,
java.lang.String host,
java.lang.Integer port,
java.lang.String channel,
java.lang.String securityAuthAlias,
java.lang.String transportChain,
java.lang.Boolean trustUserIds,
java.lang.Boolean allowDiscovery,
java.lang.String discoveryAuthAlias,
java.lang.String replyToQueue,
java.lang.String filter
)
bus
-
Bus name.serverName
-
WebSphere MQ Server name.type
-
Indicates whether the WebSphere MQ Server represents a WebSphere MQ Queue Manager or a WebSphere MQ Queue Sharing Group. It has two possible values - MQ_QUEUE_MANAGER or MQ_QUEUE_SHARING_GROUP.bindingsMode
-
Indicates whether there exists a preference to use bindings mode when connecting to the WebSphere MQ queue manager.host
-
Name of the host to which a connection will be established in order to communicate with a WebSphere MQ Queue Manager or a WebSphere MQ Queue Sharing Group.port
-
The port monitored by a WebSphere MQ Queue Manager listener or WebSphere MQ Queue Sharing Group listener, which is listening for connections.channel
-
Name of the server connection channel that will be used to establish a connection to the Queue Manager or Queue Sharing Group.securityAuthAlias
-
The authentication alias that will be supplied when connecting to the WebSphere MQ Server.transportChain
-
Name of the transport chain to use when communicating with WebSphere MQ.trustUserIds
-
Determines if user identifiers received in messages from WebSphere MQ are propagated into the Platform Messaging message or not.allowDiscovery
-
Determines whether automated discovery of WebSphere MQ resources should be enabled.discoveryAuthAlias
-
The authentication alias to use when performing resource discovery.replyToQueue
-
The WebSphere MQ reply to queue used when performing resource discovery.filter
-
A filter string specifying the set of queue names to return.
public java.util.List getListOfMQQueueObjects()
public com.ibm.websphere.sib.admin.SIBMQQueueAttributes getMQQueueAttributes(java.lang.String serverName,
java.lang.String type,
java.lang.Boolean bindingsMode,
java.lang.String host,
java.lang.Integer port,
java.lang.String channel,
java.lang.String securityAuthAlias,
java.lang.String transportChain,
java.lang.Boolean trustUserIds,
java.lang.Boolean allowDiscovery,
java.lang.String discoveryAuthAlias,
java.lang.String replyToQueue,
java.lang.String queueName
)
serverName
-
WebSphere MQ Server name.type
-
Indicates whether the WebSphere MQ Server represents a WebSphere MQ Queue Manager or a WebSphere MQ Queue Sharing Group. It has two possible values - MQ_QUEUE_MANAGER or MQ_QUEUE_SHARING_GROUP.bindingsMode
-
Indicates whether there exists a preference to use bindings mode when connecting to the WebSphere MQ queue manager.host
-
Name of the host to which a connection will be established in order to communicate with a WebSphere MQ Queue Manager or a WebSphere MQ Queue Sharing Group.port
-
The port monitored by a WebSphere MQ Queue Manager listener or WebSphere MQ Queue Sharing Group listener, which is listening for connections.channel
-
Name of the server connection channel that will be used to establish a connection to the Queue Manager or Queue Sharing Group.securityAuthAlias
-
The authentication alias that will be supplied when connecting to the WebSphere MQ Server.transportChain
-
Name of the transport chain to use when communicating with WebSphere MQ.trustUserIds
-
Determines if user identifiers received in messages from WebSphere MQ are propagated into the Platform Messaging message or not.allowDiscovery
-
Determines whether automated discovery of WebSphere MQ resources should be enabled.discoveryAuthAlias
-
The authentication alias to use when performing resource discovery.replyToQueue
-
The WebSphere MQ reply to queue used when performing resource discovery.queueName
-
The WebSphere MQ queue to inquire attributes against.