com.collation.platform.model.discovery.agent
Interface AgentConfiguration
- All Superinterfaces:
- Configuration, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- ArtsAgentConfiguration, CiscoTelnetAgentConfiguration, CiscoWorksAgentConfiguration, DominoServerAgentConfiguration, FileGrabberAgentConfiguration, OracleAgentConfiguration, PortScanAgentConfiguration, SnmpAgentConfiguration, StackScanAgentConfiguration, StorageAgentConfiguration, UniversalDataAgentConfiguration, VeritasClusterAgentConfiguration, WebSphereAgentConfiguration
public interface AgentConfiguration
- extends Configuration
A discover agent (aka sensor) configuration object
- Persistable:
- true
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 |
getSeedClassName
java.lang.String getSeedClassName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSeedClassName
void setSeedClassName(java.lang.String className)
hasSeedClassName
boolean hasSeedClassName()
getAgentClassName
java.lang.String getAgentClassName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAgentClassName
void setAgentClassName(java.lang.String className)
hasAgentClassName
boolean hasAgentClassName()
getTemplateClassName
java.lang.String getTemplateClassName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTemplateClassName
void setTemplateClassName(java.lang.String className)
hasTemplateClassName
boolean hasTemplateClassName()
getClassPath
ClassPathEntry[] getClassPath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Table Name:
- AC_CP
setClassPath
void setClassPath(ClassPathEntry[] classpath)
hasClassPath
boolean hasClassPath()
getScopeSetName
java.lang.String getScopeSetName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setScopeSetName
void setScopeSetName(java.lang.String scopeName)
hasScopeSetName
boolean hasScopeSetName()
getBidiConfigFlag
int getBidiConfigFlag()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBidiConfigFlag
void setBidiConfigFlag(int flag)
hasBidiConfigFlag
boolean hasBidiConfigFlag()
getBidiConfigFormat
java.lang.String getBidiConfigFormat()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBidiConfigFormat
void setBidiConfigFormat(java.lang.String format)
hasBidiConfigFormat
boolean hasBidiConfigFormat()
getBidiProfile
java.lang.String getBidiProfile()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBidiProfile
void setBidiProfile(java.lang.String profileName)
hasBidiProfile
boolean hasBidiProfile()
getObjectVersion
int getObjectVersion()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setObjectVersion
void setObjectVersion(int version)
hasObjectVersion
boolean hasObjectVersion()
getOriginalName
java.lang.String getOriginalName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setOriginalName
void setOriginalName(java.lang.String originalName)
hasOriginalName
boolean hasOriginalName()