|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SyncSchedule
Represents a schedule for synchronization of data with a discovery domain
Field Summary | |
---|---|
static java.lang.String |
PERIOD_DAILY
|
static java.lang.String |
PERIOD_HOURLY
|
static java.lang.String |
PERIOD_WEEKLY
|
static int |
SYNC_STATUS_ABORTED_
|
static int |
SYNC_STATUS_COMPLETE_
|
static int |
SYNC_STATUS_ERROR_
|
static int |
SYNC_STATUS_INPROGRESS_
|
static int |
SYNC_STATUS_SUBMITTED_
|
static int |
TYPE_LOCK_STEP_WITH_DISCOVERY
|
static int |
TYPE_ON_DEMAND
|
static int |
TYPE_SCHEDULED
|
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
int |
getInterval()
|
java.lang.String |
getName()
|
CMDBDomain |
getParent()
|
java.lang.String |
getPeriod()
|
long |
getStartTime()
|
java.lang.String |
getSyncLog()
|
int |
getSyncStatus()
|
int |
getTypeOfSchedule()
|
boolean |
hasInterval()
|
boolean |
hasName()
|
boolean |
hasParent()
|
boolean |
hasPeriod()
|
boolean |
hasStartTime()
|
boolean |
hasSyncLog()
|
boolean |
hasSyncStatus()
|
boolean |
hasTypeOfSchedule()
|
void |
setInterval(int interval)
the interval for the period, every 2 weeks, 3 weeks etc |
void |
setName(java.lang.String name)
A name for this synchronization schedule |
void |
setParent(CMDBDomain domain)
The parent domain this schedule belongs to |
void |
setPeriod(java.lang.String period)
nightly, weekly, monthly etc |
void |
setStartTime(long date)
Start time for discovery if type is not lock step with discovery on domain |
void |
setSyncLog(java.lang.String log)
Synchronization log |
void |
setSyncStatus(int status)
Synchronization Status |
void |
setTypeOfSchedule(int type)
Type of Schedule, on demand (Start now), lock step with discovery or time period based |
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 int TYPE_ON_DEMAND
static final int TYPE_SCHEDULED
static final int TYPE_LOCK_STEP_WITH_DISCOVERY
static final java.lang.String PERIOD_HOURLY
static final java.lang.String PERIOD_DAILY
static final java.lang.String PERIOD_WEEKLY
static final int SYNC_STATUS_ERROR_
static final int SYNC_STATUS_ABORTED_
static final int SYNC_STATUS_COMPLETE_
static final int SYNC_STATUS_INPROGRESS_
static final int SYNC_STATUS_SUBMITTED_
Method Detail |
---|
void setParent(CMDBDomain domain)
domain
- CMDBDomain getParent() throws AttributeNotSetException
AttributeNotSetException
boolean hasParent()
void setName(java.lang.String name)
name
- java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
boolean hasName()
void setTypeOfSchedule(int type)
type
- int getTypeOfSchedule() throws AttributeNotSetException
AttributeNotSetException
boolean hasTypeOfSchedule()
void setStartTime(long date)
date
- long getStartTime() throws AttributeNotSetException
AttributeNotSetException
boolean hasStartTime()
void setPeriod(java.lang.String period)
period
- java.lang.String getPeriod() throws AttributeNotSetException
AttributeNotSetException
boolean hasPeriod()
void setInterval(int interval)
interval
- int getInterval() throws AttributeNotSetException
AttributeNotSetException
boolean hasInterval()
void setSyncLog(java.lang.String log)
log
- java.lang.String getSyncLog() throws AttributeNotSetException
AttributeNotSetException
boolean hasSyncLog()
void setSyncStatus(int status)
int getSyncStatus() throws AttributeNotSetException
AttributeNotSetException
boolean hasSyncStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |