SIBMQResourceDiscovery MBean

Partial ObjectName:
WebSphere:*,type=SIBMQResourceDiscovery


MBean SIBMQResourceDiscovery

Management interface for SIB MQ resource discovery


Operation Summary
java.lang.BooleanisSupportedQMgr(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)
           Returns a Boolean value indicating whether the specified WebSphere MQ server is a support platform level.
java.util.ListgetListOfMQQueueNames(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)
           Returns a list of the MQ queue names on the WebSphere MQ server.
java.util.ListgetListOfMQQueueNames(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)
           Returns a list of the MQ queue names on the WebSphere MQ server, using a filter.
java.util.ListgetListOfMQQueueObjects()
           Returns a list MQ Queue objects from the WebSphere MQ server.
com.ibm.websphere.sib.admin.SIBMQQueueAttributesgetMQQueueAttributes(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)
           Returns an object containing attributes for the specified WebSphere MQ queue.

Operation Detail

isSupportedQMgr

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)
Returns a Boolean value indicating whether the specified WebSphere MQ server is a support platform level.
Parameters:
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.
Since:
6.1
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getListOfMQQueueNames

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)
Returns a list of the MQ queue names on the WebSphere MQ server.
Parameters:
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.
Since:
6.1
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getListOfMQQueueNames

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)
Returns a list of the MQ queue names on the WebSphere MQ server, using a filter.
Parameters:
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.
Since:
7.0
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getListOfMQQueueObjects

public java.util.List getListOfMQQueueObjects()
Returns a list MQ Queue objects from the WebSphere MQ server.
Since:
6.1
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getMQQueueAttributes

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)
Returns an object containing attributes for the specified WebSphere MQ queue. @see SIBMQQueueAttributes.
Parameters:
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.
Since:
6.1
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Copyright IBM Corp. 1996-2005