C D G I M N O P R S T U

C

ClientMQIsdp - class com.ibm.MQIsdp.ClientMQIsdp.
The ClientMQIsdp Java class provides an API for the WebSphere MQ Integrator MQIsdp protocol.
ClientMQIsdp(String, int) - Constructor for class com.ibm.MQIsdp.ClientMQIsdp
The ClientMQIsdp constructor.
com.ibm.MQIsdp - package com.ibm.MQIsdp
 
connect(String, boolean, short) - Method in class com.ibm.MQIsdp.ClientMQIsdp
Connect to the WebSphere MQ Integrator broker.
connect(String, boolean, short, String, int, String, boolean) - Method in class com.ibm.MQIsdp.ClientMQIsdp
Connect to the WebSphere MQ Integrator broker.
connectionLost() - Method in class com.ibm.MQIsdp.ClientMQIsdp
Default callback method invoked when the MQIsdp client TCP/IP connection is unexpectedly terminated.
connectionLost() - Method in interface com.ibm.MQIsdp.MQIsdpSimpleCallback
Called by the MQIsdp session if the TCP/IP connection unexpectedly terminates

D

disconnect() - Method in class com.ibm.MQIsdp.ClientMQIsdp
Disconnect from the WebSphere MQ Integrator broker.

G

getBlockingTimeout() - Method in class com.ibm.MQIsdp.ClientMQIsdp
Method to query the number seconds the MQIsdp client waits for waits for a blocking API methods to complete.
getPortNumber() - Method in class com.ibm.MQIsdp.ClientMQIsdp
Method to query the IP port number to which the MQIsdp client is connected.
getRetry() - Method in class com.ibm.MQIsdp.ClientMQIsdp
Method to return the interval at which message delivery will be retried in the event of acknowledgements not being received.
getServerAddress() - Method in class com.ibm.MQIsdp.ClientMQIsdp
Method to query the IP address or hostname to which the MQIsdp client is connected.

I

isConnected() - Method in class com.ibm.MQIsdp.ClientMQIsdp
Method to the indicate the connection state of the MQIsdp client.

M

MQIsdpAdvancedCallback - interface com.ibm.MQIsdp.MQIsdpAdvancedCallback.
This interface class defines the methods that will be called if the advanced callback mechanism is implemented.
MQIsdpSimpleCallback - interface com.ibm.MQIsdp.MQIsdpSimpleCallback.
This interface class defines the methods that will be called if the simple callback mechanism is implemented.

N

notifyAck(int, int) - Method in class com.ibm.MQIsdp.ClientMQIsdp
This method is required as part of the MQIsdp protocol implementation, but should not be called by users of this class.

O

outstanding(int) - Method in class com.ibm.MQIsdp.ClientMQIsdp
 

P

ping() - Method in class com.ibm.MQIsdp.ClientMQIsdp
Send a MQIsdp ping message to indicate that the MQIsdp client is alive.
publish(String, byte[], int, boolean) - Method in class com.ibm.MQIsdp.ClientMQIsdp
Publish a message on a particular topic to the WebSphere MQ Integrator broker.
publishArrived(String, byte[], int, boolean) - Method in class com.ibm.MQIsdp.ClientMQIsdp
Default callback method invoked when a publication arrives for this MQIsdp client.
publishArrived(String, byte[], int, boolean) - Method in interface com.ibm.MQIsdp.MQIsdpSimpleCallback
Called by the MQIsdp session when it receives a publish message from the broker.
published(int) - Method in class com.ibm.MQIsdp.ClientMQIsdp
Default callback method invoked when a message is successfully published from the MQIsdp client.
published(int) - Method in interface com.ibm.MQIsdp.MQIsdpAdvancedCallback
Called by the MQIsdp session when a publish has been fully acknowledged, as appropriate for the quality of service.

R

registerAdvancedHandler(MQIsdpAdvancedCallback) - Method in class com.ibm.MQIsdp.ClientMQIsdp
Register an advanced callback handler as described by the MQIsdpAdvancedCallback interface
registerSimpleHandler(MQIsdpSimpleCallback) - Method in class com.ibm.MQIsdp.ClientMQIsdp
Register an simple callback handler as described by the MQIsdpSimpleCallback interface

S

setBlockingTimeout(int) - Method in class com.ibm.MQIsdp.ClientMQIsdp
Set the time limit which the MQIsdp client should wait for a blocking API method to complete.
setRetry(int) - Method in class com.ibm.MQIsdp.ClientMQIsdp
Set the retry interval at which the MQIsdp client should retry any messages that have not been acknowledged by the broker.
startTrace() - Method in class com.ibm.MQIsdp.ClientMQIsdp
Start tracing the MQIsdp Java client.
stopTrace() - Method in class com.ibm.MQIsdp.ClientMQIsdp
Stop tracing the MQIsdp Java client.
subscribe(String[], int[]) - Method in class com.ibm.MQIsdp.ClientMQIsdp
Subscribe to one or more topics.

T

terminate() - Method in class com.ibm.MQIsdp.ClientMQIsdp
This method terminates all running threads in the ClientMQIsdp instance.

U

unsubscribe(String[]) - Method in class com.ibm.MQIsdp.ClientMQIsdp
Unsubscribe from one or more topics.

C D G I M N O P R S T U