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

Packages that use ITSystem
com.collation.platform.model.topology.app   
com.collation.platform.model.topology.app.packagedapp.mysap   
com.collation.platform.model.topology.app.veritas.cluster   
com.collation.platform.model.topology.process   
com.collation.platform.model.topology.sys   
 

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

Subinterfaces of ITSystem in com.collation.platform.model.topology.app
 interface Application
          A system of primarily software components that accomplish one or more tasks and that should be considered as a unit.
 

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

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

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

Subinterfaces of ITSystem in com.collation.platform.model.topology.app.veritas.cluster
 interface VCSLocalServiceGroup
          VCSLocalServiceGroup is a part of VCS Service Group configuration associated to only one particular system instance.
 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.
 

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

Methods in com.collation.platform.model.topology.process that return ITSystem
 ITSystem[] Organization.getItsystem()
           
 

Methods in com.collation.platform.model.topology.process with parameters of type ITSystem
 void Organization.setItsystem(ITSystem[] x)
           
 

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

Subinterfaces of ITSystem in com.collation.platform.model.topology.sys
 interface BusinessSystem
           
 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.
 

Methods in com.collation.platform.model.topology.sys that return ITSystem
 ITSystem ITSystem.getContainingSystem()
          If this system is a part of a larger system, the containingSystem attribute shows the larger system of which this is a part.
 

Methods in com.collation.platform.model.topology.sys with parameters of type ITSystem
 void ITSystem.setContainingSystem(ITSystem obj)