Uses of Interface
com.collation.platform.model.topology.sys.ComputerSystem

Packages that use ComputerSystem
com.collation.platform.model.topology.app   
com.collation.platform.model.topology.app.db.db2   
com.collation.platform.model.topology.app.db.oracle   
com.collation.platform.model.topology.app.j2ee   
com.collation.platform.model.topology.app.j2ee.jboss   
com.collation.platform.model.topology.app.j2ee.weblogic   
com.collation.platform.model.topology.app.j2ee.websphere   
com.collation.platform.model.topology.app.veritas.cluster   
com.collation.platform.model.topology.dev   
com.collation.platform.model.topology.net   
com.collation.platform.model.topology.phys.physpkg   
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.ipso   
com.collation.platform.model.topology.sys.linux   
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.vmware   
com.collation.platform.model.topology.sys.windows   
com.collation.platform.model.topology.sys.zOS   
 

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

Methods in com.collation.platform.model.topology.app that return ComputerSystem
 ComputerSystem AppServer.getHost()
           
 

Methods in com.collation.platform.model.topology.app with parameters of type ComputerSystem
 void AppServer.setHost(ComputerSystem host)
           
 

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

Methods in com.collation.platform.model.topology.app.db.db2 that return ComputerSystem
 ComputerSystem Db2System.getHost()
           
 

Methods in com.collation.platform.model.topology.app.db.db2 with parameters of type ComputerSystem
 void Db2System.setHost(ComputerSystem host)
           
 

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

Methods in com.collation.platform.model.topology.app.db.oracle that return ComputerSystem
 ComputerSystem OracleServer.getHost()
           
 

Methods in com.collation.platform.model.topology.app.db.oracle with parameters of type ComputerSystem
 void OracleServer.setHost(ComputerSystem host)
           
 

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

Methods in com.collation.platform.model.topology.app.j2ee that return ComputerSystem
 ComputerSystem J2EEDomain.getAdminHost()
           
 

Methods in com.collation.platform.model.topology.app.j2ee with parameters of type ComputerSystem
 void J2EEDomain.setAdminHost(ComputerSystem host)
           
 

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

Methods in com.collation.platform.model.topology.app.j2ee.jboss that return ComputerSystem
 ComputerSystem JBossDomain.getHost()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.jboss with parameters of type ComputerSystem
 void JBossDomain.setHost(ComputerSystem host)
           
 

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

Methods in com.collation.platform.model.topology.app.j2ee.weblogic that return ComputerSystem
 ComputerSystem WebLogicDomain.getHost()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.weblogic with parameters of type ComputerSystem
 void WebLogicDomain.setHost(ComputerSystem host)
           
 

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

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return ComputerSystem
 ComputerSystem WebSphereNode.getAdminHost()
          Deprecated.  
 ComputerSystem WebSphereNode.getHost()
          Deprecated.  
 ComputerSystem WebSphereCell.getHost()
          Deprecated.  
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type ComputerSystem
 void WebSphereNode.setAdminHost(ComputerSystem host)
           
 void WebSphereNode.setHost(ComputerSystem host)
           
 void WebSphereCell.setHost(ComputerSystem host)
           
 

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

Methods in com.collation.platform.model.topology.app.veritas.cluster that return ComputerSystem
 ComputerSystem VCSSystem.getComputersystem()
           
 

Methods in com.collation.platform.model.topology.app.veritas.cluster with parameters of type ComputerSystem
 void VCSSystem.setComputersystem(ComputerSystem x)
           
 

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

Methods in com.collation.platform.model.topology.dev that return ComputerSystem
 ComputerSystem StorageExtent.getParent()
           
 ComputerSystem ProtocolController.getParent()
          The ComputerSystem that contains this ProcolController.
 ComputerSystem MediaAccessDevice.getParent()
          The ComputerSystem that contains this device
 ComputerSystem FCPort.getParent()
          The ComputerSystem this port is part of
 ComputerSystem Controller.getParent()
          The ComputerSystem that this controller belongs to.
 

Methods in com.collation.platform.model.topology.dev with parameters of type ComputerSystem
 void StorageExtent.setParent(ComputerSystem parent)
           
 void ProtocolController.setParent(ComputerSystem parent)
           
 void MediaAccessDevice.setParent(ComputerSystem parent)
           
 void FCPort.setParent(ComputerSystem parent)
           
 void Controller.setParent(ComputerSystem parent)
           
 

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

Methods in com.collation.platform.model.topology.net that return ComputerSystem
 ComputerSystem L2Interface.getParent()
           
 ComputerSystem IpInterface.getParent()
          Computer system containing the interface
 

Methods in com.collation.platform.model.topology.net with parameters of type ComputerSystem
 void L2Interface.setParent(ComputerSystem parent)
           
 void IpInterface.setParent(ComputerSystem parent)
           
 

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

Methods in com.collation.platform.model.topology.phys.physpkg that return ComputerSystem
 ComputerSystem PhysicalPackage.getComputersystem()
           
 ComputerSystem PhysicalPackage.getParent()
          Deprecated.  
 

Methods in com.collation.platform.model.topology.phys.physpkg with parameters of type ComputerSystem
 void PhysicalPackage.setComputersystem(ComputerSystem x)
           
 void PhysicalPackage.setParent(ComputerSystem x)
           
 

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

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.storage
 interface FCSwitch
          A Fibre Channel Switch.
 interface StorageSubSystem
          A storage subsystem on a SAN e.g.
 interface TapeLibrary
          A storage area network (SAN) tape library.
 interface TapeMediaChanger
          A tape media changer in a tape library.
 

Methods in com.collation.platform.model.topology.storage that return ComputerSystem
 ComputerSystem ComputerSystemZoneMember.getComputerSystem()
          A ComputerSystem bound to the zone
 

Methods in com.collation.platform.model.topology.storage with parameters of type ComputerSystem
 void ComputerSystemZoneMember.setComputerSystem(ComputerSystem system)
           
 

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

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys
 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 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 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 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 ComputerSystem
 ComputerSystem[] ComputerSystem.getChildSystem()
           
 ComputerSystem LogicalFile.getComputerSystem()
           
 ComputerSystem[] ComputerSystemCluster.getComputerSystems()
           
 ComputerSystem Service.getHost()
           
 ComputerSystem VirtualComputerSystem.getHostSystem()
          Deprecated. The computer system from which the parts of this virtual computer system are taken.
 ComputerSystem ComputerSystem.getHostSystem()
          The computer system from which the parts of this virtual computer system are taken.
 ComputerSystem SnmpSystemGroup.getParent()
           
 ComputerSystem OperatingSystem.getParent()
           
 ComputerSystem Memory.getParent()
           
 ComputerSystem Function.getParent()
           
 ComputerSystem FileSystem.getParent()
           
 ComputerSystem ControlSoftware.getParent()
           
 ComputerSystem CPU.getParent()
           
static ComputerSystem SysFactory.newComputerSystem(java.lang.String hostname)
          Create a computersystem from a DNS name or an IP address
 

Methods in com.collation.platform.model.topology.sys with parameters of type ComputerSystem
 void ComputerSystem.setChildSystem(ComputerSystem[] x)
           
 void LogicalFile.setComputerSystem(ComputerSystem cs)
           
 void ComputerSystemCluster.setComputerSystems(ComputerSystem[] systems)
           
 void Service.setHost(ComputerSystem host)
           
 void VirtualComputerSystem.setHostSystem(ComputerSystem name)
          Deprecated.  
 void ComputerSystem.setHostSystem(ComputerSystem host)
           
 void SnmpSystemGroup.setParent(ComputerSystem parent)
           
 void OperatingSystem.setParent(ComputerSystem parent)
           
 void Memory.setParent(ComputerSystem x)
           
 void Function.setParent(ComputerSystem parent)
           
 void FileSystem.setParent(ComputerSystem parent)
           
 void ControlSoftware.setParent(ComputerSystem x)
           
 void CPU.setParent(ComputerSystem parent)
           
 

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

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.aix
 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 ComputerSystem in com.collation.platform.model.topology.sys.cisco
 

Subinterfaces of ComputerSystem 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 ComputerSystem in com.collation.platform.model.topology.sys.darwin
 

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.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 ComputerSystem in com.collation.platform.model.topology.sys.dos
 

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.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 ComputerSystem in com.collation.platform.model.topology.sys.freebsd
 

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.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 ComputerSystem in com.collation.platform.model.topology.sys.hpux
 

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.hpux
 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 ComputerSystem in com.collation.platform.model.topology.sys.ipso
 

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.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 ComputerSystem in com.collation.platform.model.topology.sys.linux
 

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.linux
 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 ComputerSystem in com.collation.platform.model.topology.sys.netware
 

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.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 ComputerSystem in com.collation.platform.model.topology.sys.openvms
 

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.openvms
 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 ComputerSystem in com.collation.platform.model.topology.sys.sun
 

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.sun
 interface DynamicSystemDomain
           
 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.
 

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

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.vmware
 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 ComputerSystem in com.collation.platform.model.topology.sys.windows
 

Subinterfaces of ComputerSystem 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.
 

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

Subinterfaces of ComputerSystem in com.collation.platform.model.topology.sys.zOS
 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 ZSeriesComputerSystem
          A computer system that is built using zSeries architecture (and commonly runs operating systems such as zOS).
 interface ZVMGuest
           
 

Methods in com.collation.platform.model.topology.sys.zOS that return ComputerSystem
 ComputerSystem ZReportFile.getComputerSystem()
           
 

Methods in com.collation.platform.model.topology.sys.zOS with parameters of type ComputerSystem
 void ZReportFile.setComputerSystem(ComputerSystem x)