|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MQApiExit
API exits let you write code that changes the behavior of WebSphere MQ API calls, such as MQPUT and MQGET, and then insert that code immediately before or immediately after those calls.
| Field Summary | |
|---|---|
static java.lang.String |
IBM_COPYRIGHT
|
| Method Summary | |
|---|---|
java.lang.String |
getData()
Data=data_name Data to be passed to the API exit in the ExitData field of the MQAXP structure. |
java.lang.String |
getFunction()
The name of the function entry point into the module containing the API exit code. |
MQInstallation |
getInstallation()
|
java.lang.String |
getName()
The descriptive name of the API exit passed to it in the ExitInfoName field of the MQAXP structure. |
int |
getSequence()
The sequence in which this API exit is called relative to other API exits. |
SoftwareComponent[] |
getSoftware()
|
boolean |
hasData()
|
boolean |
hasFunction()
|
boolean |
hasInstallation()
|
boolean |
hasName()
|
boolean |
hasSequence()
|
boolean |
hasSoftware()
|
void |
setData(java.lang.String x)
|
void |
setFunction(java.lang.String x)
|
void |
setInstallation(MQInstallation x)
|
void |
setName(java.lang.String x)
|
void |
setSequence(int x)
|
void |
setSoftware(SoftwareComponent[] 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 |
|---|
int getSequence()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSequence(int x)
boolean hasSequence()
SoftwareComponent[] getSoftware()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSoftware(SoftwareComponent[] x)
boolean hasSoftware()
java.lang.String getName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setName(java.lang.String x)
boolean hasName()
java.lang.String getFunction()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setFunction(java.lang.String x)
boolean hasFunction()
MQInstallation getInstallation()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setInstallation(MQInstallation x)
boolean hasInstallation()
java.lang.String getData()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setData(java.lang.String x)
boolean hasData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||