|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MQInstallation
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getBuildType()
Build type is one of the output attributes from dspmqver (display MQ version) command. |
java.lang.String |
getClientExitsDefaultPath()
ExitsDefaultPath=defaultprefix The default prefix for the platform, for the location of 32-bit channel exits. |
java.lang.String |
getClientExitsDefaultPath64()
ExitsDefaultPath64=defaultprefix The default prefix for the platform, for the location of 64-bit channel exits. |
int |
getConvEBCDICNewline()
EBCDIC code pages contain a new line (NL) character that is not supported by ASCII code pages, although some ISO variants of ASCII contain an equivalent. |
java.lang.String |
getDataPath()
DefaultPrefix=directory_name This attribute specifies the path to the qmgrs directory, within which the queue manager data is kept. |
MQApiExit[] |
getExit()
|
java.lang.String |
getLogDefaultPath()
LogDefaultPath=directory_name The directory in which the log files for a queue manager reside. |
java.lang.String |
getLogTypeEnumeration()
LogType=CIRCULAR|LINEAR The type of log to be used. |
int |
getLogWriteIntegrity()
LogWriteIntegrity=SingleWrite|DoubleWrite|TripleWrite The method the logger uses to reliably write log records. |
MQQueueManager[] |
getQueueManagers()
|
boolean |
hasBuildType()
|
boolean |
hasClientExitsDefaultPath()
|
boolean |
hasClientExitsDefaultPath64()
|
boolean |
hasConvEBCDICNewline()
|
boolean |
hasDataPath()
|
boolean |
hasExit()
|
boolean |
hasLogDefaultPath()
|
boolean |
hasLogTypeEnumeration()
|
boolean |
hasLogWriteIntegrity()
|
boolean |
hasQueueManagers()
|
void |
setBuildType(java.lang.String x)
|
void |
setClientExitsDefaultPath(java.lang.String x)
|
void |
setClientExitsDefaultPath64(java.lang.String x)
|
void |
setConvEBCDICNewline(int x)
|
void |
setDataPath(java.lang.String x)
|
void |
setExit(MQApiExit[] x)
|
void |
setLogDefaultPath(java.lang.String x)
|
void |
setLogTypeEnumeration(java.lang.String x)
|
void |
setLogWriteIntegrity(int x)
|
void |
setQueueManagers(MQQueueManager[] x)
|
Methods inherited from interface com.collation.platform.model.topology.app.SoftwareInstallation |
---|
getInstalledLocation, getManufacturerName, getParent, getProductId, getProductName, getService, hasInstalledLocation, hasManufacturerName, hasParent, hasProductId, hasProductName, hasService, setInstalledLocation, setManufacturerName, setParent, setProductId, setProductName, setService |
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.core.Version |
---|
getBuildLevel, getLevel, getMajorVersion, getModifier, getRelease, getVersionString, hasBuildLevel, hasLevel, hasMajorVersion, hasModifier, hasRelease, hasVersionString, setBuildLevel, setLevel, setMajorVersion, setModifier, setRelease, setVersionString |
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
---|
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
int getLogWriteIntegrity() throws AttributeNotSetException
AttributeNotSetException
void setLogWriteIntegrity(int x)
boolean hasLogWriteIntegrity()
java.lang.String getLogTypeEnumeration() throws AttributeNotSetException
AttributeNotSetException
void setLogTypeEnumeration(java.lang.String x)
boolean hasLogTypeEnumeration()
MQQueueManager[] getQueueManagers() throws AttributeNotSetException
AttributeNotSetException
void setQueueManagers(MQQueueManager[] x)
boolean hasQueueManagers()
MQApiExit[] getExit() throws AttributeNotSetException
AttributeNotSetException
void setExit(MQApiExit[] x)
boolean hasExit()
java.lang.String getBuildType() throws AttributeNotSetException
AttributeNotSetException
void setBuildType(java.lang.String x)
boolean hasBuildType()
java.lang.String getDataPath() throws AttributeNotSetException
AttributeNotSetException
void setDataPath(java.lang.String x)
boolean hasDataPath()
java.lang.String getClientExitsDefaultPath() throws AttributeNotSetException
AttributeNotSetException
void setClientExitsDefaultPath(java.lang.String x)
boolean hasClientExitsDefaultPath()
java.lang.String getClientExitsDefaultPath64() throws AttributeNotSetException
AttributeNotSetException
void setClientExitsDefaultPath64(java.lang.String x)
boolean hasClientExitsDefaultPath64()
int getConvEBCDICNewline() throws AttributeNotSetException
AttributeNotSetException
void setConvEBCDICNewline(int x)
boolean hasConvEBCDICNewline()
java.lang.String getLogDefaultPath() throws AttributeNotSetException
AttributeNotSetException
void setLogDefaultPath(java.lang.String x)
boolean hasLogDefaultPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |