Uses of Interface
com.collation.platform.model.discovery.agent.AgentConfiguration

Packages that use AgentConfiguration
com.collation.platform.model.discovery.agent   
com.collation.platform.model.discovery.arts.agent   
com.collation.platform.model.discovery.profile   
 

Uses of AgentConfiguration in com.collation.platform.model.discovery.agent
 

Subinterfaces of AgentConfiguration in com.collation.platform.model.discovery.agent
 interface CiscoTelnetAgentConfiguration
          Configuration for a CiscoTelnetAgent
 interface CiscoWorksAgentConfiguration
          Configuration for a CiscoWorksSensor
 interface DominoServerAgentConfiguration
          Configuration for a Domino Server Agent
 interface FileGrabberAgentConfiguration
          Configuration for a FileGrabberSensor
 interface OracleAgentConfiguration
          Configuration of Oracle Sensor discovery for schema definitions or metadata details
 interface PortScanAgentConfiguration
          Configuration for a PortScanAgent
 interface SnmpAgentConfiguration
          Configuration for the SNMP Mib2 Sensor
 interface StackScanAgentConfiguration
          Configuration for the StackScanSensor
 interface StorageAgentConfiguration
          Configuration for a StorageAgent
 interface UniversalDataAgentConfiguration
          Configuration for a UniversalDataSensor
 interface VeritasClusterAgentConfiguration
          Configuration of Veritas Cluster Server sensor (mappings from Veritas resources to CDM objects)
 interface WebSphereAgentConfiguration
          Configuration for the WebSphere Sensor
 

Uses of AgentConfiguration in com.collation.platform.model.discovery.arts.agent
 

Subinterfaces of AgentConfiguration in com.collation.platform.model.discovery.arts.agent
 interface ArtsAgentConfiguration
          A discover agent (aka sensor) configuration object
 

Uses of AgentConfiguration in com.collation.platform.model.discovery.profile
 

Methods in com.collation.platform.model.discovery.profile that return AgentConfiguration
 AgentConfiguration[] DiscoveryProfile.getAgentConfigurations()
           
 

Methods in com.collation.platform.model.discovery.profile with parameters of type AgentConfiguration
 void DiscoveryProfile.setAgentConfigurations(AgentConfiguration[] acs)