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

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

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

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return WebSphereCluster
 WebSphereCluster WebSphereServer.getCluster()
           
 WebSphereCluster WebSphereClusterMember.getCluster()
           
 WebSphereCluster[] WebSphereCell.getClusters()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereCluster
 void WebSphereServer.setCluster(WebSphereCluster cluster)
           
 void WebSphereClusterMember.setCluster(WebSphereCluster cluster)
           
 void WebSphereCell.setClusters(WebSphereCluster[] clusters)