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

Packages that use ServiceGroup
com.collation.platform.model.topology.app.veritas.cluster   
com.collation.platform.model.topology.sys   
 

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

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

Methods in com.collation.platform.model.topology.sys that return ServiceGroup
 ServiceGroup[] ServiceGroup.getChildGroups()
           
 ServiceGroup[] ServiceGroup.getParentGroup()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type ServiceGroup
 void ServiceGroup.setChildGroups(ServiceGroup[] x)
           
 void ServiceGroup.setParentGroup(ServiceGroup[] x)