com.bea.control
Annotation Type MQControl.Connection


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface MQControl.Connection


Required Element Summary
 String QueueManager
          This is a mandatory value, which provides the MQ Queuemanager name to connect to
 MQControl.ConnectionType type
          This is a mandatory value , this indicates whether the control uses TCP or Bindings to connect to MQ server
 
Optional Element Summary
 boolean authorization
          This is a mandaory value This field indicates whether the MQQueueManager authorization of not
 String defaultQueue
           
 boolean implicitTransaction
           
 

Element Detail

type

public abstract MQControl.ConnectionType type
This is a mandatory value , this indicates whether the control uses TCP or Bindings to connect to MQ server


QueueManager

public abstract String QueueManager
This is a mandatory value, which provides the MQ Queuemanager name to connect to

authorization

public abstract boolean authorization
This is a mandaory value This field indicates whether the MQQueueManager authorization of not

Default:
false

defaultQueue

public abstract String defaultQueue
Default:
"Not Specified"

implicitTransaction

public abstract boolean implicitTransaction
Default:
true