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

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

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

Methods in com.collation.platform.model.topology.app.j2ee.websphere that return WebSphereProcessDefinition
 WebSphereProcessDefinition WebSphereProcessMonitoringPolicy.getParent()
           
 WebSphereProcessDefinition WebSphereJVMSettings.getParent()
           
 WebSphereProcessDefinition WebSphereServer.getProcessDefinition()
           
 

Methods in com.collation.platform.model.topology.app.j2ee.websphere with parameters of type WebSphereProcessDefinition
 void WebSphereProcessMonitoringPolicy.setParent(WebSphereProcessDefinition parent)
           
 void WebSphereJVMSettings.setParent(WebSphereProcessDefinition parent)
           
 void WebSphereServer.setProcessDefinition(WebSphereProcessDefinition pdef)