|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExchangeDSAccessDomainController
Represents the information about the domain controller that is accessible to the exchange server DSAccess service
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
int |
getConfigurationType()
Indicates whether the instance describes a domain controller that was detected automatically, or one that was specified manually Best Practice Content or origin of attribute content: From the WMI classes for Exchange Server 2003: Exchange_DSAccessDC.ConfigurationType |
java.lang.String |
getDomainControllerName()
The computer name of the domain controller Best Practice Content or origin of attribute content: From the WMI classes for Exchange Server 2003: Exchange_DSAccessDC.Name Example attribute content: tv045077.exchange2003.local |
long |
getLDAPPort()
The TCP/IP port on which the LDAP service listens for LDAP requests Best Practice Content or origin of attribute content: From the WMI classes for Exchange Server 2003: Exchange_DSAccessDC.LDAPPort Example attribute content: 389 |
ExchangeServer |
getParent()
|
int |
getType()
The role that the domain controller plays in the Microsoft Exchange system Best Practice Content or origin of attribute content: From the WMI classes for Exchange Server 2003: Exchange_DSAccessDC.Type |
boolean |
hasConfigurationType()
|
boolean |
hasDomainControllerName()
|
boolean |
hasLDAPPort()
|
boolean |
hasParent()
|
boolean |
hasType()
|
void |
setConfigurationType(int x)
|
void |
setDomainControllerName(java.lang.String x)
|
void |
setLDAPPort(long x)
|
void |
setParent(ExchangeServer x)
|
void |
setType(int 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 |
---|
int getType() throws AttributeNotSetException
AttributeNotSetException
void setType(int x)
boolean hasType()
ExchangeServer getParent() throws AttributeNotSetException
AttributeNotSetException
void setParent(ExchangeServer x)
boolean hasParent()
int getConfigurationType() throws AttributeNotSetException
AttributeNotSetException
void setConfigurationType(int x)
boolean hasConfigurationType()
long getLDAPPort() throws AttributeNotSetException
AttributeNotSetException
void setLDAPPort(long x)
boolean hasLDAPPort()
java.lang.String getDomainControllerName() throws AttributeNotSetException
AttributeNotSetException
void setDomainControllerName(java.lang.String x)
boolean hasDomainControllerName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |