|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MQProcess
Use the DEFINE PROCESS command to create a process definition. A process definition defines the application to be used to process messages from the application queue. The application queue definition names the process to be used and thereby associates the application queue with the application to be used to process its messages. This is done through the PROCESS attribute on the application queue MOTOR.INSURANCE.QUEUE.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getApplicationID()
Application identifier (parameter identifier: MQCA_APPL_ID). |
java.lang.String |
getApplicationType()
Application type (parameter identifier: MQIA_APPL_TYPE). |
java.lang.String |
getEnvironmentData()
Environment data (parameter identifier: MQCA_ENV_DATA). |
java.lang.String |
getName()
The name of the process definition (parameter identifier: MQCA_PROCESS_NAME). |
MQQueueManager |
getQueueManager()
|
java.lang.String |
getUserData()
User data (parameter identifier: MQCA_USER_DATA). |
boolean |
hasApplicationID()
|
boolean |
hasApplicationType()
|
boolean |
hasEnvironmentData()
|
boolean |
hasName()
|
boolean |
hasQueueManager()
|
boolean |
hasUserData()
|
void |
setApplicationID(java.lang.String x)
|
void |
setApplicationType(java.lang.String x)
|
void |
setEnvironmentData(java.lang.String x)
|
void |
setName(java.lang.String x)
|
void |
setQueueManager(MQQueueManager x)
|
void |
setUserData(java.lang.String x)
|
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Methods inherited from interface com.collation.platform.model.topology.app.messaging.mq.MQBase |
---|
getDefault, getIsValid, getSystem, hasDefault, hasIsValid, hasSystem, setDefault, setIsValid, setSystem |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
MQQueueManager getQueueManager() throws AttributeNotSetException
AttributeNotSetException
void setQueueManager(MQQueueManager x)
boolean hasQueueManager()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String x)
boolean hasName()
java.lang.String getApplicationID() throws AttributeNotSetException
AttributeNotSetException
void setApplicationID(java.lang.String x)
boolean hasApplicationID()
java.lang.String getUserData() throws AttributeNotSetException
AttributeNotSetException
void setUserData(java.lang.String x)
boolean hasUserData()
java.lang.String getEnvironmentData() throws AttributeNotSetException
AttributeNotSetException
void setEnvironmentData(java.lang.String x)
boolean hasEnvironmentData()
java.lang.String getApplicationType() throws AttributeNotSetException
AttributeNotSetException
void setApplicationType(java.lang.String x)
boolean hasApplicationType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |