Websphere MQ Everyplace

com.ibm.mqe.mqbridge
Class MQeMQBridges

java.lang.Object
  |
  +--com.ibm.mqe.mqbridge.MQeMQBridges

Deprecated. This class no longer performs useful function. It is provided as an aid to existing MQe programs so they will run, providing this class is on the classpath.

The queue manager now loads bridge capability if the environment supports it, so if the application instantiates and activates a queue manager, then all support provided by this class in the past is available to the application once the queue manager activation has completed.

public class MQeMQBridges
extends java.lang.Object

Deprecated class used in previous versions of MQe to act as a "loader" for all the bridges.

The class does nothing now, though it is still supplied so that applications written and compiled using previous versions of MQe will appear to work as before.


Field Summary
static java.lang.String copyright
          Deprecated. The whole class is deprecated.
static java.lang.String MQE_FIELD_LABEL_ATTRIBUTE_LOAD_BRIDGE_RULE
          Deprecated. 

The queue manager now loads bridge capability if the environment supports it, so if the application instantiates and activates a queue manager, then all support provided by this class in the past is available to the application once the queue manager activation has completed.

The bridge information is now owned by a queue manager, so there is now no concept of filtering the names of bridge objects loaded into a JVM from a larger collection of bridge configurations. So this part of the start-up parameters is no longer needed.

static java.lang.String MQE_FIELD_LABEL_SECTION_NAME_MQBRIDGE
          Deprecated. 

The queue manager now loads bridge capability if the environment supports it, so if the application instantiates and activates a queue manager, then all support provided by this class in the past is available to the application once the queue manager activation has completed.

The bridge information is now owned by a queue manager, so there is now no concept of filtering the names of bridge objects loaded into a JVM from a larger collection of bridge configurations. So this part of the start-up parameters is no longer needed.

 
Constructor Summary
MQeMQBridges()
          Deprecated. The whole class is now deprecated.
 
Method Summary
 void activate(MQeFields config)
          Deprecated. The whole class is now deprecated.
 void close()
          Deprecated. The whole class is now deprecated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Deprecated. The whole class is deprecated.

See Also:
Constant Field Values

MQE_FIELD_LABEL_SECTION_NAME_MQBRIDGE

public static final java.lang.String MQE_FIELD_LABEL_SECTION_NAME_MQBRIDGE
Deprecated. 

The queue manager now loads bridge capability if the environment supports it, so if the application instantiates and activates a queue manager, then all support provided by this class in the past is available to the application once the queue manager activation has completed.

The bridge information is now owned by a queue manager, so there is now no concept of filtering the names of bridge objects loaded into a JVM from a larger collection of bridge configurations. So this part of the start-up parameters is no longer needed.

Deprecated name of the MQeFields field passed to the activate() method, containing configuration information for the Bridges resources

Now deprecated as this method does nothing. Bridge function is available by default if the environment permits by default.

See Also:
Constant Field Values

MQE_FIELD_LABEL_ATTRIBUTE_LOAD_BRIDGE_RULE

public static final java.lang.String MQE_FIELD_LABEL_ATTRIBUTE_LOAD_BRIDGE_RULE
Deprecated. 

The queue manager now loads bridge capability if the environment supports it, so if the application instantiates and activates a queue manager, then all support provided by this class in the past is available to the application once the queue manager activation has completed.

The bridge information is now owned by a queue manager, so there is now no concept of filtering the names of bridge objects loaded into a JVM from a larger collection of bridge configurations. So this part of the start-up parameters is no longer needed.

Deprecated string label in the MQeFields config information passed to the activate(com.ibm.mqe.MQeFields) method.

Now deprecated as this method does nothing. Bridge function is available by default if the environment permits by default.

See Also:
Constant Field Values
Constructor Detail

MQeMQBridges

public MQeMQBridges()
             throws java.lang.Exception
Deprecated. The whole class is now deprecated.

Simple constructor. Deprecated because the class does nothing in this release.

Now deprecated as this method does nothing. Bridge function is available by default if the environment permits by default.

Method Detail

activate

public void activate(MQeFields config)
              throws java.lang.Exception
Deprecated. The whole class is now deprecated.

In previous versions, called by the gateway/bridge server just after the null constructor.

Now deprecated as this method does nothing. Bridge function is available by default if the environment permits by default.

java.lang.Exception

close

public void close()
           throws java.lang.Exception
Deprecated. The whole class is now deprecated.

Deprecated method which in previous versions closes the bridge resources.

Now deprecated as this method does nothing. Bridge function is available by default if the environment permits by default.

java.lang.Exception

Websphere MQ Everyplace