Websphere MQ Everyplace

examples.mqbridge.awt
Class AwtMQBridgeServer

java.lang.Object
  |
  +--examples.mqbridge.awt.AwtMQBridgeServer

Deprecated. 

In v2.0 this is no longer relevent, given that the queue manager will load bridge capability if the required pre-requisite software is available on the classpath. Use examples.awt.AwtMQeServer instead of this class from now on.

public class AwtMQBridgeServer
extends java.lang.Object

To provide a bridge-enabled server capability in a graphical user interface.


Field Summary
static short[] version
          Deprecated.  
 
Constructor Summary
AwtMQBridgeServer()
          Deprecated.  
 
Method Summary
static void main(java.lang.String[] args)
          Deprecated. Entry point when the program is called from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static short[] version
Deprecated. 
Constructor Detail

AwtMQBridgeServer

public AwtMQBridgeServer()
Deprecated. 
Method Detail

main

public static void main(java.lang.String[] args)
Deprecated. 
Entry point when the program is called from the command line.

Syntax from the command line is: java examples.awt.AwtMQeServer <iniFileName>


Websphere MQ Everyplace