| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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 | 
|---|
public abstract MQControl.ConnectionType type
public abstract String QueueManager
public abstract boolean authorization
public abstract String defaultQueue
public abstract boolean implicitTransaction
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||