|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropagatorConfiguration
A propagator configuration object
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.Configuration |
---|
OPER_ACCEPTED, OPER_NEW, OPER_REJECTED |
Method Summary | |
---|---|
int |
getCategory()
Defines if a propagator should be restricted for events of a specific category. |
boolean |
getContainerPropagation()
Does the propagator propagate downward towards it's container ? Default is true. |
boolean |
getDependentPropagation()
Does the propagator propagate towards dependents ? Default is true. |
int |
getLevel()
This attribute determines the order of the propagators on the propagation stack. |
java.lang.String |
getPropagatorClassName()
|
boolean |
hasCategory()
|
boolean |
hasContainerPropagation()
|
boolean |
hasDependentPropagation()
|
boolean |
hasLevel()
|
boolean |
hasPropagatorClassName()
|
void |
setCategory(int category)
|
void |
setContainerPropagation(boolean enabled)
|
void |
setDependentPropagation(boolean enabled)
|
void |
setLevel(int level)
|
void |
setPropagatorClassName(java.lang.String name)
|
Methods inherited from interface com.collation.platform.model.Configuration |
---|
getEnabled, getFamilyName, getMssGuid, getName, getOperationalStatus, getRejectionReason, hasEnabled, hasFamilyName, hasMssGuid, hasName, hasOperationalStatus, hasRejectionReason, setEnabled, setFamilyName, setMssGuid, setName, setOperationalStatus, setRejectionReason |
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 |
---|
java.lang.String getPropagatorClassName() throws AttributeNotSetException
AttributeNotSetException
void setPropagatorClassName(java.lang.String name)
boolean hasPropagatorClassName()
int getLevel() throws AttributeNotSetException
First all propagators of level 1 get loaded. On top of that come level 2 propagators etc...
AttributeNotSetException
void setLevel(int level)
boolean hasLevel()
int getCategory() throws AttributeNotSetException
AttributeNotSetException
com.collation.monitor.agent.Category
void setCategory(int category)
boolean hasCategory()
boolean getDependentPropagation() throws AttributeNotSetException
AttributeNotSetException
void setDependentPropagation(boolean enabled)
boolean hasDependentPropagation()
boolean getContainerPropagation() throws AttributeNotSetException
AttributeNotSetException
void setContainerPropagation(boolean enabled)
boolean hasContainerPropagation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |