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

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

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

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return WebSphereSessionTuningParams
 WebSphereSessionTuningParams WebSphereWebContainer.getSessionTuningParams()
           
 WebSphereSessionTuningParams WebSphereJ2EEApplication.getSessionTuningParams()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereSessionTuningParams
 void WebSphereWebContainer.setSessionTuningParams(WebSphereSessionTuningParams tuningParam)
           
 void WebSphereJ2EEApplication.setSessionTuningParams(WebSphereSessionTuningParams tuningParam)