|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExchangeQueue
Represents the Exchange Queue
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
boolean |
getCanEnumAll()
Indicates whether the queue can enumerate all of the messages that it has waiting for transmission Standard Content Origin / Best Practice Content From the WMI classes for Exchange Server 2003: Exchange_Queue.CanEnumAll |
ExchangeLink |
getParent()
|
java.lang.String |
getProtocolName()
The transmission protocol for the queue Standard Content Origin / Best Practice Content From the WMI classes for Exchange Server 2003: Exchange_ Link.ProtocolName Example SMTP |
java.lang.String |
getQueueID()
The identifier of the queue Standard Content Origin / Best Practice Content From the WMI classes for Exchange Server 2003: Exchange_ Queue.QueueId Example {AB4A29BC-B982-4231-B690-0F022244E0D5}/46148996/46149000 |
java.lang.String |
getQueueName()
The name of the queue Standard Content Origin / Best Practice Content From the WMI classes for Exchange Server 2003: Exchange_Queue.QueueName Example PreSubmissionQueue |
boolean |
hasCanEnumAll()
|
boolean |
hasParent()
|
boolean |
hasProtocolName()
|
boolean |
hasQueueID()
|
boolean |
hasQueueName()
|
void |
setCanEnumAll(boolean x)
|
void |
setParent(ExchangeLink x)
|
void |
setProtocolName(java.lang.String x)
|
void |
setQueueID(java.lang.String x)
|
void |
setQueueName(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 |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
java.lang.String getQueueName() throws AttributeNotSetException
AttributeNotSetException
void setQueueName(java.lang.String x)
boolean hasQueueName()
java.lang.String getProtocolName() throws AttributeNotSetException
AttributeNotSetException
void setProtocolName(java.lang.String x)
boolean hasProtocolName()
ExchangeLink getParent() throws AttributeNotSetException
AttributeNotSetException
void setParent(ExchangeLink x)
boolean hasParent()
boolean getCanEnumAll() throws AttributeNotSetException
AttributeNotSetException
void setCanEnumAll(boolean x)
boolean hasCanEnumAll()
java.lang.String getQueueID() throws AttributeNotSetException
AttributeNotSetException
void setQueueID(java.lang.String x)
boolean hasQueueID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |