com.bea.control
Annotation Type MQControl.TCPSettings


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

Capture the properties if the user has chosen TCP as the connection type


Required Element Summary
 String channel
          The channel name to connect to
 String host
          host name
 String port
          The port
 
Optional Element Summary
 String ccsid
          mq ccsid
 String password
          mq password
 String receiveExit
          mq receive exit name
 String securityExit
          mq security exit name
 String sendExit
          mq send exit name
 String user
          mq user
 

Element Detail

host

public abstract String host
host name


port

public abstract String port
The port


channel

public abstract String channel
The channel name to connect to

ccsid

public abstract String ccsid
mq ccsid

Default:
"Not Specified"

user

public abstract String user
mq user

Default:
"Not Specified"

password

public abstract String password
mq password

Default:
"Not Specified"

sendExit

public abstract String sendExit
mq send exit name

Default:
"Not Specified"

receiveExit

public abstract String receiveExit
mq receive exit name

Default:
"Not Specified"

securityExit

public abstract String securityExit
mq security exit name

Default:
"Not Specified"