Uses of Interface
com.collation.platform.model.topology.app.j2ee.websphere.WebSphereCell

Packages that use WebSphereCell
com.collation.platform.model.topology.app.j2ee.websphere   
 

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

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return WebSphereCell
 WebSphereCell WebSphereVariable.getCell()
           
 WebSphereCell WebSphereSharedLibrary.getCell()
           
 WebSphereCell WebSphereServer.getCell()
           
 WebSphereCell WebSphereNode.getCell()
           
 WebSphereCell WebSphereVirtualHost.getParent()
           
 WebSphereCell WebSphereGlobalSecuritySettings.getParent()
           
 WebSphereCell WebSphereCluster.getParent()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereCell
 void WebSphereVariable.setCell(WebSphereCell cell)
           
 void WebSphereSharedLibrary.setCell(WebSphereCell cell)
           
 void WebSphereServer.setCell(WebSphereCell cell)
           
 void WebSphereNode.setCell(WebSphereCell cell)
           
 void WebSphereVirtualHost.setParent(WebSphereCell parent)
           
 void WebSphereGlobalSecuritySettings.setParent(WebSphereCell parent)
           
 void WebSphereCluster.setParent(WebSphereCell cell)