Uses of Interface
com.collation.platform.model.topology.app.j2ee.weblogic.WebLogicCluster

Packages that use WebLogicCluster
com.collation.platform.model.topology.app.j2ee.weblogic   
 

Uses of WebLogicCluster in com.collation.platform.model.topology.app.j2ee.weblogic
 

Methods in com.collation.platform.model.topology.app.j2ee.weblogic that return WebLogicCluster
 WebLogicCluster WebLogicServer.getCluster()
           
 WebLogicCluster[] WebLogicDomain.getClusters()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.weblogic with parameters of type WebLogicCluster
 void WebLogicServer.setCluster(WebLogicCluster cluster)
           
 void WebLogicDomain.setClusters(WebLogicCluster[] clusters)