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

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

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

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return WebSphereVariable
 WebSphereVariable[] WebSphereServer.getVariables()
           
 WebSphereVariable[] WebSphereNode.getVariables()
           
 WebSphereVariable[] WebSphereCell.getVariables()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereVariable
 void WebSphereServer.setVariables(WebSphereVariable[] vars)
           
 void WebSphereNode.setVariables(WebSphereVariable[] vars)
           
 void WebSphereCell.setVariables(WebSphereVariable[] vars)