|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MQStorageClass
How storage classes work You define a storage class, using the DEFINE STGCLASS command, specifying a page set identifier (PSID). When you define a queue, you specify the storage class in the STGCLASS attribute.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getName()
Name of the storage class. |
MQPageSet |
getPageSet()
|
MQQueueManager |
getQueueManager()
|
boolean |
hasName()
|
boolean |
hasPageSet()
|
boolean |
hasQueueManager()
|
void |
setName(java.lang.String x)
|
void |
setPageSet(MQPageSet x)
|
void |
setQueueManager(MQQueueManager 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 |
---|
MQPageSet getPageSet() throws AttributeNotSetException
AttributeNotSetException
void setPageSet(MQPageSet x)
boolean hasPageSet()
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |