|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DominoDomain
Represents a domino domain server.
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
java.lang.String |
getDomainName()
Represents the domain name as seen in the server document. |
java.lang.String |
getDomainNameInLowerCase()
Domain names are case insensitive, so within the same site you could have a server with domain name set to DOMAIN and another server with domain name set to domain and they both belong to the same domain. |
DominoConnection[] |
getDominoConnections()
The list of configured connections in this domain. |
DominoServer[] |
getServers()
List of domino servers that make this domain |
boolean |
hasDomainName()
|
boolean |
hasDomainNameInLowerCase()
|
boolean |
hasDominoConnections()
|
boolean |
hasServers()
|
void |
setDomainName(java.lang.String s)
|
void |
setDomainNameInLowerCase(java.lang.String s)
|
void |
setDominoConnections(DominoConnection[] s)
|
void |
setServers(DominoServer[] s)
|
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 |
Method Detail |
---|
void setDomainName(java.lang.String s)
java.lang.String getDomainName() throws AttributeNotSetException
AttributeNotSetException
boolean hasDomainName()
void setDomainNameInLowerCase(java.lang.String s)
java.lang.String getDomainNameInLowerCase() throws AttributeNotSetException
AttributeNotSetException
boolean hasDomainNameInLowerCase()
void setServers(DominoServer[] s)
DominoServer[] getServers() throws AttributeNotSetException
AttributeNotSetException
boolean hasServers()
void setDominoConnections(DominoConnection[] s)
DominoConnection[] getDominoConnections() throws AttributeNotSetException
AttributeNotSetException
boolean hasDominoConnections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |