|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.etools.sfm.sfpi.SFGenerationProperties
com.ibm.etools.sfm.sfpi.SFMQSeriesGenerationProperties
public class SFMQSeriesGenerationProperties
SFMQSeriesGenerationProperties is an implementation of SFGenerationProperties that represents the generation properties for an MQ Series operation.
| Field Summary | |
|---|---|
static java.lang.String |
MQGetAdapterName
The MQGET adapter name property. |
static java.lang.String |
MQGetTranId
The MQGET transaction id property. |
static java.lang.String |
MQMaxOutMsgLen
The MQ maximum output message length property. |
static java.lang.String |
MQMessageType
The MQ message type property. |
static int |
MQMessageType_Datagram
The MQ message type value for Datagram. |
static int |
MQMessageType_Reply
The MQ message type value for Reply. |
static int |
MQMessageType_Request
The MQ message type value for Request. |
static java.lang.String |
MQPutAdapterName
The MQPUT adapter name property. |
static java.lang.String |
MQPutReplyQMgr
The MQPUT reply queue manager property. |
static java.lang.String |
MQPutReplyQueue
The MQPUT reply queue property. |
static java.lang.String |
MQPutRequestQueue
The MQPUT request queue property. |
static java.lang.String |
MQPutTranId
The MQPUT transaction id property. |
static java.lang.String |
MQWaitInterval
The MQ wait interval property. |
| Fields inherited from class com.ibm.etools.sfm.sfpi.SFGenerationProperties |
|---|
InvokeType, InvokeType_Channel, InvokeType_COMMAREA, InvokeType_MQSeries, Runtime, Runtime_CSFR31, Runtime_CSFR32 |
| Method Summary | |
|---|---|
java.lang.String |
getMQGetAdapterName()
|
java.lang.String |
getMQGetTranId()
|
int |
getMQMaxOutMsgLen()
|
int |
getMQMessageType()
|
java.lang.String |
getMQPutAdapterName()
|
java.lang.String |
getMQPutReplyQMgr()
|
java.lang.String |
getMQPutReplyQueue()
|
java.lang.String |
getMQPutRequestQueue()
|
java.lang.String |
getMQPutTranId()
|
int |
getMQWaitInterval()
|
void |
setMQGetAdapterName(java.lang.String adapterName)
Sets the value of the MQGET adapter name property. |
void |
setMQGetTranId(java.lang.String tranId)
Sets the value of the MQGET transaction id property. |
void |
setMQMaxOutMsgLen(int maxOutMsgLen)
Sets the value of the MQ maximum output message length property. |
void |
setMQMessageType(int msgType)
Sets the value of the MQ message type property. |
void |
setMQPutAdapterName(java.lang.String adapterName)
Sets the value of the MQPUT adapter name property. |
void |
setMQPutReplyQMgr(java.lang.String qMgr)
Sets the value of the MQPUT reply queue manager property. |
void |
setMQPutReplyQueue(java.lang.String replyQueue)
Sets the value of the MQPUT reply queue property. |
void |
setMQPutRequestQueue(java.lang.String requestQueue)
Sets the value of the MQPUT request queue property. |
void |
setMQPutTranId(java.lang.String tranId)
Sets the value of the MQPUT transaction id property. |
void |
setMQWaitInterval(int waitInterval)
Sets the value of the MQ wait interval property (in seconds). |
| Methods inherited from class com.ibm.etools.sfm.sfpi.SFGenerationProperties |
|---|
getInvokeType, getRuntime, save, setRuntime |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String MQGetAdapterName
public static final java.lang.String MQGetTranId
public static final java.lang.String MQPutAdapterName
public static final java.lang.String MQPutTranId
public static final java.lang.String MQMaxOutMsgLen
public static final java.lang.String MQMessageType
public static final int MQMessageType_Request
public static final int MQMessageType_Reply
public static final int MQMessageType_Datagram
public static final java.lang.String MQPutRequestQueue
public static final java.lang.String MQPutReplyQMgr
public static final java.lang.String MQPutReplyQueue
public static final java.lang.String MQWaitInterval
| Method Detail |
|---|
public java.lang.String getMQGetAdapterName()
public void setMQGetAdapterName(java.lang.String adapterName)
throws SFException
adapterName - The adapter name.
SFException - One of the following exceptions may result:
| Error | Description | Severity |
| WZEF1001E_ARGSERROR | Illegal arguments. The adapterName is null. | ERROR: The MQGET adapter name was not set successfully. |
| WZEF1407E_PROPERTYVALIDATIONFAILED | Validation of the property value failed. The specified value for the property contains characters that are not valid. | ERROR: The MQGET adapter name was not set successfully. |
public java.lang.String getMQGetTranId()
public void setMQGetTranId(java.lang.String tranId)
throws SFException
tranId - The transaction id.
SFException - One of the following exceptions may result:
| Error | Description | Severity |
| WZEF1001E_ARGSERROR | Illegal arguments. The tranId is null. | ERROR: The MQGET transaction id was not set successfully. |
| WZEF1407E_PROPERTYVALIDATIONFAILED | Validation of the property value failed. The specified value for the property contains characters that are not valid. | ERROR: The MQGET transaction id was not set successfully. |
public java.lang.String getMQPutAdapterName()
public void setMQPutAdapterName(java.lang.String adapterName)
throws SFException
adapterName - The adapter name.
SFException - One of the following exceptions may result:
| Error | Description | Severity |
| WZEF1001E_ARGSERROR | Illegal arguments. The adapterName is null. | ERROR: The MQPUT adapter name was not set successfully. |
| WZEF1407E_PROPERTYVALIDATIONFAILED | Validation of the property value failed. The specified value for the property contains characters that are not valid. | ERROR: The MQPUT adapter name was not set successfully. |
public java.lang.String getMQPutTranId()
public void setMQPutTranId(java.lang.String tranId)
throws SFException
tranId - The transaction id.
SFException - One of the following exceptions may result:
| Error | Description | Severity |
| WZEF1001E_ARGSERROR | Illegal arguments. The tranId is null. | ERROR: The MQPUT transaction id was not set successfully. |
| WZEF1407E_PROPERTYVALIDATIONFAILED | Validation of the property value failed. The specified value for the property contains characters that are not valid. | ERROR: The MQPUT transaction id was not set successfully. |
public int getMQMaxOutMsgLen()
public void setMQMaxOutMsgLen(int maxOutMsgLen)
throws SFException
maxOutMsgLen - The maximum length.
SFException - One of the following exceptions may result:
| Error | Description | Severity |
| WZEF1001E_ARGSERROR | Illegal arguments. The maxOutMsgLen is less than zero. | ERROR: The MQ maximum output message length was not set successfully. |
public int getMQMessageType()
public void setMQMessageType(int msgType)
throws SFException
msgType - The message type.
SFException - One of the following exceptions may result:
| Error | Description | Severity |
| WZEF1001E_ARGSERROR | Illegal arguments. The msgType is not one of MQMessageType_Request, MQMessageType_Reply, or MQMessageType_Datagram. | ERROR: The MQ message type was not set successfully. |
public java.lang.String getMQPutRequestQueue()
public void setMQPutRequestQueue(java.lang.String requestQueue)
throws SFException
requestQueue - The request queue.
SFException - One of the following exceptions may result:
| Error | Description | Severity |
| WZEF1001E_ARGSERROR | Illegal arguments. The request queue is null. | ERROR: The MQPUT request queue was not set successfully. |
| WZEF1407E_PROPERTYVALIDATIONFAILED | Validation of the property value failed. The specified value for the property contains characters that are not valid. | ERROR: The MQPUT request queue was not set successfully. |
public java.lang.String getMQPutReplyQMgr()
public void setMQPutReplyQMgr(java.lang.String qMgr)
throws SFException
qMgr - The reply queue manager.
SFException - One of the following exceptions may result:
| Error | Description | Severity |
| WZEF1001E_ARGSERROR | Illegal arguments. The qMgr is null. | ERROR: The MQPUT reply queue manager was not set successfully. |
| WZEF1407E_PROPERTYVALIDATIONFAILED | Validation of the property value failed. The specified value for the property contains characters that are not valid. | ERROR: The MQPUT reply queue manager was not set successfully. |
public java.lang.String getMQPutReplyQueue()
public void setMQPutReplyQueue(java.lang.String replyQueue)
throws SFException
replyQueue - The reply queue manager.
SFException - One of the following exceptions may result:
| Error | Description | Severity |
| WZEF1001E_ARGSERROR | Illegal arguments. The replyQueue is null. | ERROR: The MQPUT reply queue was not set successfully. |
| WZEF1407E_PROPERTYVALIDATIONFAILED | Validation of the property value failed. The specified value for the property contains characters that are not valid. | ERROR: The MQPUT reply queue was not set successfully. |
public int getMQWaitInterval()
public void setMQWaitInterval(int waitInterval)
throws SFException
waitInterval - The wait interval.
SFException - One of the following exceptions may result:
| Error | Description | Severity |
| WZEF1001E_ARGSERROR | Illegal arguments. The waitInterval is less than zero. | ERROR: The MQ wait interval was not set successfully. |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||