Uses of Interface
com.collation.platform.model.topology.app.db.db2.Db2System

Packages that use Db2System
com.collation.platform.model.topology.app.db.db2   
 

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

Methods in com.collation.platform.model.topology.app.db.db2 that return Db2System
 Db2System Db2SystemConfigValue.getParent()
           
 Db2System Db2Instance.getParent()
           
 Db2System Db2AdminServer.getParent()
           
 

Methods in com.collation.platform.model.topology.app.db.db2 with parameters of type Db2System
 void Db2SystemConfigValue.setParent(Db2System parent)
           
 void Db2Instance.setParent(Db2System parent)
           
 void Db2AdminServer.setParent(Db2System parent)