|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExchangeLink
Represents the Exchange Link
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
boolean |
getActionFreeze()
Indicates whether the link supports freezing messages in its queues Best Practice Content: From the WMI classes for Exchange Server 2003: Exchange_Link.ActionFreeze |
boolean |
getActionKick()
Indicates whether the link can trigger its queues to retry transmitting waiting messages immediately Best Practice Content: From the WMI classes for Exchange Server 2003: Exchange_Link.ActionKick |
boolean |
getActionThaw()
Indicates whether the link supports thawing messages in its queues Best Practice Content or origin of attribute content: From the WMI classes for Exchange Server 2003: Exchange_Link.ActionThaw |
java.lang.String |
getLinkID()
The identifier for the link Best Practice Content or origin of attribute content: From the WMI classes for Exchange Server 2003: Exchange_ Link.LinkId |
java.lang.String |
getLinkName()
The name of the link Best Practice Content or origin of attribute content: From the WMI classes for Exchange Server 2003: Exchange_Link.LinkName |
ExchangeProtocolVirtualServer |
getParent()
|
java.lang.String |
getProtocolName()
The transmission protocol used by the link Best Practice Content or origin of attribute content: From the WMI classes for Exchange Server 2003: Exchange_ Link.ProtocolName |
ExchangeQueue[] |
getQueues()
|
boolean |
hasActionFreeze()
|
boolean |
hasActionKick()
|
boolean |
hasActionThaw()
|
boolean |
hasLinkID()
|
boolean |
hasLinkName()
|
boolean |
hasParent()
|
boolean |
hasProtocolName()
|
boolean |
hasQueues()
|
void |
setActionFreeze(boolean x)
|
void |
setActionKick(boolean x)
|
void |
setActionThaw(boolean x)
|
void |
setLinkID(java.lang.String x)
|
void |
setLinkName(java.lang.String x)
|
void |
setParent(ExchangeProtocolVirtualServer x)
|
void |
setProtocolName(java.lang.String x)
|
void |
setQueues(ExchangeQueue[] 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 getLinkID() throws AttributeNotSetException
AttributeNotSetException
void setLinkID(java.lang.String x)
boolean hasLinkID()
java.lang.String getProtocolName() throws AttributeNotSetException
AttributeNotSetException
void setProtocolName(java.lang.String x)
boolean hasProtocolName()
java.lang.String getLinkName() throws AttributeNotSetException
AttributeNotSetException
void setLinkName(java.lang.String x)
boolean hasLinkName()
boolean getActionFreeze() throws AttributeNotSetException
AttributeNotSetException
void setActionFreeze(boolean x)
boolean hasActionFreeze()
ExchangeProtocolVirtualServer getParent() throws AttributeNotSetException
AttributeNotSetException
void setParent(ExchangeProtocolVirtualServer x)
boolean hasParent()
boolean getActionThaw() throws AttributeNotSetException
AttributeNotSetException
void setActionThaw(boolean x)
boolean hasActionThaw()
ExchangeQueue[] getQueues() throws AttributeNotSetException
AttributeNotSetException
void setQueues(ExchangeQueue[] x)
boolean hasQueues()
boolean getActionKick() throws AttributeNotSetException
AttributeNotSetException
void setActionKick(boolean x)
boolean hasActionKick()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |