|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CMDBDomain
Represents a Domain CMDB
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
boolean |
getDefaultDomain()
|
Scope |
getDomainScope()
|
java.lang.String |
getHostname()
|
long |
getLastSynchTimestamp()
|
java.lang.String |
getName()
|
java.lang.String |
getPassword()
|
int |
getPort()
|
int |
getRmiPort()
|
SyncQuery |
getSynchQuery()
|
SyncSchedule[] |
getSynchSchedules()
|
int |
getWebPort()
|
int |
getWebsslPort()
|
boolean |
hasDefaultDomain()
|
boolean |
hasDomainScope()
|
boolean |
hasHostname()
|
boolean |
hasLastSynchTimestamp()
|
boolean |
hasName()
|
boolean |
hasPassword()
|
boolean |
hasPort()
|
boolean |
hasRmiPort()
|
boolean |
hasSynchQuery()
|
boolean |
hasSynchSchedules()
|
boolean |
hasWebPort()
|
boolean |
hasWebsslPort()
|
void |
setDefaultDomain(boolean isDefault)
Specified whether this domain is the catch all domain - i.e. |
void |
setDomainScope(Scope scope)
The Scope for this domain |
void |
setHostname(java.lang.String hostName)
The ip or hostname for this domain. |
void |
setLastSynchTimestamp(long timestamp)
|
void |
setName(java.lang.String name)
The name for this domain |
void |
setPassword(java.lang.String password)
The password that is needed for JINI communications between the ECMDB and domain CMDB This password is stored encrypted |
void |
setPort(int port)
The Unicast discovery port for this domain's JINI registry |
void |
setRmiPort(int port)
Naming service RMI registry port collation.properties: com.collation.rmiport=9433 |
void |
setSynchQuery(SyncQuery query)
Query for sync with domain, contains a list of shallow model objects that need to be synced for that domain |
void |
setSynchSchedules(SyncSchedule[] policies)
Sets schedules for domain synch |
void |
setWebPort(int port)
HTTP port to use without SSL collation.properties: com.collation.webport=9430 |
void |
setWebsslPort(int port)
HTTPS port to use with SSL collation.properties: com.collation.websslport=9431 |
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 setName(java.lang.String name)
name
- java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
boolean hasName()
void setHostname(java.lang.String hostName)
name
- java.lang.String getHostname() throws AttributeNotSetException
AttributeNotSetException
boolean hasHostname()
void setPort(int port)
port
- int getPort() throws AttributeNotSetException
AttributeNotSetException
boolean hasPort()
void setPassword(java.lang.String password)
password
- java.lang.String getPassword() throws AttributeNotSetException
AttributeNotSetException
boolean hasPassword()
void setWebPort(int port)
int getWebPort() throws AttributeNotSetException
AttributeNotSetException
boolean hasWebPort()
void setWebsslPort(int port)
int getWebsslPort() throws AttributeNotSetException
AttributeNotSetException
boolean hasWebsslPort()
void setRmiPort(int port)
int getRmiPort() throws AttributeNotSetException
AttributeNotSetException
boolean hasRmiPort()
void setSynchSchedules(SyncSchedule[] policies)
policies
- SyncSchedule[] getSynchSchedules() throws AttributeNotSetException
AttributeNotSetException
boolean hasSynchSchedules()
void setLastSynchTimestamp(long timestamp)
timestamp
- long getLastSynchTimestamp() throws AttributeNotSetException
AttributeNotSetException
boolean hasLastSynchTimestamp()
void setSynchQuery(SyncQuery query)
query
- SyncQuery getSynchQuery() throws AttributeNotSetException
AttributeNotSetException
boolean hasSynchQuery()
void setDefaultDomain(boolean isDefault)
isDefault
- boolean getDefaultDomain() throws AttributeNotSetException
AttributeNotSetException
boolean hasDefaultDomain()
void setDomainScope(Scope scope)
scope
- Scope getDomainScope() throws AttributeNotSetException
AttributeNotSetException
boolean hasDomainScope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |