Uses of Interface
com.collation.platform.model.ModelObject

Packages that use ModelObject
com.collation.platform.model   
com.collation.platform.model.attributeprio   
com.collation.platform.model.casm.monitor   
com.collation.platform.model.casm.monitor.agent   
com.collation.platform.model.casm.monitor.forwarding   
com.collation.platform.model.casm.monitor.propagator   
com.collation.platform.model.discovery   
com.collation.platform.model.discovery.agent   
com.collation.platform.model.discovery.arts.agent   
com.collation.platform.model.discovery.auth   
com.collation.platform.model.discovery.cdm   
com.collation.platform.model.discovery.profile   
com.collation.platform.model.discovery.schedule   
com.collation.platform.model.discovery.scope   
com.collation.platform.model.discovery.template   
com.collation.platform.model.domain   
com.collation.platform.model.gui   
com.collation.platform.model.gui.customviews   
com.collation.platform.model.gui.preferences   
com.collation.platform.model.plugin   
com.collation.platform.model.provision.definition   
com.collation.platform.model.provision.runtime   
com.collation.platform.model.provision.workflow   
com.collation.platform.model.standardization   
com.collation.platform.model.topology.admin   
com.collation.platform.model.topology.app   
com.collation.platform.model.topology.app.citrix   
com.collation.platform.model.topology.app.db   
com.collation.platform.model.topology.app.db.db2   
com.collation.platform.model.topology.app.db.mssql   
com.collation.platform.model.topology.app.db.oracle   
com.collation.platform.model.topology.app.db.sybase   
com.collation.platform.model.topology.app.dependencies   
com.collation.platform.model.topology.app.j2ee   
com.collation.platform.model.topology.app.j2ee.jboss   
com.collation.platform.model.topology.app.j2ee.oracleapp   
com.collation.platform.model.topology.app.j2ee.weblogic   
com.collation.platform.model.topology.app.j2ee.websphere   
com.collation.platform.model.topology.app.lotus   
com.collation.platform.model.topology.app.messaging.exchange   
com.collation.platform.model.topology.app.messaging.mq   
com.collation.platform.model.topology.app.packagedapp.mysap   
com.collation.platform.model.topology.app.packagedapp.mysap.basis   
com.collation.platform.model.topology.app.packagedapp.mysap.db   
com.collation.platform.model.topology.app.sms   
com.collation.platform.model.topology.app.veritas.cluster   
com.collation.platform.model.topology.app.web   
com.collation.platform.model.topology.app.web.apache   
com.collation.platform.model.topology.app.web.ibm   
com.collation.platform.model.topology.app.web.iis   
com.collation.platform.model.topology.app.web.iplanet   
com.collation.platform.model.topology.app.web.oracleapp   
com.collation.platform.model.topology.core   
com.collation.platform.model.topology.dev   
com.collation.platform.model.topology.dev.sun   
com.collation.platform.model.topology.dev.veritas   
com.collation.platform.model.topology.extattrib   
com.collation.platform.model.topology.meta   
com.collation.platform.model.topology.net   
com.collation.platform.model.topology.net.acl   
com.collation.platform.model.topology.net.vip   
com.collation.platform.model.topology.net.vip.bigip   
com.collation.platform.model.topology.phys   
com.collation.platform.model.topology.phys.physcomp   
com.collation.platform.model.topology.phys.physconn   
com.collation.platform.model.topology.phys.physlink   
com.collation.platform.model.topology.phys.physpkg   
com.collation.platform.model.topology.process   
com.collation.platform.model.topology.process.composite   
com.collation.platform.model.topology.process.igs   
com.collation.platform.model.topology.process.itil   
com.collation.platform.model.topology.relation   
com.collation.platform.model.topology.soa   
com.collation.platform.model.topology.storage   
com.collation.platform.model.topology.sys   
com.collation.platform.model.topology.sys.aix   
com.collation.platform.model.topology.sys.cisco   
com.collation.platform.model.topology.sys.darwin   
com.collation.platform.model.topology.sys.dos   
com.collation.platform.model.topology.sys.freebsd   
com.collation.platform.model.topology.sys.hpux   
com.collation.platform.model.topology.sys.i5OS   
com.collation.platform.model.topology.sys.ipso   
com.collation.platform.model.topology.sys.linux   
com.collation.platform.model.topology.sys.mac   
com.collation.platform.model.topology.sys.netware   
com.collation.platform.model.topology.sys.openvms   
com.collation.platform.model.topology.sys.sun   
com.collation.platform.model.topology.sys.tru64   
com.collation.platform.model.topology.sys.unix   
com.collation.platform.model.topology.sys.veritas   
com.collation.platform.model.topology.sys.vmware   
com.collation.platform.model.topology.sys.windows   
com.collation.platform.model.topology.sys.zOS   
com.collation.platform.model.util   
com.collation.platform.model.workflow   
 

Uses of ModelObject in com.collation.platform.model
 

Subinterfaces of ModelObject in com.collation.platform.model
 interface Configuration
          A configuration object
 interface TestDummy
           
 

Methods in com.collation.platform.model with parameters of type ModelObject
static java.lang.String InterfaceIntrospector.getCollationSubtype(ModelObject obj)
          Returns the Collation subtype of the given ModelObject
static java.lang.String InterfaceIntrospector.getCollationType(ModelObject obj)
          Returns the Collation type of the given ModelObject
static boolean InterfaceIntrospector.hasCollationSubtype(ModelObject obj)
          Returns true if the given ModelObject has a Collation subtype
 

Uses of ModelObject in com.collation.platform.model.attributeprio
 

Subinterfaces of ModelObject in com.collation.platform.model.attributeprio
 interface AttributePrioDataSourceIds
           
 interface AttributePrioDataSources
           
 interface AttributePrioDefinitions
           
 

Uses of ModelObject in com.collation.platform.model.casm.monitor
 

Subinterfaces of ModelObject in com.collation.platform.model.casm.monitor
 interface MonitorConfiguration
          A configuration object
 

Uses of ModelObject in com.collation.platform.model.casm.monitor.agent
 

Subinterfaces of ModelObject in com.collation.platform.model.casm.monitor.agent
 interface GenericAgentConfiguration
          Forwarder configuration for a forwarder that runs a command
 interface SnmpTrapAgentConfiguration
          Configuration for a monitor agent that receives SNMP traps
 

Uses of ModelObject in com.collation.platform.model.casm.monitor.forwarding
 

Subinterfaces of ModelObject in com.collation.platform.model.casm.monitor.forwarding
 interface CommandForwarderConfiguration
          Forwarder configuration for a forwarder that runs a command
 interface ForwarderConfiguration
          A forwarder configuration object
 interface SnmpTrapForwarderConfiguration
          Configuration for a forwarder that forwards StateChangeEvents as SNMPv1 traps to a particular destination For the format of these traps see the SNMP MIB definition: collation-traps.mib
 

Uses of ModelObject in com.collation.platform.model.casm.monitor.propagator
 

Subinterfaces of ModelObject in com.collation.platform.model.casm.monitor.propagator
 interface ApplicationPropagatorConfiguration
          Configuration of a Application propagator
 interface AppServerClusterPropagatorConfiguration
          Configuration of a AppServerCluster propagator
 interface AppServerPropagatorConfiguration
          Configuration of a AppServer propagator
 interface BusinessServicePropagatorConfiguration
          Configuration of a BusService propagator
 interface ComputerSystemPropagatorConfiguration
          Configuration of a ComputerSystem propagator
 interface IpInterfacePropagatorConfiguration
          Configuration of an IpInterfacePropagator
 interface IpNetworkPropagatorConfiguration
          Configuration of a IpNetwork propagator
 interface PropagatorConfiguration
          A propagator configuration object
 interface TopLevelPropagatorConfiguration
          Configuration of a TopLevel propagator
 

Uses of ModelObject in com.collation.platform.model.discovery
 

Subinterfaces of ModelObject in com.collation.platform.model.discovery
 interface DiscoveryRun
          Represents a discovery run
 

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

Subinterfaces of ModelObject in com.collation.platform.model.discovery.agent
 interface AdditionalFields
          A configuration object
 interface AgentConfiguration
          A discover agent (aka sensor) configuration object
 interface BidiProfile
          A Bidi Profile object
 interface CiscoTelnetAgentConfiguration
          Configuration for a CiscoTelnetAgent
 interface CiscoWorksAgentConfiguration
          Configuration for a CiscoWorksSensor
 interface ClassPathEntry
          A classpath entry for a discovery agent
 interface DominoIIOPServer
          A classpath entry for a discovery agent
 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 OracleMetadata
          Metadata object discovery for discover agent
 interface OracleSchemaProps
          Metadata object discovery for discover agent
 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 VeritasClusterAttrMapping
          Object containing data required for mapping attributes
 interface VeritasClusterMapping
          Object containing data required for mapping from Veritas resources to CDM objects
 interface WebSphereAgentConfiguration
          Configuration for the WebSphere Sensor
 

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

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

Uses of ModelObject in com.collation.platform.model.discovery.auth
 

Subinterfaces of ModelObject in com.collation.platform.model.discovery.auth
 interface AccessEntry
          Configuration for a AccessEntry
 interface DefaultAccessEntry
           
 interface ProfileAccessEntry
           
 

Uses of ModelObject in com.collation.platform.model.discovery.cdm
 

Subinterfaces of ModelObject in com.collation.platform.model.discovery.cdm
 interface CDMAttribute
          Represents a sub-component of saved queries in CDM
 interface CDMInfo
          Represents a cdm import
 interface CDMQuery
          Represents the saved queries in CDM
 

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

Subinterfaces of ModelObject in com.collation.platform.model.discovery.profile
 interface DiscoveryProfile
          Configuration for a DiscoveryProfile
 interface ObjectRediscoveryInfo
          RediscoveryInfo
 interface Property
           
 interface RunDefinition
           
 interface ScopeRestriction
           
 

Methods in com.collation.platform.model.discovery.profile that return ModelObject
 ModelObject[] ObjectRediscoveryInfo.getObjGuids()
           
 

Methods in com.collation.platform.model.discovery.profile with parameters of type ModelObject
 void ObjectRediscoveryInfo.setObjGuids(ModelObject[] objGuids)
           
 

Uses of ModelObject in com.collation.platform.model.discovery.schedule
 

Subinterfaces of ModelObject in com.collation.platform.model.discovery.schedule
 interface SchedulePolicy
          Represents a schedule Information
 

Uses of ModelObject in com.collation.platform.model.discovery.scope
 

Subinterfaces of ModelObject in com.collation.platform.model.discovery.scope
 interface IpAddressScope
           
 interface IpNetworkScope
           
 interface IpRangeScope
           
 interface Scope
           
 interface ScopeElement
           
 

Uses of ModelObject in com.collation.platform.model.discovery.template
 

Subinterfaces of ModelObject in com.collation.platform.model.discovery.template
 interface AppDescriptorCapture
           
 interface ApplicationTemplate
           
 interface AppServerTemplate
           
 interface ComputerSystemTemplate
           
 interface ConfigCapture
           
 interface FileCapture
           
 interface Filter
           
 interface FilterSet
           
 interface ModuleCapture
           
 interface Template
           
 interface TemplateGroup
           
 

Uses of ModelObject in com.collation.platform.model.domain
 

Subinterfaces of ModelObject in com.collation.platform.model.domain
 interface CMDBDomain
          Represents a Domain CMDB
 interface SyncQuery
          Represents a synchronization schedule with a discovery domain
 interface SyncSchedule
          Represents a schedule for synchronization of data with a discovery domain
 

Uses of ModelObject in com.collation.platform.model.gui
 

Subinterfaces of ModelObject in com.collation.platform.model.gui
 interface ProductModelObject
           
 

Uses of ModelObject in com.collation.platform.model.gui.customviews
 

Subinterfaces of ModelObject in com.collation.platform.model.gui.customviews
 interface InstanceViewConstruct
          Represents a custom views
 interface IpNetworkViewConstruct
          Represents a custom views
 interface IpRangeViewConstruct
          Represents a custom views
 interface SpecificIpViewConstruct
          Represents a custom views
 interface TypeViewConstruct
          Represents a custom views
 interface ViewConstruct
          Represents a view construct
 interface ViewDefinition
          Represents a custom views
 

Uses of ModelObject in com.collation.platform.model.gui.preferences
 

Subinterfaces of ModelObject in com.collation.platform.model.gui.preferences
 interface FilterPreference
          Represents a user's preferences
 interface Preference
          Represents a user's preferences
 interface UserPreference
          Represents a user's preferences
 

Uses of ModelObject in com.collation.platform.model.plugin
 

Subinterfaces of ModelObject in com.collation.platform.model.plugin
 interface PluginConfiguration
           
 interface PluginDefinition
           
 interface PluginOsMapping
           
 

Uses of ModelObject in com.collation.platform.model.provision.definition
 

Subinterfaces of ModelObject in com.collation.platform.model.provision.definition
 interface Action
           
 interface ApplicationDefinition
           
 interface ApplicationDeploymentPlan
           
 interface Constraint
           
 interface ConstraintFilter
           
 interface ContainerConstraint
           
 interface ContainerInstance
           
 interface FileLocation
           
 interface HostConstraint
           
 interface HostInstance
           
 interface ModuleDefinition
           
 interface ModuleMapping
           
 interface PackageDefinition
           
 interface Parameter
           
 

Uses of ModelObject in com.collation.platform.model.provision.runtime
 

Subinterfaces of ModelObject in com.collation.platform.model.provision.runtime
 interface AuditEntry
           
 interface Deployment
           
 interface ParamMap
           
 interface ParamValue
           
 

Uses of ModelObject in com.collation.platform.model.provision.workflow
 

Subinterfaces of ModelObject in com.collation.platform.model.provision.workflow
 interface ParamTaskData
           
 interface ParamTaskDataInstance
           
 interface ParamTaskRuntimeData
           
 interface SystemTaskData
           
 interface SystemTaskDataInstance
           
 interface SystemTaskRuntimeData
           
 interface UserTaskData
           
 interface UserTaskRuntimeData
           
 

Uses of ModelObject in com.collation.platform.model.standardization
 

Subinterfaces of ModelObject in com.collation.platform.model.standardization
 interface StandardizationRule
           
 interface StandardizationRuleSet
           
 interface StandardizationRuleSetMap
           
 

Uses of ModelObject in com.collation.platform.model.topology.admin
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.admin
 interface AdminInfo
           
 interface ContactInfo
          The set of information that is valid for contacting a party with an association to a resource.
 interface ContactPurpose
          Provides the link between a instance of admin.ContactInfo and a given resource.
 interface SiteInfo
          represents a specific position pertaining to a given region, such as a collection of buildings (Industrial Park Site).
 

Uses of ModelObject in com.collation.platform.model.topology.app
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app
 interface AppConfig
          Represents a configuration file residing on a file system.
 interface AppDescriptor
          Represents a configuration file residing on a file system.
 interface Application
          A system of primarily software components that accomplish one or more tasks and that should be considered as a unit.
 interface ApplicationDef
           
 interface AppProcess
           
 interface AppProtocol
          Represents an application protocol (e.g.
 interface AppServer
          Represents a server program
 interface AppServerCluster
          Represents a cluster of servers with identical functionality
 interface AppServerFunctionalGroup
           
 interface CertificateFile
          Represents Certificate File
 interface CIMOM
          A CIM Object Manager.
 interface ComputerSystemFunctionalGroup
           
 interface ConfigFile
          Represents a configuration file residing on a file system.
 interface DefinitiveSoftwareLibrary
           
 interface ExecutableFile
          Represents a executable file residing on a file system.
 interface FunctionalGroup
           
 interface GenericAppServer
           
 interface GenericAppServerCluster
           
 interface GenericServerProcess
           
 interface JavaProcessPool
          Represents a collection of JVM processes that serve identical functions.
 interface JavaServerProcess
           
 interface JVM
          Represents a Java Virtual Machine
 interface JVMContainer
          Represents a Java Virtual Machine
 interface LegacySystem
           
 interface PrivateKeyFile
          Represents a file containing the private key for encryption.
 interface Probe
           
 interface ProcessContainer
          Represents a generic process.
 interface ProcessPool
          Represents a collection of processes that serve identical functions.
 interface ServerProcess
           
 interface SoftwareContainer
          Represents an abstraction of a runtime environment for hosting some application logic.
 interface SoftwareFix
           
 interface SoftwareImage
           
 interface SoftwareInstallation
          SoftwareInstallation - The SoftwareInstallation class represents the installation of software onto an execution environment.
 interface SoftwareModification
           
 interface SoftwareModule
          Represents packaged components that are deployed in a Software Container.
 interface SoftwareModuleFunctionalGroup
           
 interface SoftwareProduct
           
 interface SoftwareResource
          Represents software resources that are deployed and/or configured in a Software Container.
 interface SoftwareUpdate
           
 interface SSLSettings
          Represents settings for using SSL.
 interface StaticContentModule
          Represents a static module
 interface TMSAgent
          Represents a TMS Management System Agent
 interface TWSAgent
          A TWSAgent represents a scheduling object that runs jobs.
 

Methods in com.collation.platform.model.topology.app that return ModelObject
 ModelObject[] CIMOM.getManagedObjects()
           
 

Methods in com.collation.platform.model.topology.app with parameters of type ModelObject
 void CIMOM.setManagedObjects(ModelObject[] object)
           
 

Uses of ModelObject in com.collation.platform.model.topology.app.citrix
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.citrix
 interface CitrixAccountAuthority
           
 interface CitrixAppFolder
           
 interface CitrixApplication
           
 interface CitrixFarm
          This class represents reference to
 interface CitrixFolder
           
 interface CitrixGroup
           
 interface CitrixLicense
           
 interface CitrixLicensePool
           
 interface CitrixServer
           
 interface CitrixServerFolder
           
 interface CitrixUser
           
 interface CitrixZone
           
 

Uses of ModelObject in com.collation.platform.model.topology.app.db
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.db
 interface Database
          Represents an instance of a Database.
 interface DatabaseModule
          Represents an instance of a Database Module.
 interface DatabaseServer
          Represents a Database Server
 interface GenericDatabaseServer
           
 

Uses of ModelObject in com.collation.platform.model.topology.app.db.db2
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.db.db2
 interface Db2AdminServer
          Represents an instance of the Db2 Administration Server
 interface Db2Alias
           
 interface Db2BufferPool
          Represents a buffer pool for Db2.
 interface Db2ConfigValue
          Represents an "abstract" configuration value for Db2.
 interface Db2Container
          Represents a container (physical device)for DB2.
 interface Db2Database
          Represents an instance of the Db2 Database.
 interface Db2DatabaseConfigValue
          Represents a configuration value for a Db2 database.
 interface Db2Instance
          Represents an instance within a Db2 System.
 interface Db2InstanceConfigValue
          Represents a configuration value for a Db2 instance.
 interface Db2Module
          Represents a DB2 module.
 interface Db2Schema
          Represents a DB2 schema.
 interface Db2Server
          An "abstract" interface shared by Db2Instance & Db2AdminServer
 interface Db2ServerProcess
          Represents a server process for Db2.
 interface Db2System
          Represents an IBM Db2 System.
 interface Db2SystemConfigValue
          Represents a configuration value for a Db2 system.
 interface Db2TableSpace
          Represents a table space for Db2.
 

Uses of ModelObject in com.collation.platform.model.topology.app.db.mssql
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.db.mssql
 interface SqlServer
          Represents an instance of Microsoft SQL Server.
 interface SqlServerConfig
          Represents a Microsoft SQL Server configuration parameter.
 interface SqlServerDatabase
          Represents a Microsoft SQL Server database.
 interface SqlServerModule
          Represents a Microsoft SQL Server module.
 interface SqlServerProcess
          Represents a Microsoft SQL Server configuration parameter.
 interface SqlServerTable
          Represents a Microsoft SQL Server table.
 interface SqlServerUser
          Represents a Microsoft SQL Server user.
 

Uses of ModelObject in com.collation.platform.model.topology.app.db.oracle
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.db.oracle
 interface OracleBackgroundProcess
          Represents a background space for Oracle.
 interface OracleControlFile
          Represents a control file for Oracle.
 interface OracleDatabase
          Represents an instance of the Oracle Database.
 interface OracleDataFile
          Represents a data file for Oracle.
 interface OracleDBLink
          Represents a Database link for Oracle to Oracle
 interface OracleInitValue
          Represents a table space for Oracle.
 interface OracleInstance
          Represents an Oracle Instance.
 interface OracleListener
          Represents an Oracle listener process
 interface OracleModule
          Represents a Oracle module.
 interface OracleRedoLogFile
          Represents a redo log file for Oracle.
 interface OracleSchema
          Represents an Oracle schema.
 interface OracleSchemaDetail
          Holds schema object definition
 interface OracleSegment
          Represents an Oracle segment.
 interface OracleServer
          Represents an instance of the Oracle Server.
 interface OracleServerProcess
          Represents a server process for Oracle.
 interface OracleSGAValue
          Represents a table space for Oracle.
 interface OracleTableSpace
          Represents a table space for Oracle.
 

Uses of ModelObject in com.collation.platform.model.topology.app.db.sybase
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.db.sybase
 interface SybaseConfigFile
          Represents a config file for Sybase.
 interface SybaseConfigValue
          Represents a configuration value for Sybase.
 interface SybaseDatabase
          Represents an instance of the Sybase Database.
 interface SybaseDevice
          Represents a data file for Sybase.
 interface SybaseEngineProcess
          Represents a user process for Sybase.
 interface SybaseModule
          Represents a Sybase module.
 interface SybaseSegment
          Represents a Sybase segment.
 interface SybaseServer
          Represents an instance of the Sybase Server.
 interface SybaseServerProcess
          Represents a server process for Sybase.
 

Uses of ModelObject in com.collation.platform.model.topology.app.dependencies
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.dependencies
 interface IpDependency
           
 interface ServiceDependency
           
 interface SystemDependency
           
 interface TransactionalDependency
           
 

Uses of ModelObject in com.collation.platform.model.topology.app.j2ee
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.j2ee
 interface AppClientModule
          JSR77 - Represents an App Client Module
 interface ConnectorModule
          JSR77 - Represents a RAR file that has been deployed.
 interface EJB
          JSR77 - Represents an Enterprise Java Bean
 interface EJBContainer
          A Software Container that hosts J2EE Enterprise Java Beans.
 interface EJBModule
          JSR77 - Represents a EJB JAR file that has been deployed.
 interface EntityBean
          JSR77 - Represents an EJB Entity Bean
 interface GenericJ2EEServer
           
 interface J2EEApplication
          JSR77 - Represents a J2EE application EAR that has been deployed.
 interface J2EEComponent
           
 interface J2EEDeployedObject
          JSR77 - Represents a deployed application or module on a J2EE Domain/Server
 interface J2EEDomain
          JSR77 - Represents a J2EE management domain.
 interface J2EEModule
          JSR77 - Represents a J2EE JAR, WAR, or RAR file that has been deployed.
 interface J2EEResource
          JSR77 - Represents resources utilized by the J2EE Server to provide the J2EE standard services required by the J2EE platform architecture.
 interface J2EEServer
          JSR77 - An instance of a J2EE platform product as described in the Java 2 Enterprise Edition Platform specification.
 interface J2EEWebContainer
          A Web Container that provides the platform for hosting JSP and servlets as specified in the J2EE specification.
 interface JavaMail
          JSR77 - Represents a Java Mail resource.
 interface JCAConnection
          JSR77 - Represents a JCA Connection
 interface JCAConnectionFactory
          JSR77 - Represents a JCA Connection Factory
 interface JCAConnectionPool
          JSR77 - Represents a JCA Connection Pool
 interface JCAManagedConnectionFactory
          JSR77 - Represents a JCA Managed Connection Factory
 interface JDBC
          JSR77 - Represents a JDBC resource.
 interface JDBCConnection
          JSR77 - Represents a JDBC Connection
 interface JDBCConnectionPool
          JSR77 - Represents a JDBC Connection Pool.
 interface JDBCDataSource
          JSR77 - Represents a JDBC Data Source
 interface JDBCDriver
          JSR77 - Represents a JDBC Driver
 interface JMS
          JSR77 - Represents a Java Message Service (JMS) resource.
 interface JMSConnection
          JSR77 - Represents a JMS Connection
 interface JMSEndpoint
          JSR77 - Represents a JMS Endpoint
 interface JMSSession
          JSR77 - Represents a JMS Session
 interface JNDI
          JSR77 - Represents a Java Naming and Directory Interface resource.
 interface JSP
          JSR77 - Represents a Java Servlet Page
 interface JTA
          JSR77 - Represents a Java Transaction API resource.
 interface MessageDrivenBean
          JSR77 - Represents an EJB Message Driven Bean
 interface RMI_IIOP
          JSR77 - Represents an RMI_IIOP resource.
 interface Servlet
          JSR77 - Represents a Servlet
 interface SessionBean
          JSR77 - Represents an EJB Session Bean
 interface StatefulSessionBean
          JSR77 - Represents an EJB Stateful Session Bean
 interface StatelessSessionBean
          JSR77 - Represents an EJB Stateless Session Bean
 interface URL
          JSR77 - Represents a URL resource.
 

Uses of ModelObject in com.collation.platform.model.topology.app.j2ee.jboss
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.j2ee.jboss
 interface AJP13JettyConnector
          AJP13JettyConnector
 interface EmbeddedTomcatWebContainer
          EmbeddedTomcatWebContainer
 interface FarmMemberService
          Represents a FarmMemberService
 interface HAIL
          HAIL
 interface HAILSingletonController
          Represents a HAILSingletonController
 interface HAJNDI
          Represents a HAJNDI
 interface HASessionState
          Represents a HASessionState
 interface HTTPConnector
          HTTPConnector
 interface JBossCluster
          A JBoss Cluster.
 interface JBossConnectorModule
          JBoss Connector Modules
 interface JBossDestination
          Represents a JBoss Destination
 interface JBossDestinationManager
          Represents a JBoss Destination Manager
 interface JBossDomain
          A JBoss Domain
 interface JBossEJB
          EJB's
 interface JBossEJBModule
          EJBModule - jar
 interface JBossFilePM
          Represents a JBoss FILEPM
 interface JBossHTTPInvocationLayer
          Represents a JBoss HTTP Invocation Layer
 interface JBossIL
          Represents a JBoss Invocation Layer
 interface JBossInvocationLayer
          Represents a JBoss Invocation Layer
 interface JBossJ2EEApplication
          JBossJ2EEApplication - ear
 interface JBossJDBC2PM
          Represents a JBoss JDBC2PM
 interface JBossJMSServer
          Represents a JBoss JMS Server
 interface JBossJNDIService
          JBossJNDIService
 interface JBossJVMInvocationLayer
          Represents a JBoss JVM Invocation Layer
 interface JBossMailService
          JBossMailService -
 interface JBossManagedConnectionFactory
          JBossManagedConnectionFactory
 interface JBossManagedConnectionPool
          JBossManagedConnectionPool
 interface JBossMessageCache
          Represents a JBoss Message Cache
 interface JBossOIL
          Represents a JBoss OIL Invocation Layer
 interface JBossPersistenceManager
          Represents a JBoss Persistence Manager
 interface JBossResourceAdaptor
          Resource Adaptors
 interface JBossRMIInvocationLayer
          Represents a JBoss RMI Invocation Layer
 interface JBossRollingLoggedPM
          Represents a JBoss ROLLING LOGGED PM
 interface JBossServer
          A JBoss Server
 interface JBossServlets
          Servlets
 interface JBossTransactionCM
          JBossTransactionCM
 interface JBossWebModule
          WebModule
 interface JettyHTTPConnector
          JettyHTTPConnector
 interface JettyVirtualHosts
          JettyVirtualHosts
 interface JettyWebContainer
          JettyWebContainer
 interface TomcatVirtualHosts
          TomcatVirtualHosts
 

Uses of ModelObject in com.collation.platform.model.topology.app.j2ee.oracleapp
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.j2ee.oracleapp
 interface OracleAppCluster
          OracleAppCluster
 interface OracleAppConnectorModule
          OracleAppConnectorModule
 interface OracleAppDomain
          OracleAppDomain
 interface OracleAppEJBModule
          OracleAppEJBModule
 interface OracleAppJ2EEApplication
          OracleAppJ2EEApplication
 interface OracleAppJ2EEServer
          OracleAppJ2EEServer
 interface OracleAppJ2EEWebSite
          OracleAppJ2EEWebSite
 interface OracleAppJDBCConnectionPool
          OracleAppJDBCConnectionPool
 interface OracleAppJDBCDataSource
          OracleAppJDBCDataSource
 interface OracleAppJDBCDriver
          OracleAppJDBCDriver
 interface OracleAppJMSDestination
          OracleAppJMSDestination
 interface OracleAppJMSServer
          OracleAppJMSServer
 interface OracleAppJSPContainer
          OracleAppJSPContainer
 interface OracleAppJTAResource
          OracleAppJTAResource
 interface OracleAppProcessManager
          OracleAppProcessManager
 interface OracleAppResourceAdapter
          OracleAppResourceAdapter
 interface OracleAppServlet
          OracleAppServlet
 interface OracleAppWebModule
          OracleAppWebModule
 

Uses of ModelObject in com.collation.platform.model.topology.app.j2ee.weblogic
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.j2ee.weblogic
 interface WebLogicAdminServer
          A WebLogic Admin Server
 interface WebLogicCluster
          A WebLogic Server Cluster.
 interface WebLogicConnector
          Represents a WebLogic JCA Connector.
 interface WebLogicConnectorModule
          Represents a RAR file that has been deployed to a WebLogic Server.
 interface WebLogicDomain
          Represents a WebLogic management domain.
 interface WebLogicEJB
          Represents a WebLogic Enterprise Java Bean.
 interface WebLogicEJBContainer
          A WebLogic EJB Container.
 interface WebLogicEJBModule
          Represents a EJB JAR file that has been deployed to a WebLogic Server.
 interface WebLogicEntityEJB
          Represents a WebLogic Entity Enterprise Java Bean.
 interface WebLogicJ2EEApplication
          Represents a J2EE application EAR that has been deployed to a WebLogic Server.
 interface WebLogicJDBCConnectionPool
          Represents a generic WebLogic JDBC Connection Pool which could be either standard or multi-pool.
 interface WebLogicJDBCDataSource
          Represents a WebLogic JDBC Data Source.
 interface WebLogicJDBCDriver
          Represents a JDBC Driver deployed to a WebLogic environment.
 interface WebLogicJDBCMultiPool
          Represents a WebLogic JDBC Multi Pool, which is a pool of connection pools.
 interface WebLogicJDBCTxDataSource
          Represents a WebLogic JDBC Data Source that supports distributed transactions.
 interface WebLogicJMSConnectionFactory
          Represents a WebLogic JMS Connection Factory.
 interface WebLogicJMSDestination
          Represents a JMS Destination deployed to a WebLogic environment.
 interface WebLogicJMSFileStore
          Represents a WebLogic file based persistence store for JMS messages.
 interface WebLogicJMSJDBCStore
          Represents a WebLogic JDBC persistence store for JMS messages.
 interface WebLogicJMSQueue
          Represents a WebLogic JMS Queue (Point-to-Point messaging).
 interface WebLogicJMSServer
          Represents a WebLogic JMS Server.
 interface WebLogicJMSSessionPool
          Represents a WebLogic JMS Session Pool.
 interface WebLogicJMSStore
          Represents a WebLogic persistence store for JMS messages.
 interface WebLogicJMSTopic
          Represents a WebLogic JMS Topic (Publish/Subscribe messaging).
 interface WebLogicJTA
          Represents a WebLogic Java Transaction API resource.
 interface WebLogicMachine
          A WebLogic Machine (HW).
 interface WebLogicMessageEJB
          Represents a WebLogic Message Enterprise Java Bean.
 interface WebLogicNodeManager
          A WebLogic Machine (HW).
 interface WebLogicServer
          A WebLogic Server
 interface WebLogicServlet
          Represents a WebLogic Servlet.
 interface WebLogicSessionEJB
          Represents a WebLogic Session Enterprise Java Bean.
 interface WebLogicSSLSettings
          SSL Settings for a WebLogic Server
 interface WebLogicVirtualHost
          Represents an WebLogic Virtual Host.
 interface WebLogicWebContainer
          A WebLogic Web Container.
 interface WebLogicWebModule
          Represents a WAR file that has been deployed to a WebLogic Server.
 

Uses of ModelObject in com.collation.platform.model.topology.app.j2ee.websphere
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.j2ee.websphere
 interface WebSphereAuthMappingModule
          Represents a WebSphere Auth Mapping Module for a Connection pool
 interface WebSphereCell
          Represents a WebSphere cell.
 interface WebSphereCluster
          A WebSphereCluster.
 interface WebSphereClusterMember
          A WebSphere Cluster Member
 interface WebSphereConfiguredConnection
          Represents a connection setting from a web server
 interface WebSphereConnector
          Represents a WebSphere JCA Connector.
 interface WebSphereConnectorModule
          Represents a RAR file that has been deployed to a WebSphere Server.
 interface WebSphereCustomUserRegistry
          SSL Settings for a WebSphere Global Security Settings
 interface WebSphereDeploymentManager
          A WebSphere Deployment Manager
 interface WebSphereEFixInfo
          Represents a WebSphere Auth Mapping Module for a Connection pool
 interface WebSphereEJB
          Represents a WebSphere Enterprise Java Bean.
 interface WebSphereEJBContainer
          A WebSphere EJB Container.
 interface WebSphereEJBModule
          Represents a EJB JAR file that has been deployed to a WebSphere Server.
 interface WebSphereGlobalSecuritySettings
          SSL Settings for a WebSphere Global Security Settings
 interface WebSphereHTTPTransport
          A WebSphere Server
 interface WebSphereJ2EEApplication
          Represents a J2EE application EAR that has been deployed to a WebSphere Server.
 interface WebSphereJ2EEResource
          JSR77 - Represents resources utilized by the J2EE Server to provide the J2EE standard services required by the J2EE platform architecture.
 interface WebSphereJ2EEResourceProperty
          Represents a WebSphere Resource Property
 interface WebSphereJDBCConnectionPool
          Represents a WebSphere JDBC Connection Pool
 interface WebSphereJDBCDataSource
          Represents a WebSphere JDBC Data Source.
 interface WebSphereJDBCProvider
          Represents a JDBC Provider deployed to a WebSphere environment.
 interface WebSphereJMSDestination
          Represents a JMS Destination deployed to a WebSphere environment.
 interface WebSphereJMSProvider
          Represents a JMS Provider deployed to a WebSphere environment.
 interface WebSphereJMSQueue
          Represents a WebSphere JMS Queue (Point-to-Point messaging).
 interface WebSphereJMSServer
          Represents a WebSphere JMS Server.
 interface WebSphereJMSTopic
          Represents a WebSphere JMS Topic (Publish/Subscribe messaging).
 interface WebSphereJVMSettings
          Settings for a WebSphere Server Java Virtual Machine
 interface WebSphereLDAPUserRegistry
          SSL Settings for a WebSphere Global Security Settings
 interface WebSphereLibraryRef
          Represents a WebSphere Shared Library Reference defined for a J2EE App
 interface WebSphereMQJMSDestination
          Represents a WebSphere MQ JMS Destination (Publish/Subscribe messaging).
 interface WebSphereMQJMSQueue
          Represents a WebSphere JMS Topic (Publish/Subscribe messaging).
 interface WebSphereMQJMSTopic
          Represents a WebSphere JMS Topic (Publish/Subscribe messaging).
 interface WebSphereNamedEndpoint
          A WebSphere Named Endpoint
 interface WebSphereNode
          Represents a WebSphere node.
 interface WebSphereNodeAgent
          A WebSphere Node Agent
 interface WebSphereProcessDefinition
          Settings for a WebSphere Server process
 interface WebSphereProcessMonitoringPolicy
          Settings for a WebSphere Server process
 interface WebSphereProperty
          Represents a WebSphere Variable defined for a cell, node or server
 interface WebSphereServer
          A WebSphere Server
 interface WebSphereServlet
          Represents a WebSphere Servlet.
 interface WebSphereSessionTuningParams
          Represents WebSphere Session Tuning Params defined for a web container
 interface WebSphereSharedLibrary
          Represents a WebSphere Shared Library defined for a cell, node or server
 interface WebSphereSSLSettings
          SSL Settings for a WebSphere Server
 interface WebSphereTransactionService
          Represents a WebSphere Java Transaction Service.
 interface WebSphereUserRegistry
          SSL Settings for a WebSphere Global Security Settings
 interface WebSphereVariable
          Represents a WebSphere Variable defined for a cell, node or server
 interface WebSphereVirtualHost
          Represents an WebSphere Virtual Host.
 interface WebSphereWebContainer
          A WebSphere Web Container.
 interface WebSphereWebModule
          Represents a WAR file that has been deployed to a WebSphere Server.
 

Uses of ModelObject in com.collation.platform.model.topology.app.lotus
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.lotus
 interface AdminProcess
          This model object represents the Admin Process tab in the admin console in domino server.
 interface AgentManager
          This model object represents the Agent Manager tab in the Domino server administration GUI.
 interface CommunityServer
           
 interface DirectoryAssistance
          Represents each document in the ($DirectoryAssitance) view in the names.nsf file.
 interface DirectoryCataloger
           
 interface DirectoryInfo
           
 interface DomainCatalog
           
 interface DominoApplication
          Represents a .nsf file which is a domino application
 interface DominoCluster
          Represents a domino cluster
 interface DominoConnection
          Represents a connection document in the ($connections) view in the names.nsf database.
 interface DominoDatabase
          Represents a .nsf file in the CMDB.
 interface DominoDomain
          Represents a domino domain server.
 interface DominoLibrary
          Represents a .nsf file which is a domino library.
 interface DominoNamingContext
          Represents a group of fields in the directory assistance document that are grouped together as a domino naming context.
 interface DominoReplicas
          Represents a group of fields in the directory assistance document that represents domino replicas.
 interface DominoSecurity
           
 interface DominoServer
          Represents an instance of Lotus Domino Server as mentioned in the server document in lotus notes configuration.
 interface DominoTransactionLogging
           
 interface HTTPFilterSpecialtyServer
           
 interface IIOPConfig
           
 interface IMAPConfig
           
 interface InternetClusterManager
           
 interface LDAPConfig
           
 interface LotusConfig
           
 interface MeetingServer
           
 interface NotesMail
          Represents a .nsf file which represents the notes mail db.
 interface OtherConfig
           
 interface OtherDatabase
          A .nsf file which is not a domino database, application or a notes mail database.
 interface POPConfig
           
 interface RemoteDebugManager
           
 interface SametimeServer
           
 interface SMTPConfig
           
 interface SpecialityServer
           
 interface WebConfig
           
 interface WebRetriever
           
 

Uses of ModelObject in com.collation.platform.model.topology.app.messaging.exchange
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.messaging.exchange
 interface ExchangeAdministrativeGroup
          Represents the Exchange Administrative Group
 interface ExchangeConnector
          Represents the Exchange Connector
 interface ExchangeDSAccessDomainController
          Represents the information about the domain controller that is accessible to the exchange server DSAccess service
 interface ExchangeFolderTree
          Represents the Exchange Folder Tree
 interface ExchangeLink
          Represents the Exchange Link
 interface ExchangeMailbox
          Represents the Exchange Mail Box
 interface ExchangeMailboxStore
          Represents the Exchange Mail Box Store
 interface ExchangeProtocolVirtualServer
          Represents the Exchange Queue/Protocol Virtual Server
 interface ExchangePublicFolder
          Represents the Exchange Public Folder
 interface ExchangePublicFolderStore
          Represents the Exchange Public Folder Store
 interface ExchangeQueue
          Represents the Exchange Queue
 interface ExchangeRoutingGroup
          Represents the Exchange Routing Group
 interface ExchangeScheduleInterval
          Represents the Exchange Scheduled Interval
 interface ExchangeServer
          Represents the Exchange Server
 interface ExchangeStorageGroup
          Represents the Exchange Storage Group
 

Uses of ModelObject in com.collation.platform.model.topology.app.messaging.mq
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.messaging.mq
 interface MQAliasQueue
          From section 6.2.3 of MQ Fundamentals: An alias queue object is a representation of another target queue object, which has a different name.
 interface MQApiExit
          API exits let you write code that changes the behavior of WebSphere MQ API calls, such as MQPUT and MQGET, and then insert that code immediately before or immediately after those calls.
 interface MQApiExitCommons
          When any queue manager starts, the attributes in this stanza are read, and then overridden by the API exits defined in qm.ini.
 interface MQApiExitLocal
          When the queue manager starts, API exits defined here override the defaults defined in mqs.ini.
 interface MQApiExitTemplates
          When any queue manager is created, the attributes in this stanza are copied into the newly created qm.ini file under the ApiExitLocal stanza.
 interface MQAuthInfo
          An authentication information object contains authentication information used in Secure Sockets Layer (SSL) encrypted transport of information.
 interface MQBufferPool
          (z/OS only) For efficiency, WebSphere MQ uses a form of caching whereby messages (and object definitions) are stored temporarily in buffers before being stored in page sets on DASD.
 interface MQChannel
          Message channels are the channels that carry messages from one queue manager to another.
 interface MQClientConnectionChannel
          Client connection channel
 interface MQCluster
          In a traditional WebSphere MQ network using distributed queuing, every queue manager is independent.
 interface MQClusterReceiverChannel
          Cluster receiver channel
 interface MQClusterSenderChannel
          Cluster sender channel
 interface MQInstallableService
          There are significant implications to changing installable services and their components.
 interface MQInstallation
           
 interface MQListener
           
 interface MQLocalQueue
          Local queue objects are the only type of queue object that represent a real queue that holds messages.
 interface MQModelQueue
          From section 6.2.4 of MQ Fundamentals: Model queue objects provide the attributes of a local queue object that can be created dynamically by an application.
 interface MQNameList
          A namelist is a WebSphere MQ object that contains a list of cluster names, queue names or authentication information object names.
 interface MQNetBIOSListener
           
 interface MQPageSet
          A page set is a VSAM linear data set that has been specially formatted to be used by WebSphere MQ.
 interface MQProcess
          Use the DEFINE PROCESS command to create a process definition.
 interface MQQueue
          The following attributes apply to all queue object types: +Put (PUT)-Whether it is possible to put messages onto this local queue, or send messages through this queue object.
 interface MQQueueManager
          The queue manager object
 interface MQQueueSharingGroup
          The response to the DISPLAY GROUP command is a series of messages containing information about the queue-sharing group to which the queue manager is connected.
 interface MQReceiverChannel
          Receiver Channel
 interface MQRemoteQueue
          From section 6.2.5 of MQ Fundamentals: Remote queue objects are used to define routes to other queue managers within the WebSphere MQ message queuing infrastructure.
 interface MQRequesterChannel
          Requester Channel
 interface MQSenderChannel
          Sender Channel
 interface MQServerChannel
          Server Channel
 interface MQServerConnectionChannel
          Server-connection (for use by clients).
 interface MQService
           
 interface MQServiceComponent
          You need to specify service component information when you add a new installable service.
 interface MQSNAListener
           
 interface MQSPXListener
           
 interface MQStorageClass
          How storage classes work You define a storage class, using the DEFINE STGCLASS command, specifying a page set identifier (PSID).
 interface MQTCPListener
           
 

Uses of ModelObject in com.collation.platform.model.topology.app.packagedapp.mysap
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.packagedapp.mysap
 interface SAPComponent
           
 interface SAPSystem
           
 

Uses of ModelObject in com.collation.platform.model.topology.app.packagedapp.mysap.basis
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.packagedapp.mysap.basis
 interface MySAPABAPApplicationServer
           
 interface MySAPCluster
           
 interface MySAPClusterNode
           
 interface MySAPJ2EEEngineInstance
           
 interface MySAPJavaCentralSystem
           
 

Uses of ModelObject in com.collation.platform.model.topology.app.packagedapp.mysap.db
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.packagedapp.mysap.db
 interface MySAPDb2Instance
           
 interface MySAPOracleInstance
           
 interface MySAPSqlServer
           
 

Uses of ModelObject in com.collation.platform.model.topology.app.sms
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.sms
 interface SMSAdvertizements
          SMS_Advertisement class is used to announce software package programs that are available for running on clients.
 interface SMSCollectionClients
          Class is an abstract class.
 interface SMSCollections
          Collection class contains the rules that logically relate resources into collections of resources.
 interface SMSHierarchy
          Show a hierarchy of sms cities
 interface SMSPackage
          SMS_Package class contains information about its programs, such as identifying the source files, how the files are copied to the distribution point, and refresh details.
 interface SMSProgram
          Class describes a program or command to run when software is distributed to a client computer.
 interface SMSQuery
          SMS_Query class serves as a container for predefined queries.
 interface SMSReports
          Report represents a fully defined report that can be run by the SMS Reports.
 interface SMSResource
           
 interface SMSServerProcess
          Name of Windows Serivce Process which is running sms
 interface SMSSiteBoundaries
          This class will show a boundaries for a site server.
 interface SMSSiteComponents
          SMS_Components class reports on the health of individual SMS components by counting the error, warning, and informational status messages produced by each component.
 interface SMSSiteServer
          SMS_Site class contains identification and status data for an SMS site installation.
 

Uses of ModelObject in com.collation.platform.model.topology.app.veritas.cluster
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.veritas.cluster
 interface VCSCluster
          Veritas Cluster (VCS) connects multiple, independent systems into a management framework for increased availability.
 interface VCSHADServer
          The VCS high-availability daemon (HAD) runs on each system.
 interface VCSLocalServiceGroup
          VCSLocalServiceGroup is a part of VCS Service Group configuration associated to only one particular system instance.
 interface VCSResourceConfiguration
          Resource configuration contains all information necessary for the VCS service group to control hardware or software entities that make up the application.
 interface VCSServiceGroup
          A VCSServiceGroup is a virtual container provided by Veritas Cluster Server that contains all the hardware and software resources that are required to run the managed application.
 interface VCSSystem
          VCS nodes host the service groups (managed applications).
 

Methods in com.collation.platform.model.topology.app.veritas.cluster that return ModelObject
 ModelObject VCSResourceConfiguration.getManagedelement()
           
 

Methods in com.collation.platform.model.topology.app.veritas.cluster with parameters of type ModelObject
 void VCSResourceConfiguration.setManagedelement(ModelObject x)
           
 

Uses of ModelObject in com.collation.platform.model.topology.app.web
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.web
 interface CGIScript
          Represents a CGI script.
 interface ConfigDirective
          A directive for a Web server configuration
 interface GenericWebServer
           
 interface ServerAlias
          Represents an alias name for an Web Server/Virtual Host
 interface WebConnection
          Represents a connection setting from a web server
 interface WebContainer
          A Software Container that hosts Web applications.
 interface WebModule
          Represents a Web module such as CGI or servlet.
 interface WebProxyServer
          Represents a Proxy Server.
 interface WebServer
          Represents an instance of a HTTP Server
 interface WebServerConfigDirective
          A directive for a Web server configuration
 interface WebStaticContentModule
          Represents a static Web module
 interface WebVirtualHost
          Represents a Virtual Host resource.
 interface WebVirtualHostConfigDirective
          A directive for a Web virtual host configuration
 

Uses of ModelObject in com.collation.platform.model.topology.app.web.apache
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.web.apache
 interface ApacheAllowCONNECTPort
          Represents a port that an Apache Proxy Server will allow CONNECT on.
 interface ApacheGlobalSSLSettings
          Represents Apache specific SSL settings for the overall server.
 interface ApacheModule
          Represents an Apache Module which extends the functionality of the base Apache Web Server.
 interface ApacheProxyServer
          Represents an Apache Proxy Server.
 interface ApacheServer
          Represents an instance of the Apache Server program.
 interface ApacheSSLSettings
          Represents Apache specific SSL settings for a virtual host.
 interface ApacheVirtualHost
          Represents an Apache Virtual Host.
 interface ApacheWebContainer
          Represents the Apache Web Container environment inside an Apache Server.
 

Uses of ModelObject in com.collation.platform.model.topology.app.web.ibm
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.web.ibm
 interface IBMHTTPServer
          Represents an instance of the IBM HTTP Server (which is based on Apache).
 

Uses of ModelObject in com.collation.platform.model.topology.app.web.iis
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.web.iis
 interface IIsModule
          Represents an IIS module.
 interface IIsParameter
          Represents an IIS Parameter.
 interface IIsWebServer
          Represents an instance of an IIsWebServer.
 interface IIsWebService
          Represents an instance of the IIS Service.
 interface IIsWebVirtualDir
          Represents an instance of an IIsWebVirtualDir.
 

Uses of ModelObject in com.collation.platform.model.topology.app.web.iplanet
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.web.iplanet
 interface IPlanetJSP
          Represents an IPlanet JSP 0.92 (not the same as a J2EE JSP)
 interface IPlanetJVMSettings
          Represents Apache specific SSL settings for a virtual host.
 interface IPlanetProxyServer
          Represents an instance of the IPlanet Proxy Server program.
 interface IPlanetServer
          Represents an instance of the IPlanet Server program.
 interface IPlanetServlet
          Represents an IPlanet servlet (not the same as an J2EE servlet)
 interface IPlanetSSLSettings
          Represents Apache specific SSL settings for a virtual host.
 interface IPlanetVirtualHost
          Represents an iPlanet Virtual Host.
 interface IPlanetWebContainer
          Represents the IPlanet Web Container environment inside an IPlanet Server.
 interface NSAPIPlugin
          Represents an NSAPI plugin for an iPlanet server
 interface WebLogicConnection
          Represents a WebLogic connection from an IPlanet Server
 interface WebLogicPlugin
          Represents an NSAPI plugin for an iPlanet server
 

Uses of ModelObject in com.collation.platform.model.topology.app.web.oracleapp
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.app.web.oracleapp
 interface OracleAppHTTPServer
          OracleAppHTTPServer
 

Uses of ModelObject in com.collation.platform.model.topology.core
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.core
 interface Collection
          A group of managed elements, considered together to form a unit.
 interface Dependency
           
 interface ImplicitCollection
          Dynamic collection based on rule definition
 interface LogicalContent
          The LogicalContent class represents the contents of a file, database table, or other data container rather than the container itself.
 interface LogicalElement
          Logical Elements represent Systems themselves, System components, System capabilities and software.
 interface ManagedElement
          An abstract class that provides a common superclass (or top of the inheritance tree) for classes in the model that do not represent relationships or metadata.
 interface ManagedSystemElement
          Managed System Elements represents Systems (Computer, Network, Storage Library and Application Systems), the software that runs on them, the functionality provided by them, and abstractions of the hardware that compose them.
 interface ObjectID
           
 interface PhysicalElement
          Any component of a system tht has a distinct physical identity.
 interface Relationship
           
 interface SystemSpecificCollection
          A collection of elements, where each member must be chosen from the components of a system.
 

Methods in com.collation.platform.model.topology.core that return ModelObject
 ModelObject[] Collection.getMembers()
           
 ModelObject Relationship.getSource()
           
 ModelObject Relationship.getTarget()
           
 

Methods in com.collation.platform.model.topology.core with parameters of type ModelObject
 void Collection.setMembers(ModelObject[] members)
           
 void Relationship.setSource(ModelObject id)
           
 void Relationship.setTarget(ModelObject id)
           
 

Uses of ModelObject in com.collation.platform.model.topology.dev
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.dev
 interface BasedOnExtent
          Models the relationship between 2 StorageExtents
 interface Controller
          A Controller represents a class of hardware having an explicit protocol stack and existing primarly for communication with devices.
 interface DiskDrive
          Includes all hard disk drives, non-removable and removable.
 interface DiskPartition
          The DiskPartition represents a StorageExtent that has been formatted for use by a specific type of file system.
 interface FCPort
          A Fibre Channel port
 interface FCVolume
          A volume attached to the host via a FC SAN.
 interface LogicalDevice
           
 interface MediaAccessDevice
          The MediaAccessDevice class tries to catch the characteristics and manageability of all types of media access devices.
 interface ProtocolController
          A Protocol Controller is a device that controls access to another device.
 interface RealizesExtent
          DiskPartitions can be directly realized on a PhysicalMedia.
 interface SCSIInterface
          This is a specialized subclass of ControlledBy It represents a connection between a SCSI controller and a SCSI device This is a many-to-many relationsship.
 interface SCSIProtocolController
          This represents a SCSI target initiator
 interface SCSIVolume
          A volume attached to the host via a SCSI bus
 interface StorageExtent
          Describes the characteristics of a storage space
 interface StorageVolume
          The StorageVolume class represents the transition of a StorageExents from one modeling domain to another.
 interface TapeDrive
          A tape drive.
 

Uses of ModelObject in com.collation.platform.model.topology.dev.sun
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.dev.sun
 interface SolarisStorageVolume
           
 

Uses of ModelObject in com.collation.platform.model.topology.dev.veritas
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.dev.veritas
 interface VeritasDiskGroup
          Veritas DiskGroup is a set of VM disks.
 interface VeritasPlex
          Plex is a set of subdisks.
 interface VeritasSubdisk
          Veritas subdisk is part of VM disk which can be divided into several subdisks.
 interface VeritasVMDisk
          When a physical disk is controlled by Veritas Volume Manager it has assigned virtual object called VM Disk.
 interface VeritasVolume
          Virtual Veritas object that is exposed for application use.
 

Uses of ModelObject in com.collation.platform.model.topology.extattrib
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.extattrib
 interface UserData
           
 

Uses of ModelObject in com.collation.platform.model.topology.meta
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.meta
 interface Association
           
 interface CmdbMeta
           
 interface DisplayNameRule
           
 interface Enumeration
           
 interface EnumerationType
           
 interface EnumerationValue
           
 interface NamingRule
           
 interface NamingRuleAttribute
           
 interface ObjectAttribute
           
 interface ObjectClass
           
 interface RelationshipType
           
 interface SimilarRule
           
 interface UserDataAttributeMeta
           
 interface UserDataMeta
           
 

Uses of ModelObject in com.collation.platform.model.topology.net
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.net
 interface BindAddress
          A IP/Port combo
 interface Bridge
          A bridge is a connector between layer 2 networks (segments) This is a function, not a system.
 interface CustomBindAddress
          A type/path combo (both are Strings)
 interface Firewall
          A Firewall is a function that sets the firewall modules and general information

It is used for firewalls general attributes

 interface Fqdn
          FQDN, attribute of an IpAddress
 interface IpAddress
          IP address
 interface IpInterface
          Object representing an L3 IP endpoint
 interface IpNetwork
          Object representing L3 IPV4 subnets
 interface IpRoute
          An Ip Route is an element of a Router's routing table
 interface IpV4Address
          IP V4 address
 interface IpV6Address
          IP V6 address
 interface L2Interface
          Object representing a L2 endpoint
 interface LogicalConnection
          A logical connection
 interface NetBIOSProtocolEndpoint
          Naming rule - RFC1001.
 interface NetworkService
          IP address
 interface ProtocolEndpoint
           
 interface Router
          A router is a connector between layer 3 networks (IPNetworks) This is a function, not a system.
 interface Segment
          Layer 2 Network e.g a 802.1 Bridged ethernet segment A segment is a connector between L2Interface model objects.
 interface SNAProtocolEndpoint
           
 interface SPXProtocolEndpoint
          RFC 1792
 interface TcpConnection
          A TCP connection
 interface TcpPort
          A TCP port
 interface Transport
          A ISO layer 4 network.
 interface TransportEndpoint
          A ISO layer 4 endpoint.
 interface UdpPort
          A UDP port
 interface Vlan
          A VLAN is a special case of a layer 2 bridge.
 interface VlanInterface
          An L2Interface on a VLAN
 interface VPN
          Description TBD by Johan
 

Uses of ModelObject in com.collation.platform.model.topology.net.acl
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.net.acl
 interface Acl
          Access Lists classify network traffic.
 interface AclFunction
          A AclFunction is a Firewalling function that contains a list of Access Lists or Acls It is a function of ComputerSystems and IpDevices that can act as Firewalls
 interface Rule
          A rule defines a set of criteria for a access list that are associated with a certain action for the packet.
 

Uses of ModelObject in com.collation.platform.model.topology.net.vip
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.net.vip
 interface LoadBalancer
           
 interface RealServer
          A real server that a VIP maps to
 interface RealServerGroup
          Group of real servers AKA cluster
 interface Vip
          A Virtual IP as used for NAT and load balancing
 interface VipFunction
          A VIP or Virtual IP translator is a function that maps one set of ip addresses onto another set.
 interface VirtualService
          Virtual service used by a vip
 

Uses of ModelObject in com.collation.platform.model.topology.net.vip.bigip
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.net.vip.bigip
 interface BigIPRealServer
          A real server that a VIP maps to
 interface BigIPRealServerGroup
          Group of real servers AKA cluster
 interface BigIPVip
          A BigIP VirtualServer (vip)as used for NAT and load balancing
 interface BigIPVipFunction
          A VIP or Virtual IP translator is a function that maps one set of ip addresses onto another set.
 interface BigIPVirtualService
          BigIP Virtual service used by a vip
 interface BigIPVlan
          BigIP Vlan
 

Uses of ModelObject in com.collation.platform.model.topology.phys
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.phys
 interface Geography
          the representation of a geographical region.
 interface PhysicalLocation
          The abstract class container for classes that represent physical location.
 interface Room
          represents a specific physical room pertaining to a given site location such as a office cube area.
 

Uses of ModelObject in com.collation.platform.model.topology.phys.physcomp
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.phys.physcomp
 interface Chip
          Created by IntelliJ IDEA.
 interface PhysicalComponent
          Created by IntelliJ IDEA.
 interface PhysicalMedia
          Created by IntelliJ IDEA.
 interface PhysicalTape
          Created by IntelliJ IDEA.
 

Uses of ModelObject in com.collation.platform.model.topology.phys.physconn
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.phys.physconn
 interface PhysicalConnector
          Created by IntelliJ IDEA.
 interface Slot
           
 

Uses of ModelObject in com.collation.platform.model.topology.phys.physlink
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.phys.physlink
 interface PhysicalLink
          Created by IntelliJ IDEA.
 

Uses of ModelObject in com.collation.platform.model.topology.phys.physpkg
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.phys.physpkg
 interface Board
           
 interface Card
          Defines the basic concept of a card.
 interface Chassis
           
 interface Fan
          Created by IntelliJ IDEA.
 interface OtherPhysicalPackage
          Created by IntelliJ IDEA.
 interface PhysicalFrame
          Defines high level concept of enclosures
 interface PhysicalPackage
          Describes general containers and frames.
 interface PowerSupply
          Created by IntelliJ IDEA.
 interface Rack
          Created by IntelliJ IDEA.
 interface Sensor
          Created by IntelliJ IDEA.
 interface SystemBusCard
          Created by IntelliJ IDEA.
 interface SystemMediaLocation
          Created by IntelliJ IDEA.
 

Uses of ModelObject in com.collation.platform.model.topology.process
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.process
 interface AbstractResource
           
 interface AccessCollection
           
 interface Account
           
 interface Activity
           
 interface Agent
           
 interface BusinessProcess
           
 interface BusinessSchedule
           
 interface BusinessService
           
 interface Capability
           
 interface CapabilityGroup
           
 interface Composite
           
 interface CompositeAttributeDef
           
 interface CompositeDef
           
 interface CPUResourcePool
           
 interface Customer
           
 interface DataPermission
           
 interface DataStoreResourcePool
           
 interface Document
          A self-contained group of information that is transported as a logical unit.
 interface HomogeneousCollection
           
 interface Interface
          An definition of the input, output, and return parameters as well as exception information about an operation.
 interface ManagementSoftwareSystem
          MSS
 interface MemoryResourcePool
           
 interface MSSAccessInfo
          Access information for contacting an MSS
 interface MSSObjectLink
          MSS to ModelObject Association
 interface NetworkAdapterResourcePool
           
 interface Objective
           
 interface ObjectiveGroup
           
 interface Operation
          An activity that has a well-defined calling structure, such as a method on an object or a specific request of a service
 interface Organization
          An activity that has a well-defined calling structure, such as a method on an object or a specific request of a service.
 interface OrganizationalEntity
           
 interface Partner
           
 interface Permission
           
 interface Person
          A human being
 interface PersonRole
           
 interface Purpose
          Represents a specific type of collection that classifies a given set of resources into a specific customer purpose.
 interface Repository
          A place where documents are stored
 interface ResourcePool
           
 interface Role
           
 interface RuntimePermission
           
 interface ServiceProvider
           
 interface Supplier
           
 interface UserDefinedValue
           
 

Methods in com.collation.platform.model.topology.process that return ModelObject
 ModelObject[] Role.getAccessedElements()
           
 ModelObject[] ExternalReference.getManagedElements()
           
 ModelObject MSSObjectLink.getMss()
           
 ModelObject MSSObjectLink.getObj()
           
 ModelObject[] Activity.getResources()
           
 ModelObject Composite.getRoot()
           
 

Methods in com.collation.platform.model.topology.process with parameters of type ModelObject
 void Role.setAccessedElements(ModelObject[] x)
           
 void ExternalReference.setManagedElements(ModelObject[] elements)
           
 void MSSObjectLink.setMss(ModelObject mo)
           
 void MSSObjectLink.setObj(ModelObject mo)
           
 void Activity.setResources(ModelObject[] resources)
           
 void Composite.setRoot(ModelObject root)
           
 

Uses of ModelObject in com.collation.platform.model.topology.process.composite
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.process.composite
 interface ApplicationComposite
           
 interface BusinessProcessComposite
           
 interface BusinessServiceComposite
           
 interface DesktopComposite
           
 interface HardwareComposite
           
 interface InfrastructureApplicationComposite
           
 interface MainframeComposite
           
 interface RouterComposite
           
 interface ServerComposite
           
 interface SwitchComposite
           
 

Uses of ModelObject in com.collation.platform.model.topology.process.igs
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.process.igs
 interface Monitor
           
 interface ProbeScript
           
 interface ProbeTransaction
           
 

Uses of ModelObject in com.collation.platform.model.topology.process.itil
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.process.itil
 interface CMRProxy
          A proxy to a Capacity Management Request record managed by an MSS external to the CMDB.
 interface IncidentRecordProxy
          A proxy to an Incident Record managed by an MSS external to the CMDB.
 interface ReleaseRecordProxy
          A proxy to a Release record managed by an MSS external to the CMDB.
 interface RFCProxy
          A proxy to a Request For Change record managed by an MSS external to the CMDB.
 interface SLA
           
 interface SLO
           
 

Uses of ModelObject in com.collation.platform.model.topology.relation
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.relation
 interface Accepts
           
 interface AccessedVia
           
 interface AccessedViaAsPrimary
           
 interface Accesses
           
 interface Administers
          In this relationship the source component "administers" the target resource.
 interface Advertises
           
 interface Affects
           
 interface AllocatedTo
           
 interface AppliesFrom
           
 interface AppliesTo
           
 interface AssignedTo
          A relationship where one entity (the source) is formally correlated with (as in a definitional sense) to another entity (the target).
 interface Assigns
           
 interface AssignsTo
           
 interface AuthorizedBy
           
 interface Authorizes
           
 interface BasedOn
          A relationship where the definition of one entity (the source) is taken from the definition of another entity (the target).
 interface BindsAsPrimary
           
 interface BindsTo
          A relationship where one networking entity (the source) is connected to another networking entity (the target) which exists at a lower level.
 interface BootsFrom
           
 interface ConfiguredUsing
          A generic relationship that shows more information exists that explains the configuration of a particular entity (the source).
 interface ConnectedTo
           
 interface Connects
          A relationship between an entity that represents a logical connection between elements (the source), such as a JDBC connection, and the elements that are connected (the target).
 interface Contains
          A general relationship showing logical containment of one entity (the target) within another (the source).
 interface ControlledBy
           
 interface Controls
          This value represents a relationship where one entity (the source, such as a software program or product) oversees and affects the operation of another entity (the target).
 interface ControlsAccess
          A relationship in which one entity (the source, commonly something like a proxy) controls the reading and writing of data to a container, or controls the execution of a function (the target).
 interface ControlsAccessFrom
           
 interface ControlsAccessTo
           
 interface DefinedUsing
           
 interface DeployedOn
           
 interface DeployedTo
           
 interface DeployedUsing
           
 interface DerivedFrom
           
 interface DonatedTo
           
 interface Evaluates
           
 interface Exports
           
 interface Exposes
           
 interface Federates
          A relationship in which one entity (the source) logically contains one or more other entities (the targets) but if the source is deleted, the targets remain.
 interface ForwardsVia
           
 interface Fulfills
           
 interface GivesDetails
           
 interface HostedCollection
           
 interface HostedDependency
           
 interface Implements
           
 interface Imports
           
 interface IncompatibleWith
           
 interface InstalledOn
           
 interface InvokedThrough
           
 interface IsActuallyCausedBy
           
 interface IsCausedBy
           
 interface IsProbablyCausedBy
           
 interface IsReportedToBeCausedBy
           
 interface LoadBalances
           
 interface LocatedAt
          This relationship identifies physical location.
 interface Locates
           
 interface ManagedVia
           
 interface Manages
           
 interface MemberOf
          This is a generic relationship where an entity is a member of a group.
 interface Monitors
           
 interface Networks
           
 interface Obsoletes
           
 interface OccursBefore
           
 interface Owns
           
 interface Performs
           
 interface PhysicallyContains
           
 interface PluggedInto
           
 interface Provides
           
 interface Realizes
          This relationship represents the creation of a greater whole from the sum of parts.
 interface Rejects
           
 interface Relates
           
 interface Requires
           
 interface ResidesOn
           
 interface ResolvesFrom
           
 interface Routes
           
 interface RoutesTo
           
 interface RoutesVia
           
 interface RunsOn
           
 interface SameAs
           
 interface StoredOn
           
 interface Supports
          A relationship where one entity (the source) does not directly provide, but is needed for the proper operation of or the availability of another entity (the target).
 interface UsedBy
          A relationship where one entity (the source) takes part in a particular activity and is consumed during that activity (either in a way that is automatically replenished or must be manually replaced).
 interface Uses
           
 interface Virtualizes
           
 

Uses of ModelObject in com.collation.platform.model.topology.soa
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.soa
 interface SCAComponent
          A software component in the SCA architecture
 interface SCAEntryPoint
          A software entry point in the SCA architecture
 interface SCAModule
          A software module in the SCA architecture
 interface WebService
          A Web Service as defined by WSDL
 interface WSEndpoint
          A specific instantiation of a web services port on a server
 interface WSOperation
          A web services operation as defined by WSDL
 interface WSPort
          A web services port as defined by WSDL
 interface WSPortType
          A web services port type as defined by WSDL
 

Uses of ModelObject in com.collation.platform.model.topology.storage
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.storage
 interface ComputerSystemZoneMember
          A ZoneMember that is a ComputerSystem, e.g.
 interface DataServiceCapabilities
          A group of capabilities related to data storage
 interface DataServiceLevelObjectiveGroup
          A group of service level objectives related to data storage
 interface Fabric
          A Fibre Channel SAN Fabric
 interface FCSwitch
          A Fibre Channel Switch.
 interface HostBusAdaptor
          A Fibre Channel HostBusAdaptor.
 interface StorageCollection
          A collection of storage resources in the customer's environment.
 interface StoragePool
          A pool of StorageVolumes.
 interface StorageSubSystem
          A storage subsystem on a SAN e.g.
 interface StorageSubSystemZoneMember
          A ZoneMember that is a StorageSubSystem
 interface TapeLibrary
          A storage area network (SAN) tape library.
 interface TapeMediaChanger
          A tape media changer in a tape library.
 interface Zone
          Object representing fibre channel (FC) storage area network (SAN) Zones
 interface ZoneAlias
          A ZoneMember that is a collection of ZoneMembers
 interface ZoneMember
          Abstract class representing a member of a FC SAN Zone
 interface ZoneSet
           
 

Uses of ModelObject in com.collation.platform.model.topology.sys
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys
 interface ActiveDirectory
          Represents a Microsoft Active Directory server.
 interface BusinessSystem
           
 interface CIMSystem
           
 interface ComputerSystem
           
 interface ComputerSystemCluster
           
 interface ControlSoftware
          The control software class represents software that is generally used in an appliance.
 interface CPU
           
 interface DataFile
           
 interface Directory
           
 interface DNSLookup
          Represents an DNS lookup entry
 interface DNSResolveEntry
          Represents an DNS resolution entry
 interface DNSSAP
           
 interface DNSService
          Represents a Domain Name Server Currently this interface has no attributes since there is not much we can discover using JNDI.
 interface FileSystem
           
 interface FileSystemContent
           
 interface FileSystemExport
           
 interface FileSystemService
           
 interface Function
          A function is a feature of a system.
 interface GenericComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model. The Generic classes are no longer necessary with user-based data model extensions. The deprecation of this class also allows for user-based data entry on resource instances to correlate with resource instances that are discovered (something the usage of Generic does not currently allow).
 interface GenericFirewall
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model. The Generic classes are no longer necessary with user-based data model extensions. The deprecation of this class also allows for user-based data entry on resource instances to correlate with resource instances that are discovered (something the usage of Generic does not currently allow).
 interface GenericLoadBalancer
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model. The Generic classes are no longer necessary with user-based data model extensions. The deprecation of this class also allows for user-based data entry on resource instances to correlate with resource instances that are discovered (something the usage of Generic does not currently allow).
 interface GenericRouter
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model. The Generic classes are no longer necessary with user-based data model extensions. The deprecation of this class also allows for user-based data entry on resource instances to correlate with resource instances that are discovered (something the usage of Generic does not currently allow).
 interface GenericService
           
 interface GenericSwitch
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model. The Generic classes are no longer necessary with user-based data model extensions. The deprecation of this class also allows for user-based data entry on resource instances to correlate with resource instances that are discovered (something the usage of Generic does not currently allow).
 interface HMC
           
 interface ITSystem
           
 interface IVM
           
 interface JavaRuntimeProcess
           
 interface KernelDriver
           
 interface LDAPSAP
           
 interface LDAPService
          Represents an LDAP server
 interface LocalFileSystem
           
 interface LogicalFile
           
 interface Management
           
 interface Memory
          This class was added by the VMWare Sensor.
 interface NamingContext
          Represents a Microsoft Active Directory Naming Context.
 interface NFSExport
           
 interface NFSFileSystem
           
 interface NFSSAP
           
 interface NFSService
           
 interface OperatingSystem
           
 interface Printer
          A printer provides printing function.
 interface PrinterQueue
          A printer queue
 interface ProcessFileSystemMapping
           
 interface RemoteFileSystem
           
 interface RuntimeProcess
           
 interface Service
           
 interface ServiceAccessPoint
           
 interface ServiceGroup
          A service group is a virtual container that contains all the hardware and software resources that are required to run the managed application.
 interface SMBExport
           
 interface SMBFileSystem
           
 interface SMBSAP
           
 interface SMBService
           
 interface SMTPSAP
           
 interface SMTPService
           
 interface SnmpSystemGroup
          Contains all information picked up from the SNMP MIB2 system group
 interface SoftwareComponent
           
 interface SoftwarePatch
           
 interface SoftwareService
           
 interface SystemPComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model. A System p is a POWER5 (or higher) processor-based server. A System p can be configured to operate as a partitioned or nonpartitioned server. As a nonpartitioned server, a System p server operates as a traditional (standalone) computer system running either AIX or Linux.
 interface UnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 interface VIOS
           
 interface VirtualComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Methods in com.collation.platform.model.topology.sys that return ModelObject
 ModelObject[] ITSystem.getComponents()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type ModelObject
 void ITSystem.setComponents(ModelObject[] comps)
           
 

Uses of ModelObject in com.collation.platform.model.topology.sys.aix
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.aix
 interface Aix
           
 interface AixKernelDriver
           
 interface AixUnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.cisco
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.cisco
 interface CiscoPixComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.darwin
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.darwin
 interface Darwin
           
 interface DarwinUnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.dos
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.dos
 interface Dos
           
 interface DosUnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.freebsd
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.freebsd
 interface FreeBSD
           
 interface FreeBSDUnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.hpux
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.hpux
 interface HpUx
           
 interface HpUxKernelDriver
           
 interface HpUxUnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.i5OS
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.i5OS
 interface I5GroupProfile
           
 interface I5OperatingSystem
          Represents an instance of i5 Operating System.
 interface I5OSSoftwareComponent
          Represents instance of i5 (OS/400) licensed program.
 interface I5Profile
          A user profile controls what the user can do and customizes the way the system appears to the user.
 interface I5UserProfile
           
 

Uses of ModelObject in com.collation.platform.model.topology.sys.ipso
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.ipso
 interface ipso
           
 interface IPSOUnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.linux
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.linux
 interface Linux
           
 interface LinuxKernelDriver
           
 interface LinuxRPM
           
 interface LinuxUnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.mac
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.mac
 interface MacOS
          Represents the Mac OS series of operating system, which includes the Mac OS X and Classic Mac OS like the Mac OS 9 or earlier.
 interface MacOSKernelDriver
          Represents The driver extensions loaded on Mac OS operating system.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.netware
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.netware
 interface Netware
           
 interface NetwareUnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.openvms
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.openvms
 interface OpenVms
           
 interface OpenVmsFileSystem
           
 interface OpenVmsUnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.sun
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.sun
 interface DynamicSystemDomain
           
 interface Solaris
           
 interface SolarisFileSystem
           
 interface SolarisKernelDriver
           
 interface SolarisPackage
           
 interface SolarisPatch
           
 interface SunFireComputerSystem
           
 interface SunSPARCUnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 interface SunSPARCVirtualComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 interface SystemController
          A Nordica-based printed circuit board (PCB) which provides critical services and resources required for the operation and control of the Sun Fire system.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.tru64
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.tru64
 interface Tru64
           
 interface Tru64KernelDriver
           
 

Uses of ModelObject in com.collation.platform.model.topology.sys.unix
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.unix
 interface Unix
           
 interface UnixFileSystem
           
 interface UnixProcess
           
 

Uses of ModelObject in com.collation.platform.model.topology.sys.veritas
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.veritas
 interface VeritasStorageService
          Represents an instance of Veritas product on the system.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.vmware
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.vmware
 interface VmwareESX
           
 interface VmwareUnitaryComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 

Uses of ModelObject in com.collation.platform.model.topology.sys.windows
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.windows
 interface WindowsComputerSystem
          Deprecated. This class is deprecated in CDM v2.7, all instances that use this class should be represented at the sys.ComputerSystem class level. This class will be deleted in the next major version release (CDM v3) of the data model.
 interface WindowsFileSystem
           
 interface WindowsOperatingSystem
           
 interface WindowsService
           
 

Uses of ModelObject in com.collation.platform.model.topology.sys.zOS
 

Subinterfaces of ModelObject in com.collation.platform.model.topology.sys.zOS
 interface AddressSpace
          The operating system representation of a running software component that exists on the zOS operating system.
 interface CICSFile
           
 interface CICSProgram
           
 interface CICSRegion
          A specific address space on zOS that is participating in CICS processing
 interface CICSTransaction
           
 interface DB2DataSharingGroup
           
 interface DB2Subsystem
          DB2 subsystems consist of several specialized address spaces components running on a z/OS system.
 interface IMSDatabase
           
 interface IMSProgram
           
 interface IMSSubsystem
          An IMS subsystem running on zOS
 interface IMSSysplexGroup
           
 interface IMSTransaction
           
 interface LPAR
          An LPAR is a Logical PARtition of the physical hardware where an operating system instance can run eg: z/OS, z/VM, z/Linux.
 interface MQSubsystem
          MQ subsystems consist of a Queue Manager address space and a MQ Channel Initiator address sapce running on a z/OS system.
 interface Sysplex
          A sysplex is a set of z/OS systems communicating and cooperating with each other through certain multisystem hardware components and software services to process customer workloads.
 interface SysplexGroup
          A group of address spaces in zOS that communicate with each other or use common resources for a purpose.
 interface ZCouplingFacility
          a Coupling Facility or CF is a piece of computer hardware which allows multiple processors to access the same data.
 interface ZLinux
          A instance of the zLinux operating system.
 interface ZOS
          A instance of the zOS operating system
 interface ZReportFile
           
 interface ZSeriesComputerSystem
          A computer system that is built using zSeries architecture (and commonly runs operating systems such as zOS).
 interface ZVM
          A instance of the zVM operating system
 interface ZVMGuest
           
 

Uses of ModelObject in com.collation.platform.model.util
 

Methods in com.collation.platform.model.util that return ModelObject
 ModelObject GuidResult.getObject()
           
 ModelObject NamingUtilityDataSource.getObjectByGuid(Guid aGuid)
          getObjectByGuid returns the ModelObject from the CMDB that is identified by the Guid that is passed in
 

Methods in com.collation.platform.model.util with parameters of type ModelObject
static java.lang.String BiDiEngine.attemptAutomaticDetectionOfBiDiFormat(ModelObject mo)
           
 java.util.List NamingUtilityExternal.computeGuidResults(ModelObject mo, java.util.HashMap dependencyMap)
          computeGuidResults is used to compute the Guids for a given object tree.
 java.util.List NamingUtility.computeGuidResults(ModelObject mo, java.util.HashMap dependencyMap)
          computeGuidResults is used to compute the Guids for a given object tree.
 java.util.List GeneralMigrationNamingUtility.computeGuidResults(ModelObject mo, java.util.HashMap dependencyMap)
          computeGuidResults is used to compute the Guids for a given object tree.
 java.util.List NamingUtilityExternal.computeGuidResults(ModelObject mo, java.util.HashMap dependencyMap, long version)
          computeGuidResults is used to compute the Guids for a given object tree.
 java.util.List NamingUtility.computeGuidResults(ModelObject mo, java.util.HashMap dependencyMap, long version)
          computeGuidResults is used to compute the Guids for a given object tree.
 java.util.HashMap MigrationNamingUtility.computeGuids(ModelObject mo)
          computeGuids is used to compute the Guids for a given object tree.
static void BiDiEngine.getFlatListOfModelObjectAndAttribute(ModelObject mo, java.util.HashSet moList, java.util.HashSet attrList)
          getFlatListOfModelObjectAndAttribute fills in 2 HashSets for a given ModelObject.
 void GuidResult.setObject(ModelObject object)
           
protected  void NamingUtilityInternal.traverseAllRules(java.lang.String objCls, ModelObject mo, java.util.HashMap dependencyMap, java.util.HashMap guidMap, java.util.HashMap nameMap, ModelObject parentPtr, java.util.HashSet traversedList, java.util.ArrayList returnList, java.util.HashMap sanCheck, long version)
          traverseAllRules traverses all the rules idenitified for this class and all the classes in its hierarchy.
protected  void NamingUtilityExternal.traverseAllRules(java.lang.String objCls, ModelObject mo, java.util.HashMap dependencyMap, java.util.HashMap guidMap, java.util.HashMap nameMap, ModelObject parentPtr, java.util.HashSet traversedList, java.util.ArrayList returnList, java.util.HashMap sanCheck, long version)
          traverseAllRules traverses all the rules idenitified for this class and all the classes in its hierarchy.
protected  void MigrationNamingUtility.traverseAllRules(java.lang.String objCls, ModelObject mo, java.util.HashMap guidMap, java.util.HashMap nameMap, ModelObject parentPtr, java.util.HashSet traversedList)
          traverseAllRules traverses all the rules idenitified for this class and all the classes in its hierarchy.
protected  void NamingUtilityExternal.traversePointers(java.lang.String objCls, ModelObject mo, java.util.HashMap dependencyMap, java.util.HashMap guidMap, java.util.HashMap nameMap, java.util.HashSet traversedList, java.util.HashSet traversedChildList, java.util.ArrayList returnList, java.util.HashMap sanCheck, long version)
          traversePointers checks if a given ModelObject has any contained objects For each such contained element, it calls traverseRules
 

Constructors in com.collation.platform.model.util with parameters of type ModelObject
GuidResult(ModelObject object, java.util.List guidList, boolean master)
           
GuidResult(ModelObject object, java.util.List guidList, boolean master, boolean multipleMaster, java.util.List masterGuidList)
           
 

Uses of ModelObject in com.collation.platform.model.workflow
 

Subinterfaces of ModelObject in com.collation.platform.model.workflow
 interface ParamTask
          Definition of a workflow task
 interface ParamTaskRuntime
           
 interface SystemTask
          Definition of a workflow task
 interface SystemTaskRuntime
           
 interface Task
          Definition of a workflow task
 interface TaskData
          Definition of a workflow task data
 interface TaskRuntime
          Runtime representation of a workflow task
 interface TaskRuntimeData
          Definition of a workflow task data
 interface Transition
          Transition
 interface UserTask
          Definition of a workflow task
 interface UserTaskRuntime
           
 interface Workflow
          Workflow definition
 interface WorkflowRuntime
          Workflow runtime