|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MQApiExitLocal
When the queue manager starts, API exits defined here override the defaults defined in mqs.ini.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getData()
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. |
java.lang.String |
getFunction()
The name of the function entry point into the module containing the API exit code. |
java.lang.String |
getName()
The descriptive name of the API exit passed to it in the ExitInfoName field of the MQAXP structure. |
MQQueueManager |
getQueueManager()
|
int |
getSequence()
The sequence in which this API exit is called relative to other API exits. |
SoftwareComponent[] |
getSoftware()
|
boolean |
hasData()
|
boolean |
hasFunction()
|
boolean |
hasName()
|
boolean |
hasQueueManager()
|
boolean |
hasSequence()
|
boolean |
hasSoftware()
|
void |
setData(java.lang.String x)
|
void |
setFunction(java.lang.String x)
|
void |
setName(java.lang.String x)
|
void |
setQueueManager(MQQueueManager 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 |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
MQQueueManager getQueueManager() throws AttributeNotSetException
AttributeNotSetException
void setQueueManager(MQQueueManager x)
boolean hasQueueManager()
SoftwareComponent[] getSoftware() throws AttributeNotSetException
AttributeNotSetException
void setSoftware(SoftwareComponent[] x)
boolean hasSoftware()
int getSequence() throws AttributeNotSetException
AttributeNotSetException
void setSequence(int x)
boolean hasSequence()
java.lang.String getFunction() throws AttributeNotSetException
AttributeNotSetException
void setFunction(java.lang.String x)
boolean hasFunction()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String x)
boolean hasName()
java.lang.String getData() throws AttributeNotSetException
AttributeNotSetException
void setData(java.lang.String x)
boolean hasData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |