|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileGrabberAgentConfiguration
Configuration for a FileGrabberSensor
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.Configuration |
---|
OPER_ACCEPTED, OPER_NEW, OPER_REJECTED |
Method Summary | |
---|---|
java.lang.String |
getFileName()
The name of the file whose contents need to be grabbed |
java.lang.String |
getLocalFileName()
If specified, the content of the file is stored in the local filesystem instead of being dropped in the java space. |
java.lang.String |
getOptimizeLocal()
If set to "true", do not copy the file over if it is found on the same host as the collation server |
java.lang.String |
getScope()
If specified, the sensor is only started on hosts within the scope |
boolean |
hasFileName()
|
boolean |
hasLocalFileName()
|
boolean |
hasOptimizeLocal()
|
boolean |
hasScope()
|
void |
setFileName(java.lang.String fileName)
|
void |
setLocalFileName(java.lang.String localFileName)
|
void |
setOptimizeLocal(java.lang.String optimize)
|
void |
setScope(java.lang.String scope)
|
Methods inherited from interface com.collation.platform.model.discovery.agent.AgentConfiguration |
---|
getAgentClassName, getBidiConfigFlag, getBidiConfigFormat, getBidiProfile, getClassPath, getObjectVersion, getOriginalName, getScopeSetName, getSeedClassName, getTemplateClassName, hasAgentClassName, hasBidiConfigFlag, hasBidiConfigFormat, hasBidiProfile, hasClassPath, hasObjectVersion, hasOriginalName, hasScopeSetName, hasSeedClassName, hasTemplateClassName, setAgentClassName, setBidiConfigFlag, setBidiConfigFormat, setBidiProfile, setClassPath, setObjectVersion, setOriginalName, setScopeSetName, setSeedClassName, setTemplateClassName |
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 getFileName() throws AttributeNotSetException
AttributeNotSetException
void setFileName(java.lang.String fileName)
boolean hasFileName()
java.lang.String getScope() throws AttributeNotSetException
AttributeNotSetException
void setScope(java.lang.String scope)
boolean hasScope()
java.lang.String getLocalFileName() throws AttributeNotSetException
AttributeNotSetException
void setLocalFileName(java.lang.String localFileName)
boolean hasLocalFileName()
java.lang.String getOptimizeLocal() throws AttributeNotSetException
AttributeNotSetException
void setOptimizeLocal(java.lang.String optimize)
boolean hasOptimizeLocal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |